Browse Source

the manual.html is a %doc and not a %config file

master
parent
commit
2a2b2bc558
  1. 4
      bzip2/bzip2.spec

4
bzip2/bzip2.spec

@ -33,7 +33,7 @@ Class: CORE
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 @@ AutoReqProv: no
# 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

Loading…
Cancel
Save