Fix the handling of man pages in the specfile.
authorH. Peter Anvin <hpa@zytor.com>
Fri, 11 Jan 2008 06:37:06 +0000 (22:37 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 11 Jan 2008 06:37:06 +0000 (22:37 -0800)
syslinux.spec.in

index cb94c8c..f6d07c6 100644 (file)
@@ -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...)