[zeitgeist] * Fri Aug 06 2010 Deji Akingunola <dakingun at gmail.com> - 0.5.0-1 - Update to 0.5.0

Deji Akingunola deji at fedoraproject.org
Fri Aug 6 19:27:27 UTC 2010


commit 1f503b1c665de7ffec1274f0bfd5522fd3252249
Author: Deji Akingunola <dakingun at gmail.com>
Date:   Fri Aug 6 15:28:50 2010 -0400

    * Fri Aug 06 2010 Deji Akingunola <dakingun at gmail.com> - 0.5.0-1
    - Update to 0.5.0

 .gitignore     |    1 +
 sources        |    2 +-
 zeitgeist.spec |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8abeaaa..635c214 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zeitgeist-0.4.0.tar.gz
+zeitgeist-0.5.0.tar.gz
diff --git a/sources b/sources
index c9d107f..87e3fbc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a6c5b462e2c38f5249202b7d566ce463  zeitgeist-0.4.0.tar.gz
+484cce7f7a117869bd3d4bd1ba9f4a18  zeitgeist-0.5.0.tar.gz
diff --git a/zeitgeist.spec b/zeitgeist.spec
index 2176dd9..311b567 100644
--- a/zeitgeist.spec
+++ b/zeitgeist.spec
@@ -2,13 +2,13 @@
 
 Summary:	Framework providing Desktop activity awareness
 Name:		zeitgeist
-Version:	0.4.0
-Release:	2%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 Group:		User Interface/Desktops
 License:	LGPLv3+ and LGPLv3
 # zeitgeist/loggers/iso_strptime.py is LGPLv3 and the rest LGPLv3+
 URL:		https://launchpad.net/zeitgeist
-Source0:	http://launchpad.net/%{name}/0.4/0.4.0/+download/%{name}-%{version}.tar.gz
+Source0:	http://launchpad.net/%{name}/0.5/0.5.0/+download/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel python-rdflib
 BuildRequires:	raptor
@@ -35,7 +35,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
 
 %find_lang %{name}
 
@@ -48,11 +48,15 @@ rm -rf %{buildroot}
 %{_bindir}/zeitgeist-daemon
 %{_bindir}/zeitgeist-datahub
 %{_datadir}/%{name}/
+%{_datadir}/pkgconfig/zeitgeist-daemon.pc
 %{python_sitelib}/zeitgeist/
 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
 %{_mandir}/man1/zeitgeist-*.*
 
 %changelog
+* Fri Aug 06 2010 Deji Akingunola <dakingun at gmail.com> - 0.5.0-1
+- Update to 0.5.0
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list