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

Revision 8119, 5.3 KB checked in by Takemikaduchi, 10 years ago (diff)

rebuild or new upstream release

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.14
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 pygobject 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* Sat Jan 04 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.14-1
115- new upstream release
116
117* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.10-1
118- new upstream release
119- add BuildRequires: telepathy-glib-devel, json-glib-devel, vala, vala-tools
120
121* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.5-1
122- new upstream release
123- add BuildRequires: glib2-devel, sqlite3-devel, dbus-devel, xapian-core-devel
124- remove BuildArch: noarch
125
126* Wed Feb 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.8.2-4
127- rebuild with python-2.7.2
128
129* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.8.2-3
130- Initial build for Vine Linux
131
132* Sat Oct 22 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-2
133- Revert post-install script to restart zeitgeist daemon on update
134
135* Tue Oct 18 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
136- Update to 0.8.2
137- Restart the zeitgeist daemon on update (BZ #627982)
138
139* Wed Jul 20 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.1-1
140- Update to 0.8.1
141
142* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
143- Update to 0.8.0
144- Add a hard requires on zeitgeist-datahub
145
146* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
147- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
148
149* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.7-1
150- Update to 0.7
151
152* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
153- Update to 0.5.0
154
155* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.4.0-2
156- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
157
158* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.4.0-1
159- Update to 0.4.0
160
161* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3.1-1
162- Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)
163
164* Wed Apr 21 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.3-1
165- Update to 0.3.3
166
167* Wed Jan 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.2-1
168- Update to 0.3.2
169
170* Thu Jan 14 2010 Deji Akingunola <dakingun@gmail.com> - 0.3.1-1
171- Add missing requires (Package reviews)
172- Update license tag (Package reviews)
173- Update to latest release
174
175* Tue Dec 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.3.0-1
176- Update to 0.3.0
177
178* Wed Nov 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.2.1-1
179- Initial Fedora packaging
Note: See TracBrowser for help on using the repository browser.