2007-05-03 Damien Carbery <[email protected]>
authordcarbery
Thu, 03 May 2007 16:10:50 +0000
changeset 9829 b0c1dd76a15a
parent 9828 6ad11b009fd5
child 9830 f92cbf64d282
2007-05-03 Damien Carbery <[email protected]> * SUNWgnome-ui-designer.spec: Add %if code so that %{_datadir}/gtk-doc is only packaged when requested.
ChangeLog
SUNWgnome-ui-designer.spec
--- a/ChangeLog	Thu May 03 15:37:22 2007 +0000
+++ b/ChangeLog	Thu May 03 16:10:50 2007 +0000
@@ -1,5 +1,7 @@
 2007-05-03  Damien Carbery <[email protected]>
 
+	* SUNWgnome-ui-designer.spec: Add %if code so that %{_datadir}/gtk-doc
+	  is only packaged when requested.
 	* SUNWmyspell-dictionary-l10n.spec: Change all the source file names
 	  to be static, removing the _with_download modifier.
 
--- a/SUNWgnome-ui-designer.spec	Thu May 03 15:37:22 2007 +0000
+++ b/SUNWgnome-ui-designer.spec	Thu May 03 16:10:50 2007 +0000
@@ -140,9 +140,13 @@
 %dir %attr (0755, root, other) %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/*
 %dir %attr (0755, root, sys) %{_datadir}
+%if %{!?_without_gtk_doc:1}%{?_without_gtk_doc:0}
 %{_datadir}/gtk-doc
+%endif
 
 %changelog
+* Thu May 03 2007 - [email protected]
+- Add %if code so that %{_datadir}/gtk-doc is only packaged when requested.
 * Thu Mar 22 2007 - [email protected]
 - Move %{_datadir}/gtk-doc to -devel package.
 * Tue Mar 13 2007 - [email protected]