Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Deji Akingunola
2fd734f6a9 Update to 0.9.5 2012-09-23 20:36:10 -04:00
Deji Akingunola
1e0a113c9b Apply the last patch 2012-05-21 23:07:37 -04:00
Deji Akingunola
df4df33a30 Add patch to fix dso build failure 2012-05-21 22:30:41 -04:00
Deji Akingunola
19191613ca Update to 0.9.0
- Apply upstream patch to fix a crasher bug.
2012-05-21 11:54:48 -04:00
2 changed files with 26 additions and 14 deletions

View file

@ -1 +1 @@
589e7de784d21177491780bffd11097d zeitgeist-0.8.2.tar.gz
5841e4624b07ba74866fb177f1c9aae7 zeitgeist-0.9.5.tar.bz2

View file

@ -2,20 +2,19 @@
Summary: Framework providing Desktop activity awareness
Name: zeitgeist
Version: 0.8.2
Release: 3%{?dist}
Version: 0.9.5
Release: 1%{?dist}
Group: User Interface/Desktops
License: LGPLv2+
URL: https://launchpad.net/zeitgeist
Source0: http://launchpad.net/%{name}/0.8/0.8.2/+download/%{name}-%{version}.tar.gz
BuildRequires: python-devel python-rdflib
BuildRequires: raptor2
Source0: http://launchpad.net/%{name}/0.9/0.9.5/+download/%{name}-%{version}.tar.bz2
BuildRequires: vala, python-devel, python-rdflib
BuildRequires: glib2-devel, dbus-devel, sqlite-devel
BuildRequires: raptor2, xapian-core-devel
BuildRequires: gettext, perl(XML::Parser), intltool
Requires: dbus zeitgeist-datahub
Requires: dbus-python pygobject2 pyxdg
BuildArch: noarch
%description
Zeitgeist is a service which logs the users's activities and events (files
opened, websites visites, conversations hold with other people, etc.) and makes
@ -27,27 +26,40 @@ together with several different user interfaces.
%prep
%setup -q
## nuke unwanted rpaths, see also
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
%build
%configure
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
make DESTDIR=%{buildroot} install
%find_lang %{name}
#%find_lang %{name}
%files -f %{name}.lang
#%files -f %{name}.lang
%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING COPYRIGHT NEWS README
%doc AUTHORS COPYING NEWS
%{_bindir}/zeitgeist-daemon
%{_libexecdir}/zeitgeist-fts
%{_datadir}/%{name}/
%{_datadir}/pkgconfig/zeitgeist-daemon.pc
%{python_sitelib}/zeitgeist/
%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
%{_datadir}/dbus-1/services/org.gnome.zeitgeist*.service
%{_mandir}/man1/zeitgeist-*.*
%exclude %{_prefix}/doc/zeitgeist/
%changelog
* Sun Sep 23 2012 Deji Akingunola <dakingun@gmail.com> - 0.9.5-1
- Update to 0.9.5
* Mon May 21 2012 Deji Akingunola <dakingun@gmail.com> - 0.9.0-1
- Update to 0.9.0
- Apply upstream patch to fix a crasher bug.
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild