automatic version update by autodist [release 3.10.0-1mamba;Mon Oct 28 2013]
This commit is contained in:
parent
881886d4ea
commit
af96c8cf9a
@ -1,2 +1,5 @@
|
|||||||
# alacarte
|
# alacarte
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
86
alacarte.spec
Normal file
86
alacarte.spec
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
Name: alacarte
|
||||||
|
Version: 3.10.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 %{python27_sitearch}/Alacarte
|
||||||
|
%{python27_sitearch}/Alacarte/*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
#ChangeLog NEWS README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user