94 lines
2.8 KiB
RPMSpec
94 lines
2.8 KiB
RPMSpec
%define majver %(echo %version | cut -d. -f1-2)
|
|
Name: alacarte
|
|
Version: 3.36.0
|
|
Release: 1mamba
|
|
Summary: Simple menu editor for Gnome
|
|
Group: Graphical Desktop/Applications/Configuration
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: http://www.realistanew.com/projects/alacarte/
|
|
Source: http://ftp.gnome.org/pub/GNOME/sources/alacarte/%{majver}/alacarte-%{version}.tar.xz
|
|
License: LGPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: libpython27-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: python27
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gnome-menus-devel >= 2.15.4.1
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
%description
|
|
Alacarte is a menu editor for GNOME that lets you get things done, simply and quickly.
|
|
Just click and type to edit, add, and delete any menu entry.
|
|
|
|
%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)
|
|
%{_bindir}/*
|
|
#%{_datadir}/applications/*
|
|
%{_datadir}/%name/*
|
|
%{_datadir}/icons/*
|
|
%{_datadir}/applications/alacarte.desktop
|
|
%dir %{python3_sitelib}/Alacarte
|
|
%{python3_sitelib}/Alacarte/*
|
|
%{_mandir}/man1/alacarte.1*
|
|
%doc AUTHORS COPYING
|
|
#ChangeLog NEWS README
|
|
|
|
%changelog
|
|
* Mon Mar 09 2020 Automatic Build System <autodist@mambasoft.it> 3.36.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Mar 06 2014 Automatic Build System <autodist@mambasoft.it> 3.11.91-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Oct 28 2013 Automatic Build System <autodist@mambasoft.it> 3.10.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Mar 02 2013 Automatic Build System <autodist@mambasoft.it> 3.7.90-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jan 23 2013 Automatic Build System <autodist@mambasoft.it> 3.7.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Nov 20 2012 Automatic Build System <autodist@mambasoft.it> 3.7.2-1mamba
|
|
- update to 3.7.2
|
|
|
|
* Tue Oct 23 2012 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 21 2012 Automatic Build System <autodist@mambasoft.it> 0.13.4-1mamba
|
|
- update to 0.13.4
|
|
|
|
* Wed Sep 15 2010 Automatic Build System <autodist@mambasoft.it> 0.13.2-1mamba
|
|
- automatic update to 0.13.2 by autodist
|
|
|
|
* Sat May 29 2010 Automatic Build System <autodist@mambasoft.it> 0.13.1-1mamba
|
|
- automatic update to 0.13.1 by autodist
|
|
|
|
* Tue Sep 29 2009 Automatic Build System <autodist@mambasoft.it> 0.12.4-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Wed May 27 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.1-1mamba
|
|
- update to 0.12.1
|
|
|
|
* Mon May 14 2007 Tiziano Pratellesi <tiziano.pratellesi@openmamba.org> 0.11.3-1mamba
|
|
- package created by autospec
|