Changeset 89 for server/fedora/specs/execsys.spec
- Timestamp:
- Jan 20, 2007, 9:23:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.