OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 06-Dec-2004 14:24:26
Branch: HEAD Handle: 2004120613242500
Modified files:
openpkg-src/dhcpd dhcpd.spec
Log:
remove implicit but almost never used dependency to nroff(1), as
opposed to alternative of building into this package a dependency to
OpenPKG groff
Summary:
Revision Changes Path
1.68 +7 -1 openpkg-src/dhcpd/dhcpd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/dhcpd/dhcpd.spec
============================================================================
$ cvs diff -u -r1.67 -r1.68 dhcpd.spec
--- openpkg-src/dhcpd/dhcpd.spec 13 Nov 2004 17:32:05 -0000 1.67
+++ openpkg-src/dhcpd/dhcpd.spec 6 Dec 2004 13:24:25 -0000 1.68
@@ -34,7 +34,7 @@
Group: DNS
License: ISC/BSD
Version: 3.0.2rc2
-Release: 20041113
+Release: 20041206
# package options
%option with_fsl yes
@@ -71,6 +71,12 @@
%prep
%setup -q -n dhcp-%{version}
+ %{l_shtool} subst \
+ -e 's;^\(MANCAT.*\)[a-zA-Z0-9\.\-\/]*;\1man;' \
+ Makefile.conf
+ %{l_shtool} subst \
+ -e 's;nroff;true;g' \
+ `find . -name "Makefile.dist" -print`
%patch -p0
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]