diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 22:37:06 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-10 22:37:06 -0800 |
commit | ef1f921c0f1a22255b0401f3da383ca32def3cc3 (patch) | |
tree | 240770ddf213bb43024fa08e56e4d3c54f622398 /syslinux.spec.in | |
parent | 244d2fe917cec1565b4fd992ea9e8cc46749a661 (diff) | |
download | syslinux-ef1f921c0f1a22255b0401f3da383ca32def3cc3.tar.gz |
Fix the handling of man pages in the specfile.
Diffstat (limited to 'syslinux.spec.in')
-rw-r--r-- | syslinux.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in index cb94c8c1..f6d07c62 100644 --- a/syslinux.spec.in +++ b/syslinux.spec.in @@ -96,7 +96,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc COPYING NEWS doc/* %doc sample -%{_mandir}/man/man*/* +%{_mandir}/man*/* %{_bindir}/syslinux %{_bindir}/ppmtolss16 %{_bindir}/lss16toppm @@ -137,6 +137,9 @@ fi %postun %changelog +* Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com> +- Add man pages. + * Mon Nov 19 2007 Bernard Li <bernard@vanhpc.org> - Added netpbm-progs (provides pngtopnm) to BuildPrereq (this should be changed to BuildRequires since it is deprecated...) |