2007-07-03 Damien Carbery <[email protected]>
authordcarbery
Tue, 03 Jul 2007 16:14:47 +0000
changeset 10157 4b183694c352
parent 10156 9e77448053b2
child 10158 d870f459443c
2007-07-03 Damien Carbery <[email protected]> * SUNWgnome-text-editor.spec: Remove 3 plugins dirs from %files because they are no longer installed. * SUNWgnome-config.spec: Remove %{_datadir}/GConf from %files as it is no longer installed.
ChangeLog
SUNWgnome-config.spec
SUNWgnome-text-editor.spec
--- a/ChangeLog	Tue Jul 03 16:10:23 2007 +0000
+++ b/ChangeLog	Tue Jul 03 16:14:47 2007 +0000
@@ -1,3 +1,10 @@
+2007-07-03  Damien Carbery <[email protected]>
+
+	* SUNWgnome-text-editor.spec: Remove 3 plugins dirs from %files because
+	  they are no longer installed.
+	* SUNWgnome-config.spec: Remove %{_datadir}/GConf from %files as it is
+	  no longer installed.
+
 2007-07-03  Damien Carbery <[email protected]>
 
 	* SUNWgnome-media-player.spec: Browser plugins now installed to
--- a/SUNWgnome-config.spec	Tue Jul 03 16:10:23 2007 +0000
+++ b/SUNWgnome-config.spec	Tue Jul 03 16:14:47 2007 +0000
@@ -113,7 +113,6 @@
 %endif
 %dir %attr (0755, root, sys) %{_datadir}
 %{_datadir}/sgml/gconf/gconf-1.0.dtd
-%{_datadir}/GConf
 %dir %attr(0755, root, bin) %{_mandir}
 %dir %attr(0755, root, bin) %{_mandir}/man1
 %{_mandir}/man1/*
@@ -151,6 +150,8 @@
 %endif
 
 %changelog
+* Tue Jul 03 2007 - [email protected]
+- Remove %{_datadir}/GConf from %files as it is no longer installed.
 * Fri Sep 01 2006 - [email protected]
 - New Manpage tarball
 * Thu Jun 29 2006 - [email protected]
--- a/SUNWgnome-text-editor.spec	Tue Jul 03 16:10:23 2007 +0000
+++ b/SUNWgnome-text-editor.spec	Tue Jul 03 16:14:47 2007 +0000
@@ -169,9 +169,6 @@
 %{_libdir}/gedit-2/gedit-bugreport.sh
 %{_libdir}/gedit-2/plugins/*.so*
 %{_libdir}/gedit-2/plugins/*.gedit-plugin
-%{_libdir}/gedit-2/plugins/externaltools
-%{_libdir}/gedit-2/plugins/snippets
-%{_libdir}/gedit-2/plugins/pythonconsole
 %dir %attr (0755, root, sys) %{_datadir}
 %dir %attr (0755, root, other) %{_datadir}/applications
 %{_datadir}/applications/*
@@ -209,6 +206,8 @@
 %{_includedir}/*
 
 %changelog
+* Tue Jul 03 2007 - [email protected]
+- Remove 3 plugins dirs from %files because they are no longer installed.
 * Tue Apr 24 2007 - [email protected]
 - s/0755/-/ in defattr so that files are not made all executable
 * Mon Mar 12 2007 - [email protected]