|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: openbox
|
|
|
|
Name: openbox
|
|
|
|
Version: 3.4.9
|
|
|
|
Version: 3.4.10
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?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
|
|
|
@ -13,6 +13,7 @@ Source3: menu.xml
|
|
|
|
Source4: openbox.desktop
|
|
|
|
Source4: openbox.desktop
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: openbox-3.4.9-autostartdir.patch
|
|
|
|
Patch0: openbox-3.4.9-autostartdir.patch
|
|
|
|
|
|
|
|
Patch1: openbox-3.4.10-obxpropman.patch
|
|
|
|
Patch4: openbox-3.4.7.2-24bit.patch
|
|
|
|
Patch4: openbox-3.4.7.2-24bit.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
@ -71,6 +72,7 @@ The %{name}-libs package contains shared libraries used by %{name}.
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1 -b .autostartdir
|
|
|
|
%patch0 -p1 -b .autostartdir
|
|
|
|
|
|
|
|
%patch1 -p1 -b .obxpropman
|
|
|
|
%patch4 -p1 -b .24bit
|
|
|
|
%patch4 -p1 -b .24bit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -88,10 +90,6 @@ gcc %{optflags} -o setlayout %{SOURCE1} -lX11
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
# avoid conflict with openbabel
|
|
|
|
|
|
|
|
mv %{buildroot}%{_bindir}/ob{,x}prop
|
|
|
|
|
|
|
|
sed -i 's/obpro[pb]/obxprop/g' %{buildroot}%{_sysconfdir}/xdg/%{name}/rc.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
install setlayout %{buildroot}%{_bindir}
|
|
|
|
install setlayout %{buildroot}%{_bindir}
|
|
|
|
install -p %{SOURCE2} %{buildroot}%{_datadir}/%{name}/xdg-menu
|
|
|
|
install -p %{SOURCE2} %{buildroot}%{_datadir}/%{name}/xdg-menu
|
|
|
|
sed 's|_XDGMENU_|%{_datadir}/%{name}/xdg-menu|g' < %{SOURCE3} \
|
|
|
|
sed 's|_XDGMENU_|%{_datadir}/%{name}/xdg-menu|g' < %{SOURCE3} \
|
|
|
@ -128,6 +126,7 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
|
%{_datadir}/xsessions/%{name}*.desktop
|
|
|
|
%{_datadir}/xsessions/%{name}*.desktop
|
|
|
|
%{_mandir}/man1/%{name}*.1*
|
|
|
|
%{_mandir}/man1/%{name}*.1*
|
|
|
|
|
|
|
|
%{_mandir}/man1/obxprop.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%files libs
|
|
|
|
%{_libdir}/libobrender.so.*
|
|
|
|
%{_libdir}/libobrender.so.*
|
|
|
@ -147,6 +146,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 08 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.10-1
|
|
|
|
|
|
|
|
- Update to 3.4.10
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 04 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.9-2
|
|
|
|
* Mon Jan 04 2010 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.9-2
|
|
|
|
- Rename obprop to obxprop to avoid conflict with openbabel (#549152)
|
|
|
|
- Rename obprop to obxprop to avoid conflict with openbabel (#549152)
|
|
|
|
|
|
|
|
|
|
|
|