libIDL.spec
changeset 1432 2cea3516467a
parent 1195 4e66a626f563
child 1543 e1c1e40a5e77
--- a/libIDL.spec	Sun Dec 14 23:50:14 2003 +0000
+++ b/libIDL.spec	Mon Dec 15 00:29:43 2003 +0000
@@ -2,11 +2,12 @@
 License:      LGPL
 Group:        System/Libraries
 Version:      0.8.2
-Release:      12
+Release:      13
 Distribution: Mercury
 Vendor:       Sun Microsystems, Inc.
 Summary:      IDL parsing library
 Source:       http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/libIDL-%version.tar.bz2
+Source1:      libIDL-2.3.gz
 URL:          http://www.gnome.org
 Docdir:       %{_defaultdocdir}/doc
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +50,8 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
+install -d $RPM_BUILD_ROOT/usr/share/man/man3
+install --mode=0644 %SOURCE1 $RPM_BUILD_ROOT/usr/share/man/man3
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -69,8 +72,12 @@
 %{_libdir}/pkgconfig/*.pc
 %{_libdir}/*.so
 %{_includedir}/*
+%{_mandir}/man3/*
 
 %changelog
+* Mon Dec 15 2003 - <[email protected]>
+- Add back the man pages.
+
 * Thu Aug 14 2003 - <[email protected]>
 - move lib*.so to -devel, remove *.a, *.la