libgnomeprintui.spec
changeset 4357 2474a25f2946
parent 4276 2a2c7f354601
child 4387 1b0580c5041e
--- a/libgnomeprintui.spec	Thu Oct 28 15:01:37 2004 +0000
+++ b/libgnomeprintui.spec	Thu Oct 28 15:30:35 2004 +0000
@@ -8,6 +8,7 @@
 Summary:      Print User Interface Library for the GNOME Desktop
 Source:       http://ftp.gnome.org/pub/GNOME/sources/libgnomeprintui/2.5/libgnomeprintui-%{version}.tar.bz2
 Source1:      libgnomeprintui-l10n-po-1.6.tar.bz2
+Source2:      libgnomeprintui-2.2.3.gz
 Patch1:       libgnomeprintui-01-g11n-potfiles.diff
 Patch2:       libgnomeprintui-02-printing-in-nautilus.diff
 Patch3:       libgnomeprintui-03-gtkdoc.diff
@@ -87,6 +88,8 @@
 #Fixes bug 4930405
 install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
 install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
+install -d $RPM_BUILD_ROOT%{_mandir}/man3
+install --mode=0644 %SOURCE2 $RPM_BUILD_ROOT%{_mandir}/man3
 rm $RPM_BUILD_ROOT%{_libdir}/*.a
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
@@ -109,8 +112,12 @@
 %{_libdir}/pkgconfig/*.pc
 %{_includedir}/*
 %{_datadir}/gtk-doc/*
+%{_mandir}/man3/*
 
 %changelog
+* Thu Oct 28 2004 - [email protected]
+- Add libgnomeprintui-2.2.3 man page
+
 * Wed Aug 18 2004 - [email protected]
 - added --enable-gtk-doc.  Added patch to allow gtk-docs to build.