OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 20-Mar-2004 13:27:05
Branch: HEAD Handle: 2004032012270400
Modified files:
openpkg-src/cvsweb cvsweb.spec
Log:
Fix paths in configuration and CGI script.
Submitted by: Michael Hoereth <[EMAIL PROTECTED]>, Klaus Doll <[EMAIL PROTECTED]>
Summary:
Revision Changes Path
1.33 +6 -2 openpkg-src/cvsweb/cvsweb.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvsweb/cvsweb.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 cvsweb.spec
--- openpkg-src/cvsweb/cvsweb.spec 27 Feb 2004 07:32:41 -0000 1.32
+++ openpkg-src/cvsweb/cvsweb.spec 20 Mar 2004 12:27:04 -0000 1.33
@@ -34,7 +34,7 @@
Group: Web
License: BSD
Version: 3.0.0
-Release: 20040227
+Release: 20040320
# list of sources
Source0: http://people.freebsd.org/~scop/cvsweb/cvsweb-%{version}.tar.gz
@@ -66,8 +66,12 @@
%build
%{l_shtool} subst \
-e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;' \
- -e
's;/usr/local/etc/cvsweb/cvsweb.conf;!%{l_prefix}/etc/cvsweb/cvsweb.conf;' \
+ -e
's;/usr/local/etc/cvsweb/cvsweb.conf;%{l_prefix}/etc/cvsweb/cvsweb.conf;' \
cvsweb.cgi
+ %{l_shtool} subst \
+ -e 's;/usr/bin:/usr/local/bin;%{l_prefix}/bin:/bin:/usr/bin;g' \
+ -e
's;/usr/local/etc/apache/mime\.types;%{l_prefix}/etc/apache/mime.types;g' \
+ cvsweb.conf
%install
rm -rf $RPM_BUILD_ROOT
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]