%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2) Name: lxlauncher Version: 0.2.5 Release: 1mamba Summary: The LXLauncher is the optional launcher for application programs developed for the 7-10.2" screens. Group: Graphical Desktop/Applications/Environment Vendor: openmamba Distribution: openmamba Packager: Fabio Giani URL: http://www.lxde.org/ Source: http://downloads.sourceforge.net/project/lxde/LXLauncher%20%28for%20Asus%20EeePC%29/LXLauncher%20%{majver}.x/lxlauncher-%{version}.tar.xz Patch0: %{name}-0.2.1-fix_build_loop.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgtk2-devel BuildRequires: libmenu-cache-devel BuildRequires: libpango-devel BuildRequires: libstartup-notification-devel BuildRequires: libX11-devel ## AUTOBUILDREQ-END BuildRequires: libmenu-cache-devel >= 0.6.1-1mamba BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The LXLauncher is the optional launcher for application programs developed for the 7-10.2" screens. LXLauncher enables the LXDE desktop to be a topic oriented groupping specific application programs to one view under tabs. %prep %setup -q #%patch0 -p1 #sed -i "s|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|" configure.in %build #autoreconf %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall #INSTALL='install -p' mkdir -m 755 %{buildroot}%{_datadir}/%{name} mkdir -m 755 %{buildroot}%{_datadir}/%{name}/backgrounds mkdir -m 755 %{buildroot}%{_datadir}/%{name}/icons %find_lang %{name} %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files -f %{name}.lang %defattr(-,root,root) %dir %{_sysconfdir}/xdg/lxlauncher/ %config %{_sysconfdir}/xdg/lxlauncher/gtk.css %config %{_sysconfdir}/xdg/lxlauncher/gtkrc %config(noreplace) %{_sysconfdir}/xdg/lxlauncher/settings.conf %config %{_sysconfdir}/xdg/menus/lxlauncher-applications.menu %{_bindir}/%{name} %dir %{_datadir}/%{name} %{_datadir}/%{name}/* %{_mandir}/man1/lxlauncher.1* %{_datadir}/desktop-directories/lxde-*.directory %{_mandir}/man1/lxlauncher.1* %doc AUTHORS COPYING #NEWS README %changelog * Mon Feb 29 2016 Automatic Build System 0.2.5-1mamba - automatic version update by autodist * Sun Oct 26 2014 Silvan Calarco 0.2.4-1mamba - update to 0.2.4 * Fri Sep 26 2014 Silvan Calarco 0.2.3-1mamba - update to 0.2.3 * Wed Sep 03 2014 Silvan Calarco 0.2.2-3mamba - rebuilt by autoport with build requirements: libmenu-cache-devel>=0.6.1-1mamba * Wed Apr 03 2013 Silvan Calarco 0.2.2-2mamba - rebuilt with libmenu-cache 0.4.1 * Sun Sep 02 2012 Silvan Calarco 0.2.2-1mamba - update to 0.2.2 * Tue Nov 09 2010 Silvan Calarco 0.2.1-4mamba - rebuilt with libmenu-cache 0.3.2 * Tue Jun 22 2010 Silvan Calarco 0.2.1-3mamba - fixed specfile name (must be the same as package name) - added patch to fix infinite build loop * Sat Jan 23 2010 Fabio Giani 0.2.1-2mamba - group changed * Fri Jan 15 2010 Fabio Giani 0.2.1-1mamba - package created by autospec