update to 0.6.1 [release 0.6.1-1mamba;Sun Aug 31 2014]
This commit is contained in:
parent
7e40a19ee7
commit
7cec1b9e5d
@ -1,5 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: libmenu-cache
|
||||
Version: 0.4.1
|
||||
Version: 0.6.1
|
||||
Release: 1mamba
|
||||
Summary: Caching mechanism for freedesktop.org compliant menus
|
||||
Group: System/Libraries
|
||||
@ -7,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Fabio Giani <fabio.giani@gmail.com>
|
||||
URL: http://www.lxde.org/
|
||||
Source: http://downloads.sourceforge.net/project/lxde/menu-cache/menu-cache%20%{version}/menu-cache-%{version}.tar.gz
|
||||
Source: http://downloads.sourceforge.net/project/lxde/menu-cache/menu-cache%20%{majver}.x/menu-cache-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -52,8 +53,9 @@ This package contains static libraries and header files need for development.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%{_libexecdir}/menu-cache-gen
|
||||
%{_libexecdir}/menu-cached
|
||||
%dir %{_libexecdir}/menu-cache
|
||||
%{_libexecdir}/menu-cache/menu-cache-gen
|
||||
%{_libexecdir}/menu-cache/menu-cached
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%files devel
|
||||
@ -67,6 +69,15 @@ This package contains static libraries and header files need for development.
|
||||
%doc README
|
||||
|
||||
%changelog
|
||||
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1-1mamba
|
||||
- update to 0.6.1
|
||||
|
||||
* Fri Oct 18 2013 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 19 2013 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||
- update to 0.5.0
|
||||
|
||||
* Fri Dec 21 2012 Automatic Build System <autodist@mambasoft.it> 0.4.1-1mamba
|
||||
- update to 0.4.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user