Fix bug 242339.

epel9
Peter Gordon 18 years ago
parent 05ad677339
commit 771993691a

@ -5,7 +5,7 @@
Name: openbox Name: openbox
Version: 3.3.1 Version: 3.3.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: A highly configurable and standards-compliant X11 window manager Summary: A highly configurable and standards-compliant X11 window manager
Group: User Interface/Desktops Group: User Interface/Desktops
@ -17,7 +17,6 @@ Source1: openbox.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{_datadir}/themes Requires: %{_datadir}/themes
Requires: %{_datadir}/gnome/wm-properties
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
BuildRequires: gettext BuildRequires: gettext
@ -102,7 +101,7 @@ rm -rf %{buildroot}
%{_datadir}/themes/*/ %{_datadir}/themes/*/
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_datadir}/gnome/wm-properties/%{name}.desktop %{_datadir}/gnome/wm-properties/
%{_datadir}/xsessions/%{name}.desktop %{_datadir}/xsessions/%{name}.desktop
%exclude %{_libdir}/*.la %exclude %{_libdir}/*.la
@ -125,6 +124,11 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Jun 04 2007 Peter Gordon <peter@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@thecodergeek.com> - 3.3.1-6 * Tue Mar 27 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-6
- Split shared libraries into a -libs subpackage to properly handle multilib - Split shared libraries into a -libs subpackage to properly handle multilib
setups. (This precludes the further need to %%ghost the byte-compiled setups. (This precludes the further need to %%ghost the byte-compiled

Loading…
Cancel
Save