Changeset 89 for server


Ignore:
Timestamp:
Jan 20, 2007, 9:23:19 PM (17 years ago)
Author:
tabbott
Message:
Modifying Fedora specfiles to use the make install targets created by
previous checkin (except for tokensys, where it seems weird), and
fixing stupid errors in the Makefile.ins.  While I was at it, I fixed
some trailing whitespace in the specfiles.

Location:
server
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • server/common/oursrc/accountadm/Makefile.in

    r87 r89  
    1010
    1111install:
    12         install -p -m755 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
     12        install -p -m644 -D modbashrc $(DESTDIR)$(sysconfdir)/modbashrc
    1313        install -p -m755 -D modbash $(DESTDIR)$(bindir)/modbash
    14         install -p -m755 -D admof $(DESTDIR)$(bindir)/admof
     14        install -p -m755 -D admof $(DESTDIR)$(sbindir)/admof
    1515        install -p -m755 -D signup-scripts-frontend $(DESTDIR)$(sbindir)/signup-scripts-frontend
    1616        install -p -m755 -D signup-scripts-backend $(DESTDIR)$(sbindir)/signup-scripts-backend
  • server/common/oursrc/execsys/Makefile.in

    r87 r89  
    1515install: all-local
    1616        install -D -p -m644 execsys.conf $(DESTDIR)$(APACHEDIR)/conf.d/execsys.conf
    17         install -D -p -m755 execsys-binfmt $(DESTDIR)$(sysconfdir)/init.d/execsys-binfmt
     17        install -D -p -m755 execsys-binfmt $(DESTDIR)/etc/init.d/execsys-binfmt
    1818        install -D -p -m755 staticsys-cat $(DESTDIR)$(SYSCATPATH)/staticsys-cat
    1919
  • server/fedora/specs/accountadm.spec

    r67 r89  
    3030%install
    3131[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    32 install -D modbashrc $RPM_BUILD_ROOT/usr/local/etc/modbashrc
    33 install -D modbash $RPM_BUILD_ROOT/usr/local/bin/modbash
    34 install -D admof $RPM_BUILD_ROOT/usr/local/sbin/admof
    35 install -D signup-scripts-frontend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-frontend
    36 install -D signup-scripts-backend $RPM_BUILD_ROOT/usr/local/sbin/signup-scripts-backend
     32make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
    3733
    3834%clean
  • server/fedora/specs/execsys.spec

    r27 r89  
    77URL: http://scripts.mit.edu
    88License: GPL
    9 Source: %{name}.tar.gz 
     9Source: %{name}.tar.gz
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    1111%define debug_package %{nil}
    1212
    13 %description 
     13%description
    1414
    1515scripts.mit.edu glue associated with file execution
     
    2424
    2525%build
    26 ./configure --with-syscat=/usr/local/sbin --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python
    27 make
     26./configure --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python
     27make SYSCATDIR=/usr/local/sbin
    2828
    2929%install
    3030[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    31 install -D execsys.conf $RPM_BUILD_ROOT/etc/httpd/conf.d/execsys.conf
    32 install -D execsys-binfmt $RPM_BUILD_ROOT/etc/init.d/execsys-binfmt
    33 install -D staticsys-cat $RPM_BUILD_ROOT/usr/local/sbin/staticsys-cat
     31make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local SYSCATDIR=/usr/local/sbin
    3432
    3533%clean
  • server/fedora/specs/sqladm.spec

    r1 r89  
    2727%install
    2828[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    29 install -D signup-sql $RPM_BUILD_ROOT/usr/local/sbin/signup-sql
     29make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local
    3030
    3131%clean
  • server/fedora/specs/tokensys.spec

    r74 r89  
    77URL: http://scripts.mit.edu
    88License: GPL
    9 Source: %{name}.tar.gz 
     9Source: %{name}.tar.gz
    1010BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
    1111%define debug_package %{nil}
    1212Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog
    1313
    14 %description 
     14%description
    1515
    1616scripts.mit.edu AFS administration system
    1717Contains:
    18  - A shell script for renewing the system's AFS credentials <renew>
    19  - A crontab for calling the renew script <crontab> 
     18 - A shell script for renewing the scripts AFS credentials <renew>
     19 - A crontab for calling the renew script <crontab>
    2020See http://scripts.mit.edu/wiki for more information.
    2121
Note: See TracChangeset for help on using the changeset viewer.