|
|
@ -1,17 +1,12 @@
|
|
|
|
%global gitdate 20121001
|
|
|
|
|
|
|
|
%global gitrev 782b28
|
|
|
|
|
|
|
|
Name: openbox
|
|
|
|
Name: openbox
|
|
|
|
Version: 3.5.0
|
|
|
|
Version: 3.5.2
|
|
|
|
Release: 12.%{gitdate}git%{gitrev}%{?dist}
|
|
|
|
Release: 12.%{gitdate}git%{gitrev}%{?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
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://openbox.org
|
|
|
|
URL: http://openbox.org
|
|
|
|
# git clone git://git.openbox.org/dana/openbox; cd openbox
|
|
|
|
Source0: http://openbox.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
# git archive --prefix=openbox/ %{gitrev} | xz > openbox-%{gitdate}git%{gitrev}.tar.xz
|
|
|
|
|
|
|
|
Source0: %{name}-%{gitdate}git%{gitrev}.tar.xz
|
|
|
|
|
|
|
|
#Source0: http://openbox.org/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Source1: http://icculus.org/openbox/tools/setlayout.c
|
|
|
|
Source1: http://icculus.org/openbox/tools/setlayout.c
|
|
|
|
Source2: xdg-menu
|
|
|
|
Source2: xdg-menu
|
|
|
|
Source3: menu.xml
|
|
|
|
Source3: menu.xml
|
|
|
@ -34,8 +29,6 @@ BuildRequires: libXt-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: imlib2-devel
|
|
|
|
BuildRequires: imlib2-devel
|
|
|
|
# extra dependencies to build from git snapshot
|
|
|
|
|
|
|
|
BuildRequires: automake gettext-devel libtool
|
|
|
|
|
|
|
|
Provides: firstboot(windowmanager)
|
|
|
|
Provides: firstboot(windowmanager)
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
@ -126,11 +119,10 @@ KDE session.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
./bootstrap
|
|
|
|
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--disable-static
|
|
|
|
--disable-static
|
|
|
|
## Fix RPATH hardcoding.
|
|
|
|
## Fix RPATH hardcoding.
|
|
|
|