Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2fd734f6a9 | ||
|
|
1e0a113c9b | ||
|
|
df4df33a30 | ||
|
|
19191613ca |
2 changed files with 26 additions and 14 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
589e7de784d21177491780bffd11097d zeitgeist-0.8.2.tar.gz
|
||||
5841e4624b07ba74866fb177f1c9aae7 zeitgeist-0.9.5.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue