|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
Name: openbox
|
|
|
|
|
Version: 3.4.2
|
|
|
|
|
Version: 3.4.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A highly configurable and standards-compliant X11 window manager
|
|
|
|
|
|
|
|
|
@ -7,6 +7,7 @@ Group: User Interface/Desktops
|
|
|
|
|
License: GPL
|
|
|
|
|
URL: http://icculus.org/openbox
|
|
|
|
|
Source0: http://icculus.org/openbox/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: http://icculus.org/openbox/tools/setlayout.c
|
|
|
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
@ -70,10 +71,13 @@ 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
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
gcc $RPM_OPT_FLAGS -o setlayout %{SOURCE1} -lX11
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
install setlayout %{buildroot}%{_bindir}
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
|
rm -rf %{buildroot}%{_datadir}/doc/%{name}
|
|
|
|
@ -91,6 +95,7 @@ rm -rf %{buildroot}
|
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/%{name}/*
|
|
|
|
|
%{_bindir}/gnome-panel-control
|
|
|
|
|
%{_bindir}/%{name}*
|
|
|
|
|
%{_bindir}/setlayout
|
|
|
|
|
%{_datadir}/themes/*/
|
|
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
|
|
|
%{_datadir}/gnome/wm-properties/
|
|
|
|
@ -115,6 +120,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.3-1
|
|
|
|
|
- Update to 3.4.3
|
|
|
|
|
- Package setlayout tool
|
|
|
|
|
|
|
|
|
|
* Wed Jun 13 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.2-1
|
|
|
|
|
- Update to 3.4.2
|
|
|
|
|
|
|
|
|
|