Ignore:
Timestamp:
Aug 29, 2008, 4:39:04 PM (16 years ago)
Author:
andersk
Message:
Package the svn vhosting infrastructure into execsys.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/execsys.spec

    r163 r825  
    2424
    2525%build
    26 ./configure --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python --with-exe=/usr/bin/mono
     26./configure --prefix=/usr/local --with-pl=/usr/bin/perl --with-php=/usr/bin/php-cgi --with-py=/usr/bin/python --with-exe=/usr/bin/mono
    2727make SYSCATDIR=/usr/local/sbin
    2828
    2929%install
    3030[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
    31 make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr/local SYSCATDIR=/usr/local/sbin
     31make install DESTDIR=$RPM_BUILD_ROOT SYSCATDIR=/usr/local/sbin
    3232
    3333%clean
     
    4040/usr/local/bin/static-cat
    4141/etc/init.d/execsys-binfmt
     42/usr/local/sbin/svnproxy.pl
     43/usr/local/sbin/ldapize.pl
     44/usr/libexec/scripts-trusted/svn
     45/etc/xinetd.d/scripts-svn
    4246
    4347%post
    4448chkconfig --add execsys-binfmt
    4549service execsys-binfmt start
     50service xinetd reload
    4651
    4752%preun
     
    4954chkconfig --del execsys-binfmt
    5055
     56%postun
     57service xinetd reload
     58
    5159%changelog
    5260
Note: See TracChangeset for help on using the changeset viewer.