source: projects/specs/trunk/z/zeitgeist/zeitgeist-vl.spec @ 6890

Revision 6890, 3.5 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Summary:        Framework providing Desktop activity awareness
4Name:           zeitgeist
5Version:        0.9.5
6Release:        1%{?_dist_release}
7
8Group:          User Interface/Desktops
9License:        LGPLv2+
10URL:            https://launchpad.net/zeitgeist
11
12Source0:        http://launchpad.net/%{name}/0.9/0.9.5/+download/%{name}-%{version}.tar.bz2
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  python-devel python-rdflib
16BuildRequires:  raptor2
17BuildRequires:  gettext, perl-XML-Parser, intltool
18BuildRequires:  glib2-devel
19BuildRequires:  sqlite3-devel
20BuildRequires:  dbus-devel
21BuildRequires:  xapian-core-devel
22Requires:       dbus zeitgeist-datahub
23Requires:       dbus-python pygobject pyxdg
24
25%description
26Zeitgeist is a service which logs the users's activities and events (files
27opened, websites visites, conversations hold with other people, etc.) and makes
28relevant information available to other applications.
29
30Note that this package only contains the daemon, which you can use
31together with several different user interfaces.
32
33%prep
34%setup -q
35
36%build
37%configure
38make %{?_smp_mflags}
39
40%install
41rm -rf %{buildroot}
42make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
43
44%files
45%defattr(-,root,root,-)
46%doc AUTHORS ChangeLog COPYING NEWS README
47%{_bindir}/zeitgeist-daemon
48%{_datadir}/%{name}/
49%{python_sitelib}/zeitgeist/
50%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
51%{_mandir}/man1/zeitgeist-*.*
52
53%changelog
54* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.5-1
55- new upstream release
56- add BuildRequires: glib2-devel, sqlite3-devel, dbus-devel, xapian-core-devel
57- remove BuildArch: noarch
58
59* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
60- rebuild with python-2.7.2
61
62* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
63- Initial build for Vine Linux
64
65* Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
66- Revert post-install script to restart zeitgeist daemon on update
67
68* Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
69- Update to 0.8.2
70- Restart the zeitgeist daemon on update (BZ #627982)
71
72* Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
73- Update to 0.8.1
74
75* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
76- Update to 0.8.0
77- Add a hard requires on zeitgeist-datahub
78
79* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
80- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
81
82* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
83- Update to 0.7
84
85* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
86- Update to 0.5.0
87
88* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
89- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
90
91* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
92- Update to 0.4.0
93
94* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
95- Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
96
97* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
98- Update to 0.3.3
99
100* Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
101- Update to 0.3.2
102
103* Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
104- Add missing requires (Package reviews)
105- Update license tag (Package reviews)
106- Update to latest release
107
108* Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
109- Update to 0.3.0
110
111* Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
112- Initial Fedora packaging
Note: See TracBrowser for help on using the repository browser.