SUNWgnome-games.spec
changeset 11822 0dbf5957a013
parent 11761 b03c704294e7
child 11823 713064302fbb
--- a/SUNWgnome-games.spec	Fri Mar 07 18:04:16 2008 +0000
+++ b/SUNWgnome-games.spec	Sat Mar 08 14:25:42 2008 +0000
@@ -56,11 +56,11 @@
 Requires: SUNWpostrun-root
 Requires: SUNWgnome-config
 
-#%package devel
-#Summary:                 %{summary} - development files
-#SUNW_BaseDir:            %{_basedir}
-#%include default-depend.inc
-#Requires:                %{name}
+%package devel
+Summary:                 %{summary} - development files
+SUNW_BaseDir:            %{_basedir}
+%include default-depend.inc
+Requires:                %{name}
 
 %prep
 rm -rf %name-%version
@@ -109,7 +109,7 @@
 rmdir $RPM_BUILD_ROOT%{_localstatedir}
 # Delete the include files as we're not delivering a devel package. It's not
 # useful.
-rm -rf $RPM_BUILD_ROOT%{_includedir}
+#rm -rf $RPM_BUILD_ROOT%{_includedir}
 rm $RPM_BUILD_ROOT%{_libdir}/*.a
 rm $RPM_BUILD_ROOT%{_libdir}/*.la
 
@@ -208,8 +208,6 @@
 %{_datadir}/desktop-directories
 %dir %attr(0755, root, bin) %{_mandir}
 %dir %attr(0755, root, bin) %{_mandir}/man1
-%dir %attr(0755, root, bin) %{_mandir}/man3
-%{_mandir}/man3/*
 %dir %attr(0755, root, bin) %{_mandir}/man5
 %{_mandir}/man5/*
 %dir %attr(0755, root, bin) %{_mandir}/man6
@@ -245,12 +243,16 @@
 %{_sysconfdir}/gconf/schemas/mahjongg.schemas
 %{_sysconfdir}/xdg
 
-#%files devel
-#%defattr (-, root, bin)
-#%dir %attr (0755, root, bin) %dir %{_includedir}
-#%{_includedir}/*
+%files devel
+%defattr (-, root, bin)
+%dir %attr (0755, root, bin) %dir %{_includedir}
+%{_includedir}/*
+%dir %attr(0755, root, bin) %{_mandir}/man3
+%{_mandir}/man3/*
 
 %changelog
+* Thu Mar 06 2008 - [email protected]
+- Moved man packages for headers to the devel package.
 * Thu Feb 28 2008 - [email protected]
 - Remove ggz-python since it isn't needed.  Sorry about the churn.
 * Wed Feb 27 2008 - [email protected]