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

Revision 7633, 5.1 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.8.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.10
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.10/+download/%{name}-%{version}.tar.xz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  python-devel python-rdflib
16BuildRequires:  raptor2
17BuildRequires:  gettext, perl-XML-Parser, intltool
18BuildRequires:  gtk3-devel
19BuildRequires:  sqlite3-devel
20BuildRequires:  dbus-devel
21BuildRequires:  xapian-core-devel
22BuildRequires:  telepathy-glib-devel
23BuildRequires:  json-glib-devel
24BuildRequires:  vala
25BuildRequires:  vala-tools
26
27Requires:       dbus zeitgeist-datahub
28Requires:       dbus-python pygobject pyxdg
29
30Obsoletes:      zeitgeist-datahub < 0.9.10
31Provides:       zeitgeist-datahub = %{version}-%{release}
32
33%description
34Zeitgeist is a service which logs the users's activities and events (files
35opened, websites visites, conversations hold with other people, etc.) and makes
36relevant information available to other applications.
37
38Note that this package only contains the daemon, which you can use
39together with several different user interfaces.
40
41
42%package        devel
43Summary:        Development tools for %{name}
44Summary(ja):    %{name} の開発環境
45Group:          Development/Libraries
46Requires:       %{name} = %{version}-%{release}
47Requires:       pkgconfig
48
49%description devel
50Header files and libraries for building a extension library for the %{name}.
51
52
53%package        vala
54Summary:        Vala bindings for %{name}
55Summary(ja):    %{name} の Vala バインディング
56Group:          Development/Libraries
57Requires:       %{name} = %{version}-%{release}
58Requires:       vala
59
60%description    vala
61Vala bindings for %{name}.
62
63
64%prep
65%setup -q
66
67%build
68%configure
69make %{?_smp_mflags}
70
71%install
72rm -rf %{buildroot}
73make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
74
75find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
76
77
78%post -p /sbin/ldconfig
79
80%postun -p /sbin/ldconfig
81
82%files
83%defattr(-,root,root,-)
84%doc AUTHORS ChangeLog COPYING NEWS README
85%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
86%{_bindir}/zeitgeist-daemon
87%{_bindir}/zeitgeist-datahub
88%{_libdir}/libzeitgeist-2.0.so.*
89%{_libdir}/girepository-1.0/Zeitgeist-2.0.typelib
90%{_datadir}/bash-completion/completions/zeitgeist-daemon
91%{_datadir}/%{name}/
92%{python_sitelib}/zeitgeist/
93%{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
94%{_mandir}/man1/zeitgeist-*.*
95
96%files devel
97%defattr(-,root,root,-)
98%{_includedir}/zeitgeist-2.0
99%{_libdir}/libzeitgeist-2.0.so
100%{_datadir}/gir-1.0/Zeitgeist-2.0.gir
101%{_datadir}/pkgconfig/zeitgeist-2.0.pc
102
103%files vala
104%defattr(-,root,root,-)
105%{_datadir}/vala/vapi/zeitgeist-2.0.deps
106%{_datadir}/vala/vapi/zeitgeist-2.0.vapi
107%{_datadir}/vala/vapi/zeitgeist-datamodel-2.0.vapi
108
109
110%changelog
111* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.10-1
112- new upstream release
113- add BuildRequires: telepathy-glib-devel, json-glib-devel, vala, vala-tools
114
115* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.5-1
116- new upstream release
117- add BuildRequires: glib2-devel, sqlite3-devel, dbus-devel, xapian-core-devel
118- remove BuildArch: noarch
119
120* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
121- rebuild with python-2.7.2
122
123* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
124- Initial build for Vine Linux
125
126* Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
127- Revert post-install script to restart zeitgeist daemon on update
128
129* Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
130- Update to 0.8.2
131- Restart the zeitgeist daemon on update (BZ #627982)
132
133* Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
134- Update to 0.8.1
135
136* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
137- Update to 0.8.0
138- Add a hard requires on zeitgeist-datahub
139
140* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
141- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
142
143* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
144- Update to 0.7
145
146* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
147- Update to 0.5.0
148
149* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
150- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
151
152* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
153- Update to 0.4.0
154
155* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
156- Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
157
158* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
159- Update to 0.3.3
160
161* Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
162- Update to 0.3.2
163
164* Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
165- Add missing requires (Package reviews)
166- Update license tag (Package reviews)
167- Update to latest release
168
169* Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
170- Update to 0.3.0
171
172* Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
173- Initial Fedora packaging
Note: See TracBrowser for help on using the repository browser.