%%ghost the byte-compiled themeupdate scripts to fix multilib conflict (bug

#228379).
epel9
Peter Gordon 18 years ago
parent ce1f952133
commit 31220881b9

@ -1,6 +1,6 @@
Name: openbox Name: openbox
Version: 3.3.1 Version: 3.3.1
Release: 4%{?dist} Release: 5%{?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
@ -84,6 +84,8 @@ rm -rf %{buildroot}
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/themes/*/ %{_datadir}/themes/*/
%{_datadir}/pixmaps/%{name}.png %{_datadir}/pixmaps/%{name}.png
%ghost %{_datadir}/%{name}/themeupdate.pyc
%ghost %{_datadir}/%{name}/themeupdate.pyo
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%{_datadir}/gnome/wm-properties/%{name}.desktop %{_datadir}/gnome/wm-properties/%{name}.desktop
%{_datadir}/xsessions/%{name}.desktop %{_datadir}/xsessions/%{name}.desktop
@ -107,6 +109,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Feb 12 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-5
- %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
(bug #228379).
* Thu Nov 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-4 * Thu Nov 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-4
- Don't own %%{_datadir}/gnome/wm-properties anymore, as that's now owned - Don't own %%{_datadir}/gnome/wm-properties anymore, as that's now owned
by gnome-session in Rawhide and we should not have ownership conflicts with by gnome-session in Rawhide and we should not have ownership conflicts with

Loading…
Cancel
Save