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: 05-Apr-2004 16:13:45
Branch: OPENPKG_2_0_SOLID Handle: 2004040515134500
Modified files: (Branch: OPENPKG_2_0_SOLID)
openpkg-src/cvsweb cvsweb.spec
Log:
MFC: packaging fixes
Summary:
Revision Changes Path
1.31.2.2 +6 -2 openpkg-src/cvsweb/cvsweb.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/cvsweb/cvsweb.spec
============================================================================
$ cvs diff -u -r1.31.2.1 -r1.31.2.2 cvsweb.spec
--- openpkg-src/cvsweb/cvsweb.spec 18 Feb 2004 14:48:44 -0000 1.31.2.1
+++ openpkg-src/cvsweb/cvsweb.spec 5 Apr 2004 14:13:45 -0000 1.31.2.2
@@ -34,7 +34,7 @@
Group: Web
License: BSD
Version: 2.0.6
-Release: 2.0.0
+Release: 2.0.1
# 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]