diff --git a/README.md b/README.md index 099e8d7..d4afcd0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # 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. + diff --git a/alacarte.spec b/alacarte.spec new file mode 100644 index 0000000..e7fa037 --- /dev/null +++ b/alacarte.spec @@ -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 +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 3.10.0-1mamba +- automatic version update by autodist + +* Sat Mar 02 2013 Automatic Build System 3.7.90-1mamba +- automatic version update by autodist + +* Wed Jan 23 2013 Automatic Build System 3.7.3-1mamba +- automatic version update by autodist + +* Tue Nov 20 2012 Automatic Build System 3.7.2-1mamba +- update to 3.7.2 + +* Tue Oct 23 2012 Automatic Build System 3.6.1-1mamba +- automatic version update by autodist + +* Sat Jul 21 2012 Automatic Build System 0.13.4-1mamba +- update to 0.13.4 + +* Wed Sep 15 2010 Automatic Build System 0.13.2-1mamba +- automatic update to 0.13.2 by autodist + +* Sat May 29 2010 Automatic Build System 0.13.1-1mamba +- automatic update to 0.13.1 by autodist + +* Tue Sep 29 2009 Automatic Build System 0.12.4-1mamba +- automatic update by autodist + +* Wed May 27 2009 Silvan Calarco 0.12.1-1mamba +- update to 0.12.1 + +* Mon May 14 2007 Tiziano Pratellesi 0.11.3-1mamba +- package created by autospec