|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: openbox
|
|
|
|
Name: openbox
|
|
|
|
Version: 3.4.7.1
|
|
|
|
Version: 3.4.7.2
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A highly configurable and standards-compliant X11 window manager
|
|
|
|
Summary: A highly configurable and standards-compliant X11 window manager
|
|
|
|
|
|
|
|
|
|
|
@ -8,8 +8,11 @@ License: GPLv2+
|
|
|
|
URL: http://icculus.org/openbox
|
|
|
|
URL: http://icculus.org/openbox
|
|
|
|
Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz
|
|
|
|
Source1: http://icculus.org/openbox/tools/setlayout.c
|
|
|
|
Source1: http://icculus.org/openbox/tools/setlayout.c
|
|
|
|
|
|
|
|
Source2: xdg-menu
|
|
|
|
|
|
|
|
Source3: menu.xml
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: openbox-3.4.7.1-autostartdir.patch
|
|
|
|
Patch0: openbox-3.4.7.1-autostartdir.patch
|
|
|
|
|
|
|
|
Patch1: openbox-3.4.7.2-numdesks.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
@ -63,6 +66,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 .numdesks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -78,7 +82,11 @@ gcc %{optflags} -o setlayout %{SOURCE1} -lX11
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
install setlayout %{buildroot}%{_bindir}
|
|
|
|
install setlayout %{buildroot}%{_bindir}
|
|
|
|
|
|
|
|
install -p %{SOURCE2} %{buildroot}%{_datadir}/%{name}/xdg-menu
|
|
|
|
|
|
|
|
sed 's|_XDGMENU_|%{_datadir}/%{name}/xdg-menu|g' < %{SOURCE3} \
|
|
|
|
|
|
|
|
> %{buildroot}%{_sysconfdir}/xdg/%{name}/menu.xml
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
%find_lang %{name}
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
@ -92,7 +100,7 @@ rm -rf %{buildroot}
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc AUTHORS CHANGELOG COMPLIANCE COPYING README
|
|
|
|
%doc AUTHORS CHANGELOG COMPLIANCE COPYING README
|
|
|
|
%doc data/*.xsd doc/rc-mouse-focus.xml
|
|
|
|
%doc data/*.xsd data/menu.xml doc/rc-mouse-focus.xml
|
|
|
|
%dir %{_sysconfdir}/xdg/%{name}/
|
|
|
|
%dir %{_sysconfdir}/xdg/%{name}/
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
|
|
|
|
%{_bindir}/gnome-panel-control
|
|
|
|
%{_bindir}/gnome-panel-control
|
|
|
@ -101,6 +109,7 @@ rm -rf %{buildroot}
|
|
|
|
%{_bindir}/setlayout
|
|
|
|
%{_bindir}/setlayout
|
|
|
|
%dir %{_datadir}/openbox
|
|
|
|
%dir %{_datadir}/openbox
|
|
|
|
%{_datadir}/openbox/xdg-autostart
|
|
|
|
%{_datadir}/openbox/xdg-autostart
|
|
|
|
|
|
|
|
%{_datadir}/openbox/xdg-menu
|
|
|
|
%{_datadir}/themes/*/
|
|
|
|
%{_datadir}/themes/*/
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
@ -125,6 +134,11 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 14 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-1
|
|
|
|
|
|
|
|
- Update to 3.4.7.2
|
|
|
|
|
|
|
|
- Use gnome menus by default (Luke Macken) (#443548)
|
|
|
|
|
|
|
|
- Force setting number of desktops (#444135)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 17 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.1-1
|
|
|
|
* Thu Apr 17 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.1-1
|
|
|
|
- Update to 3.4.7.1
|
|
|
|
- Update to 3.4.7.1
|
|
|
|
- Don't require /usr/share/themes
|
|
|
|
- Don't require /usr/share/themes
|
|
|
|