Ignore:
Timestamp:
Jan 20, 2007, 9:23:19 PM (18 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.