Changeset 89 for server/fedora/specs
- Timestamp:
- Jan 20, 2007, 9:23:19 PM (18 years ago)
- Location:
- server/fedora/specs
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
server/fedora/specs/accountadm.spec
r67 r89 30 30 %install 31 31 [ $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 32 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local 37 33 38 34 %clean -
server/fedora/specs/execsys.spec
r27 r89 7 7 URL: http://scripts.mit.edu 8 8 License: GPL 9 Source: %{name}.tar.gz 9 Source: %{name}.tar.gz 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 11 %define debug_package %{nil} 12 12 13 %description 13 %description 14 14 15 15 scripts.mit.edu glue associated with file execution … … 24 24 25 25 %build 26 ./configure --with- syscat=/usr/local/sbin --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python27 make 26 ./configure --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python 27 make SYSCATDIR=/usr/local/sbin 28 28 29 29 %install 30 30 [ $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 31 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local SYSCATDIR=/usr/local/sbin 34 32 35 33 %clean -
server/fedora/specs/sqladm.spec
r1 r89 27 27 %install 28 28 [ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT 29 install -D signup-sql $RPM_BUILD_ROOT/usr/local/sbin/signup-sql29 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local 30 30 31 31 %clean -
server/fedora/specs/tokensys.spec
r74 r89 7 7 URL: http://scripts.mit.edu 8 8 License: GPL 9 Source: %{name}.tar.gz 9 Source: %{name}.tar.gz 10 10 BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root 11 11 %define debug_package %{nil} 12 12 Prereq: /usr/kerberos/bin/kinit, /usr/bin/aklog 13 13 14 %description 14 %description 15 15 16 16 scripts.mit.edu AFS administration system 17 17 Contains: 18 - A shell script for renewing the s ystem'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> 20 20 See http://scripts.mit.edu/wiki for more information. 21 21
Note: See TracChangeset
for help on using the changeset viewer.