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 openpkg-web Date: 23-Jul-2003 21:14:24
Branch: HEAD Handle: 2003072320142201
Modified files:
openpkg-src/gzip gzip.spec
openpkg-web news.txt
Log:
cleanup packaging
Summary:
Revision Changes Path
1.29 +10 -1 openpkg-src/gzip/gzip.spec
1.5768 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gzip/gzip.spec
============================================================================
$ cvs diff -u -r1.28 -r1.29 gzip.spec
--- openpkg-src/gzip/gzip.spec 8 Jul 2003 14:39:57 -0000 1.28
+++ openpkg-src/gzip/gzip.spec 23 Jul 2003 19:14:23 -0000 1.29
@@ -33,7 +33,7 @@
Group: Compression
License: GPL
Version: 1.3.5
-Release: 20030610
+Release: 20030723
# list of sources
Source0: ftp://alpha.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
@@ -62,19 +62,28 @@
%patch -p0
%build
+ # configure package
echo "ac_cv_path_shell=%{l_bash}" >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
./configure \
--cache-file=./config.cache \
--prefix=%{l_prefix}
+
+ # build package
%{l_make} %{l_mflags -O}
%install
rm -rf $RPM_BUILD_ROOT
+
+ # install package
%{l_make} %{l_mflags} install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT"
+
+ # strip down installation
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* 2>/dev/null || true
+
+ # determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5767 -r1.5768 news.txt
--- openpkg-web/news.txt 23 Jul 2003 19:07:04 -0000 1.5767
+++ openpkg-web/news.txt 23 Jul 2003 19:14:22 -0000 1.5768
@@ -1,3 +1,4 @@
+23-Jul-2003: Upgraded package: P<gzip-1.3.5-20030723>
23-Jul-2003: Upgraded package: P<cvs-1.12.1-20030723>
23-Jul-2003: Upgraded package: P<bzip2-1.0.2-20030723>
23-Jul-2003: Upgraded package: P<autoconf-2.57-20030723>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]