2004-08-20 Brian Cameron <[email protected]>
authorbc99092
Fri, 20 Aug 2004 16:35:18 +0000
changeset 3666 8b78bc9006bf
parent 3665 7769134e5ccf
child 3667 302453047fed
2004-08-20 Brian Cameron <[email protected]> * gnome-keyring.spec, gnome-mag.spec, gnome-speech.spec, gnome-vfs-extras.spec, jdshelp.spec, nautilus.spec: Removed --enable-gtk-doc/--disable-gtk-doc for modules that don't build gtk-docs. * gimp.spec: Had both --enable-gtk-doc and --disable-gtk-doc. Removed the disable.
gimp.spec
gnome-keyring.spec
gnome-mag.spec
gnome-speech.spec
gnome-vfs-extras.spec
jdshelp.spec
nautilus.spec
--- a/gimp.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/gimp.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -110,8 +110,8 @@
 	    --mandir=%{_mandir}		\
 	    --enable-mp			\
 	    --enable-gtk-doc		\
-	    --enable-default-binary	   \
-		--disable-gtk-doc  %{print_options}
+	    --enable-default-binary	\
+	    %{print_options}
 make
 
 %install
@@ -202,6 +202,10 @@
 %{_mandir}/man1/gimptool-%{subver}.1*
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since it doesn't make sense to include both
+  this and --enable-gtk-doc.
+
 * Fri Jul 16 2004 - [email protected]
 - Finally bumped to 2.0.x series (2.0.2)
 - packaging fixes for rpm4 and remove upstream patches
--- a/gnome-keyring.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/gnome-keyring.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -78,8 +78,7 @@
 ./configure --prefix=%{_prefix}			\
 	    --sysconfdir=%{_sysconfdir}		\
 	    --mandir=%{_mandir}			\
-            --libexecdir=%{_libexecdir}		\
-	    --disable-gtk-doc
+            --libexecdir=%{_libexecdir}
 make -j $CPUS
 
 %install
@@ -107,6 +106,10 @@
 %{_libdir}/lib*.so
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option this module's
+  configure takes.
+
 * Thu Jul 08 2004 - [email protected]
 - Updated l10n content to gnome-keyring-l10n-po-1.2.tar.bz2
 
--- a/gnome-mag.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/gnome-mag.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -53,8 +53,7 @@
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}			\
             --sysconfdir=%{_sysconfdir}		\
-	    --mandir=%{_mandir}			\
-            --disable-gtk-doc
+            --mandir=%{_mandir}
 make -j $CPUS
 
 %install
@@ -84,6 +83,10 @@
 %{_datadir}/locale/*/*/*
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option this module's
+  configure takes.
+
 * Tue Aug 17 2004 - [email protected]
 - Updated to version 0.11.4, to fix bug #5083109.
 
--- a/gnome-speech.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/gnome-speech.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -61,9 +61,8 @@
 %endif
 ./configure --prefix=%{_prefix}			\
             --sysconfdir=%{_sysconfdir}		\
-	    --mandir=%{_mandir}			\
-            --with-freetts-dir=%{_libdir}       \
-            --disable-gtk-doc
+            --mandir=%{_mandir}			\
+            --with-freetts-dir=%{_libdir}
 make -j $CPUS
 
 %install
@@ -98,6 +97,10 @@
 %{_datadir}/idl/gnome-speech-1.0/*
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option this module's
+  configure takes.
+
 * Thu Jul 22 2004 - [email protected]
 - Add patch to fix CLASSPATH in freetts-synthesis-driver script.
   (Please remove patch when upgrading to gnome-speech-0.3.4)
--- a/gnome-vfs-extras.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/gnome-vfs-extras.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -47,8 +47,7 @@
 autoconf
 CFLAGS="$RPM_OPT_FLAGS"			\
 ./configure --prefix=%{_prefix}		\
-            --sysconfdir=%{_sysconfdir} \
-            --disable-gtk-doc
+            --sysconfdir=%{_sysconfdir}
 make -j $CPUS
 
 %install
@@ -69,6 +68,10 @@
 %{_libdir}/gnome-vfs-2.0/modules/*.so
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option that this
+  module's configure takes.
+
 * Thu Jul 08 2004 - [email protected]
 - Updated l10n content to gnome-vfs-extras-l10n-po-1.2.tar.bz2
 
--- a/jdshelp.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/jdshelp.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -80,11 +80,10 @@
 EXTRA_ARGS="--with-j2sdk-home=%{java_home} --with-j2re-home=%{jre_home} --with-javahelp-home=%{javahelp_home}"
 ./configure --prefix=%{_prefix}			\
             --sysconfdir=%{_sysconfdir}		\
-	    --mandir=%{_mandir}			\
+            --mandir=%{_mandir}			\
             --with-freetts-dir=%{_libdir}       \
-            --disable-gtk-doc			\
             --libexecdir=%{_libexecdir}		\
-	    $EXTRA_ARGS
+            $EXTRA_ARGS
 make -j $CPUS
 
 %install
@@ -107,6 +106,9 @@
 %{_datadir}/jdshelp-%{version}
 
 %changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option this module's
+  configure takes.
 * Mon Aug 09 2004 - [email protected]
 - tarball upgrade
 * Wed Jul 14 2004 - [email protected]
--- a/nautilus.spec	Fri Aug 20 16:30:02 2004 +0000
+++ b/nautilus.spec	Fri Aug 20 16:35:18 2004 +0000
@@ -160,8 +160,7 @@
 	--prefix=%{_prefix} \
 	--sysconfdir=%{_sysconfdir} \
         --libexecdir=%{_libexecdir} \
-	--localstatedir=/var/lib \
-	--disable-gtk-doc
+	--localstatedir=/var/lib
 
 make -j $CPUS
 
@@ -243,8 +242,11 @@
 %{_datadir}/gnome-2.0/ui/nautilus-printers-view-ui.xml
 %{_datadir}/control-center-2.0/capplets/printers.desktop
 
+%changelog
+* Wed Aug 18 2004 - [email protected]
+- removed --disable-gtk-doc since this isn't an option this module's
+  configure takes.
 
-%changelog
 * Thu Jul 22 2004 - [email protected]
 - Modified patch nautilus-08-printing.diff to hide Print menu item 
   in Solaris, as there is no CUPS support available. Fixes bugtraq