|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: openbox
|
|
|
|
Name: openbox
|
|
|
|
Version: 3.4.6.1
|
|
|
|
Version: 3.4.7.1
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -9,9 +9,10 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: openbox-3.4.7.1-autostartdir.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{_datadir}/themes
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
@ -61,6 +62,7 @@ The %{name}-libs package contains shared libraries used by %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1 -b .autostartdir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -71,7 +73,7 @@ sed -ie 's|^hardcode_libdir_flag_spec=.*$|hardcode_libdir_flag_spec=""|g' libtoo
|
|
|
|
sed -ie 's|^runpath_var=LD_RUN_PATH$|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
sed -ie 's|^runpath_var=LD_RUN_PATH$|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
gcc $RPM_OPT_FLAGS -o setlayout %{SOURCE1} -lX11
|
|
|
|
gcc %{optflags} -o setlayout %{SOURCE1} -lX11
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
rm -rf %{buildroot}
|
|
|
@ -94,8 +96,11 @@ rm -rf %{buildroot}
|
|
|
|
%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
|
|
|
|
|
|
|
|
%{_bindir}/gdm-control
|
|
|
|
%{_bindir}/%{name}*
|
|
|
|
%{_bindir}/%{name}*
|
|
|
|
%{_bindir}/setlayout
|
|
|
|
%{_bindir}/setlayout
|
|
|
|
|
|
|
|
%dir %{_datadir}/openbox
|
|
|
|
|
|
|
|
%{_datadir}/openbox/xdg-autostart
|
|
|
|
%{_datadir}/themes/*/
|
|
|
|
%{_datadir}/themes/*/
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
@ -120,6 +125,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Apr 17 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.1-1
|
|
|
|
|
|
|
|
- Update to 3.4.7.1
|
|
|
|
|
|
|
|
- Don't require /usr/share/themes
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 06 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6.1-1
|
|
|
|
* Wed Feb 06 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6.1-1
|
|
|
|
- Update to 3.4.6.1
|
|
|
|
- Update to 3.4.6.1
|
|
|
|
|
|
|
|
|
|
|
|