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: 22-Oct-2006 13:33:44
Branch: HEAD Handle: 2006102212334400
Modified files:
openpkg-src/bzip2 bzip2.spec
Log:
the manual.html is a %doc and not a %config file
Summary:
Revision Changes Path
1.34 +2 -2 openpkg-src/bzip2/bzip2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bzip2/bzip2.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 bzip2.spec
--- openpkg-src/bzip2/bzip2.spec 13 Oct 2006 17:27:07 -0000 1.33
+++ openpkg-src/bzip2/bzip2.spec 22 Oct 2006 11:33:44 -0000 1.34
@@ -33,7 +33,7 @@
Group: Compression
License: GPL
Version: 1.0.3
-Release: 20061013
+Release: 20061022
# list of sources
Source0: http://www.bzip.org/%{version}/bzip2-%{version}.tar.gz
@@ -94,7 +94,7 @@
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
%{l_files_std} \
- '%config %{l_prefix}/share/bzip2/manual.html'
+ '%doc %{l_prefix}/share/bzip2/manual.html'
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]