OpenPKG CVS Repository
http://www.openpkg.org/cvsweb/cvsweb.cgi
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re, openpkg-web, openpkg-src Date: 31-Jul-2002 12:38:02
Branch: HEAD Handle: 2002073111380101
Modified files:
openpkg-re/vcheck vc.geoip
openpkg-src/geoip geoip.spec
openpkg-web news.txt
Log:
Updated to 0.2.8, and solved new packaging problems with manfile installation.
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-re/vcheck/vc.geoip
1.6 +6 -2 openpkg-src/geoip/geoip.spec
1.1079 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
Index: openpkg-re/vcheck/vc.geoip
============================================================
$ cvs diff -u -r1.5 -r1.6 vc.geoip
--- openpkg-re/vcheck/vc.geoip 27 Jul 2002 07:46:19 -0000 1.5
+++ openpkg-re/vcheck/vc.geoip 31 Jul 2002 10:38:01 -0000 1.6
@@ -2,7 +2,7 @@
}
prog geoip = {
- version = 0.2.7
+ version = 0.2.8
url = http://maxmind.com/download/geoip/api/c/
regex = GeoIP-(__VER__)\.tar\.gz
}
Index: openpkg-src/geoip/geoip.spec
============================================================
$ cvs diff -u -r1.5 -r1.6 geoip.spec
--- openpkg-src/geoip/geoip.spec 27 Jul 2002 07:46:20 -0000 1.5
+++ openpkg-src/geoip/geoip.spec 31 Jul 2002 10:38:02 -0000 1.6
@@ -32,8 +32,8 @@
Distribution: OpenPKG [EXP]
Group: Network
License: GPL
-Version: 0.2.7
-Release: 20020727
+Version: 0.2.8
+Release: 20020731
# list of sources
Source0: http://maxmind.com/download/geoip/api/c/GeoIP-%{version}.tar.gz
@@ -65,11 +65,15 @@
LIBS="-lz" \
./configure \
--prefix=%{l_prefix} \
+ --mandir=$RPM_BUILD_ROOT%{l_prefix}/man \
--disable-shared
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
+ %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix} \
+ $RPM_BUILD_ROOT%{l_prefix}/man \
+ $RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
Index: openpkg-web/news.txt
============================================================
$ cvs diff -u -r1.1078 -r1.1079 news.txt
--- openpkg-web/news.txt 31 Jul 2002 09:38:30 -0000 1.1078
+++ openpkg-web/news.txt 31 Jul 2002 10:38:01 -0000 1.1079
@@ -1,3 +1,4 @@
+31-Jul-2002: Upgraded package: P<geoip-0.2.8-20020731>
31-Jul-2002: Upgraded package: P<sqlite-2.6.2-20020731>
31-Jul-2002: Upgraded package: P<perl-ssl-20020731-20020731>
31-Jul-2002: Upgraded package: P<ocaml-3.05-20020731>
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]