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:34:32
Branch: OPENPKG_2_STABLE Handle: 2006102212343200
Modified files: (Branch: OPENPKG_2_STABLE)
openpkg-src/bzip2 bzip2.spec
Log:
MFC: the manual.html is a %doc and not a %config file
Summary:
Revision Changes Path
1.32.2.3 +2 -2 openpkg-src/bzip2/bzip2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bzip2/bzip2.spec
============================================================================
$ cvs diff -u -r1.32.2.2 -r1.32.2.3 bzip2.spec
--- openpkg-src/bzip2/bzip2.spec 16 Oct 2006 14:48:47 -0000 1.32.2.2
+++ openpkg-src/bzip2/bzip2.spec 22 Oct 2006 11:34:32 -0000 1.32.2.3
@@ -33,7 +33,7 @@
Group: Compression
License: GPL
Version: 1.0.3
-Release: 2.20061018
+Release: 2.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]