rpms/openbox/devel openbox.spec,1.24,1.25

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Tue Jun 5 02:31:26 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/openbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21140

Modified Files:
	openbox.spec 
Log Message:
Fix bug 242339.


Index: openbox.spec
===================================================================
RCS file: /cvs/extras/rpms/openbox/devel/openbox.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- openbox.spec	18 Apr 2007 18:42:15 -0000	1.24
+++ openbox.spec	5 Jun 2007 02:30:37 -0000	1.25
@@ -5,7 +5,7 @@
 
 Name:		openbox
 Version:	3.3.1
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	A highly configurable and standards-compliant X11 window manager
 
 Group:		User Interface/Desktops
@@ -17,7 +17,6 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	%{_datadir}/themes
-Requires:	%{_datadir}/gnome/wm-properties
 Requires:	%{name}-libs = %{version}-%{release}
 
 BuildRequires:	gettext
@@ -102,7 +101,7 @@
 %{_datadir}/themes/*/
 %{_datadir}/pixmaps/%{name}.png
 %{_datadir}/%{name}/
-%{_datadir}/gnome/wm-properties/%{name}.desktop
+%{_datadir}/gnome/wm-properties/
 %{_datadir}/xsessions/%{name}.desktop
 %exclude	%{_libdir}/*.la
 
@@ -125,6 +124,11 @@
 
 
 %changelog
+* Mon Jun 04 2007 Peter Gordon <peter at thecodergeek.com> - 3.3.1-7
+- Own %%{_datadir}/gnome/wm-properties instead of depending on gnome-session
+  in order to reduce dependency bloat. (Resolves bug 242339; thanks to Miroslav
+  Lichvar for the bug report.) 
+
 * Tue Mar 27 2007 Peter Gordon <peter at thecodergeek.com> - 3.3.1-6
 - Split shared libraries into a -libs subpackage to properly handle multilib
   setups. (This precludes the further need to %%ghost the byte-compiled




More information about the fedora-extras-commits mailing list