- Rebuild man pages.

This commit is contained in:
Tim Waugh 2005-07-19 14:53:26 +00:00
parent d9d56be9e0
commit ee678f8191

View File

@ -1,7 +1,7 @@
Summary: A library for interfacing IEEE 1284-compatible devices.
Name: libieee1284
Version: 0.2.9
Release: 2
Release: 3
License: GPL
Group: System Environment/Libraries
URL: http://cyberelk.net/tim/libieee1284/
@ -34,6 +34,7 @@ use 'import ieee1284'.
%setup -q
%build
touch doc/interface.xml
%configure
make CFLAGS="$RPM_OPT_FLAGS"
# Also make the documentation in PDF format
@ -71,6 +72,9 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%changelog
* Tue Jul 19 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-3
- Rebuild man pages.
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 0.2.9-2
- Rebuild for new GCC.