OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Jul-2002 20:12:44
Branch: HEAD Handle: 2002070319124400
Modified files:
openpkg-src/bind8 bind8.spec
Log:
I backed out the patch re-enabled before since we only need it on Linux
(-> glibc?) but for some reason %ifarch-Tags doesn't seem to work as
documented. Do I miss a thing?
Summary:
Revision Changes Path
1.7 +5 -0 openpkg-src/bind8/bind8.spec
____________________________________________________________________________
Index: openpkg-src/bind8/bind8.spec
============================================================
$ cvs diff -u -r1.6 -r1.7 bind8.spec
--- openpkg-src/bind8/bind8.spec 3 Jul 2002 17:48:32 -0000 1.6
+++ openpkg-src/bind8/bind8.spec 3 Jul 2002 18:12:44 -0000 1.7
@@ -65,7 +65,12 @@
%prep
%setup0 -q -c -n bind8-%{version}
%setup1 -q -T -D -a 1
+## FIXME: surely we need the patch for Linux only but those do not work
+## as documented in RPM-HOWTO. Any hints how to work around the
+## situation without requireing external patch program?
+%ifarch linux2.2
%patch0 -p0
+%endif
%build
PATH="%{l_prefix}/bin:$PATH"; export PATH
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]