From ef1f921c0f1a22255b0401f3da383ca32def3cc3 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 10 Jan 2008 22:37:06 -0800 Subject: Fix the handling of man pages in the specfile. --- syslinux.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'syslinux.spec.in') 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 +- Add man pages. + * Mon Nov 19 2007 Bernard Li - Added netpbm-progs (provides pngtopnm) to BuildPrereq (this should be changed to BuildRequires since it is deprecated...) -- cgit v1.2.1