165 lines
6.6 KiB
RPMSpec
165 lines
6.6 KiB
RPMSpec
Name: openbox
|
|
Version: 3.6.1
|
|
Release: 1mamba
|
|
Summary: A highly configurable, next generation window manager with extensive standards support
|
|
Group: Graphical Desktop/Applications/Environment
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://openbox.org
|
|
Source: http://openbox.org/dist/openbox/openbox-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libXcursor-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: libXft-devel
|
|
BuildRequires: libXinerama-devel
|
|
BuildRequires: libXrandr-devel
|
|
BuildRequires: libXrender-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libimlib2-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: librsvg-devel
|
|
BuildRequires: libstartup-notification-devel
|
|
BuildRequires: libxml2-devel
|
|
## AUTOBUILDREQ-END
|
|
Requires: python-xdg
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Openbox is a highly configurable, next generation window manager with extensive standards support.
|
|
|
|
The *box visual style is well known for its minimalistic appearance. Openbox uses the *box visual style, while providing a greater number of options for theme developers than previous *box implementations. The theme documentation describes the full range of options found in Openbox themes.
|
|
|
|
Openbox lets you bring the latest applications outside of a full desktop environment. Most modern applications have been written with GNOME and KDE in mind. With support for the latest freedesktop.org standards, as well as careful adherence to previous standards, Openbox provides an environment where applications work the way they were designed to.
|
|
|
|
%package devel
|
|
Summary: Devel package for %{name}
|
|
Group: Development/Libraries
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
Openbox is a highly configurable, next generation window manager with extensive standards support.
|
|
The *box visual style is well known for its minimalistic appearance. Openbox uses the *box visual style, while providing a greater number of options for theme developers than previous *box implementations. The theme documentation describes the full range of options found in Openbox themes.
|
|
Openbox lets you bring the latest applications outside of a full desktop environment. Most modern applications have been written with GNOME and KDE in mind. With support for the latest freedesktop.org standards, as well as careful adherence to previous standards, Openbox provides an environment where applications work the way they were designed to.
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%package xsessions
|
|
Summary: X session files for %{name}
|
|
Group: System/X11
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description xsessions
|
|
Openbox is a highly configurable, next generation window manager with extensive standards support.
|
|
The *box visual style is well known for its minimalistic appearance. Openbox uses the *box visual style, while providing a greater number of options for theme developers than previous *box implementations. The theme documentation describes the full range of options found in Openbox themes.
|
|
Openbox lets you bring the latest applications outside of a full desktop environment. Most modern applications have been written with GNOME and KDE in mind. With support for the latest freedesktop.org standards, as well as careful adherence to previous standards, Openbox provides an environment where applications work the way they were designed to.
|
|
This package contains static libraries and header files need for development.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_sysconfdir}/xdg/openbox/*
|
|
%{_bindir}/gnome-panel-control
|
|
%{_bindir}/gdm-control
|
|
%{_bindir}/obxprop
|
|
%{_bindir}/openbox
|
|
%{_bindir}/openbox-gnome-session
|
|
%{_bindir}/openbox-kde-session
|
|
%{_bindir}/openbox-session
|
|
%{_libdir}/libobt.so.*
|
|
%{_libdir}/libobrender.so.*
|
|
%{_libexecdir}/openbox-autostart
|
|
%{_libexecdir}/openbox-xdg-autostart
|
|
%{_datadir}/applications/openbox.desktop
|
|
%{_datadir}/pixmaps/openbox.png
|
|
%{_datadir}/themes/Artwiz-boxed
|
|
%{_datadir}/themes/Bear2
|
|
%{_datadir}/themes/Clearlooks
|
|
%{_datadir}/themes/Clearlooks-Olive
|
|
%{_datadir}/themes/Clearlooks-3.4
|
|
%{_datadir}/themes/Mikachu
|
|
%{_datadir}/themes/Natura
|
|
%{_datadir}/themes/Onyx
|
|
%{_datadir}/themes/Onyx-Citrus
|
|
%{_datadir}/themes/Orang
|
|
%{_datadir}/themes/Syscrash
|
|
%{_docdir}/openbox
|
|
%{_mandir}/man1/openbox*.1*
|
|
%{_mandir}/man1/obxprop.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files xsessions
|
|
%defattr(-,root,root)
|
|
%{_datadir}/gnome/wm-properties/openbox.desktop
|
|
%{_datadir}/gnome-session/sessions/openbox-gnome-fallback.session
|
|
%{_datadir}/gnome-session/sessions/openbox-gnome.session
|
|
%{_datadir}/xsessions/openbox-gnome.desktop
|
|
%{_datadir}/xsessions/openbox-kde.desktop
|
|
%{_datadir}/xsessions/openbox.desktop
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}
|
|
%{_libdir}/libobt.a
|
|
%{_libdir}/libobt.la
|
|
%{_libdir}/libobt.so
|
|
%{_libdir}/libobrender.a
|
|
%{_libdir}/libobrender.la
|
|
%{_libdir}/libobrender.so
|
|
%{_includedir}/openbox
|
|
#%{_includedir}/openbox/$OB_MAJOR_VERSION.$OB_MINOR_VERSION/openbox/*.h
|
|
%{_libdir}/pkgconfig/*.pc
|
|
%doc README
|
|
|
|
%changelog
|
|
* Wed Jul 01 2015 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 01 2015 Automatic Build System <autodist@mambasoft.it> 3.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.2-2mamba
|
|
- added package openbox-xsessions
|
|
|
|
* Mon Aug 12 2013 Automatic Build System <autodist@mambasoft.it> 3.5.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Aug 02 2011 Automatic Build System <autodist@mambasoft.it> 3.5.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat May 15 2010 Automatic Build System <autodist@mambasoft.it> 3.4.11.2-1mamba
|
|
- automatic update to 3.4.11.2 by autodist
|
|
|
|
* Mon Mar 29 2010 Automatic Build System <autodist@mambasoft.it> 3.4.11.1-1mamba
|
|
- automatic update to 3.4.11.1 by autodist
|
|
|
|
* Sun Feb 14 2010 Automatic Build System <autodist@mambasoft.it> 3.4.11-1mamba
|
|
- automatic update to 3.4.11 by autodist
|
|
|
|
* Sat Jan 30 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 3.4.10-1mamba
|
|
- package created by autospec
|