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: 09-May-2004 00:01:57
Branch: HEAD Handle: 2004050823015500
Modified files:
openpkg-src/geoip geoip.spec
Log:
cleanup and fix building of Perl part
Summary:
Revision Changes Path
1.47 +3 -5 openpkg-src/geoip/geoip.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/geoip/geoip.spec
============================================================================
$ cvs diff -u -r1.46 -r1.47 geoip.spec
--- openpkg-src/geoip/geoip.spec 21 Apr 2004 07:01:55 -0000 1.46
+++ openpkg-src/geoip/geoip.spec 8 May 2004 22:01:55 -0000 1.47
@@ -38,7 +38,7 @@
Group: Network
License: GPL
Version: %{V_api_c}
-Release: 20040421
+Release: 20040509
# package options
%option with_perl no
@@ -100,8 +100,8 @@
%if "%{with_perl}" == "yes"
%{l_prefix}/bin/perl-openpkg prepare
%{l_prefix}/bin/perl-openpkg -d Geo-IP-%{V_api_pl} --verbose \
- --args LIBS="-LlibGeoIP/.libs" \
- --args INC="-IlibGeoIP" \
+ --args LIBS="-L../libGeoIP/.libs" \
+ --args INC="-I../libGeoIP" \
configure build
%endif
@@ -113,8 +113,6 @@
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
%if "%{with_perl}" == "yes"
%{l_prefix}/bin/perl-openpkg -d Geo-IP-%{V_api_pl} install
- find ${RPM_BUILD_ROOT}${l_prefix} -name perllocal.pod -print | xargs rm -f
- find ${RPM_BUILD_ROOT}${l_prefix} -name .packlist -print | xargs rm -f
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files install fixate cleanup
%else
>perl-openpkg-files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]