update to 0.9.15 [release 0.9.15-1mamba;Sat Oct 04 2014]
This commit is contained in:
parent
8edeed8672
commit
5f2f225191
@ -1,6 +1,6 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: zeitgeist
|
||||
Version: 0.9.14
|
||||
Version: 0.9.15
|
||||
Release: 1mamba
|
||||
Summary: A service which logs the users's activities and events
|
||||
Group: Applications/Security
|
||||
@ -8,7 +8,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://zeitgeist-project.com/news/python/
|
||||
Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz
|
||||
Source: http://cgit.freedesktop.org/zeitgeist/zeitgeist/snapshot/zeitgeist-%{version}.tar.gz
|
||||
#Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz
|
||||
License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -55,6 +56,7 @@ This package contains static libraries and header files need for development.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -72,8 +74,8 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist
|
||||
%dir %{_datadir}/zeitgeist
|
||||
%dir %{_datadir}/zeitgeist/ontology
|
||||
%{_datadir}/zeitgeist/ontology/*.trig
|
||||
%dir %{python_sitearch}/zeitgeist
|
||||
%{python_sitearch}/zeitgeist/*
|
||||
%dir %{python_sitelib}/zeitgeist
|
||||
%{python_sitelib}/zeitgeist/*
|
||||
%{_datadir}/bash-completion/completions/zeitgeist-daemon
|
||||
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
|
||||
%{_mandir}/man1/zeitgeist-daemon.1.gz
|
||||
@ -102,6 +104,9 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-1mamba
|
||||
- update to 0.9.15
|
||||
|
||||
* Thu Jun 27 2013 Automatic Build System <autodist@mambasoft.it> 0.9.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user