patch to fix vala [release 0.9.15-2mamba;Sun Mar 22 2015]
This commit is contained in:
parent
5f2f225191
commit
0ab8f7b931
19
zeitgeist-0.9.15-upstream-fix-vala.patch
Normal file
19
zeitgeist-0.9.15-upstream-fix-vala.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
From b1e82de434a7b63fe1290d0051de58350b069991 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Philip Withnall <philip@tecnocode.co.uk>
|
||||||
|
Date: Sun, 16 Feb 2014 15:08:49 +0000
|
||||||
|
Subject: libzeitgeist: Add a missing dependency on gio-2.0
|
||||||
|
|
||||||
|
This actually makes the zeitgeist vapi file usable.
|
||||||
|
|
||||||
|
Signed-off-by: Seif Lotfy <seif@lotfy.com>
|
||||||
|
|
||||||
|
diff --git a/libzeitgeist/zeitgeist-2.0.deps b/libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
index ff8d39b..59eec5d 100644
|
||||||
|
--- a/libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
+++ b/libzeitgeist/zeitgeist-2.0.deps
|
||||||
|
@@ -1 +1,2 @@
|
||||||
|
zeitgeist-datamodel-2.0
|
||||||
|
+gio-2.0
|
||||||
|
--
|
||||||
|
cgit v0.10.2
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: zeitgeist
|
Name: zeitgeist
|
||||||
Version: 0.9.15
|
Version: 0.9.15
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A service which logs the users's activities and events
|
Summary: A service which logs the users's activities and events
|
||||||
Group: Applications/Security
|
Group: Applications/Security
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,6 +10,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: http://zeitgeist-project.com/news/python/
|
URL: http://zeitgeist-project.com/news/python/
|
||||||
Source: http://cgit.freedesktop.org/zeitgeist/zeitgeist/snapshot/zeitgeist-%{version}.tar.gz
|
Source: http://cgit.freedesktop.org/zeitgeist/zeitgeist/snapshot/zeitgeist-%{version}.tar.gz
|
||||||
#Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz
|
#Source: https://launchpad.net/zeitgeist/%{majver}/%{version}/+download/zeitgeist-%{version}.tar.xz
|
||||||
|
Patch0: zeitgeist-0.9.15-upstream-fix-vala.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -54,6 +55,7 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -104,6 +106,9 @@ rm -rf %{buildroot}%{_prefix}/doc/zeitgeist
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Mar 22 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-2mamba
|
||||||
|
- patch to fix vala
|
||||||
|
|
||||||
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-1mamba
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-1mamba
|
||||||
- update to 0.9.15
|
- update to 0.9.15
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user