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

Revision 10716, 5.3 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

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