OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Feb-2005 18:59:20
Branch: HEAD Handle: 2005021917592000
Modified files:
openpkg-src/zlib zlib.spec
Log:
simplify installation procedure
Summary:
Revision Changes Path
1.32 +4 -4 openpkg-src/zlib/zlib.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/zlib/zlib.spec
============================================================================
$ cvs diff -u -r1.31 -r1.32 zlib.spec
--- openpkg-src/zlib/zlib.spec 1 Jan 2005 10:56:16 -0000 1.31
+++ openpkg-src/zlib/zlib.spec 19 Feb 2005 17:59:20 -0000 1.32
@@ -34,7 +34,7 @@
Group: Compression
License: BSD
Version: 1.2.2
-Release: 20041206
+Release: 20050219
# list of sources
Source0: http://www.zlib.net/zlib-%{version}.tar.gz
@@ -79,9 +79,9 @@
%install
rm -rf $RPM_BUILD_ROOT
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}
- %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
- %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/man/man3
- %{l_shtool} install -c -m 644 zlib.3 $RPM_BUILD_ROOT%{l_prefix}/man/man3/
+ %{l_make} %{l_mflags} install \
+ prefix=$RPM_BUILD_ROOT%{l_prefix} \
+ mandir=$RPM_BUILD_ROOT%{l_prefix}/man
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]