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

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

GNOME-3.6.0 & Cinnamon-1.6.1

Line 
1Summary:        The zeitgeist engine data logger
2Name:           zeitgeist-datahub
3Version:        0.9.5
4Release:        1%{?_dist_release}
5
6Group:          User Interface/Desktops
7License:        LGPLv3+
8URL:            http://launchpad.net/zeitgeist-datahub
9
10Source0:        http://launchpad.net/%{name}/0.9/0.9.5/+download/%{name}-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13BuildRequires:  libzeitgeist-devel
14BuildRequires:  glib2-devel gtk2-devel, vala-devel
15BuildRequires:  json-glib-devel
16BuildRequires:  telepathy-glib-devel
17BuildRequires:  gettext, perl-XML-Parser, intltool, pkgconfig
18
19%description
20The datahub provides passive plugins which insert events into Zeitgeist.
21
22%prep
23%setup -q
24
25%build
26%configure
27make %{?_smp_mflags}
28
29%install
30rm -rf %{buildroot}
31make DESTDIR=%{buildroot} install
32
33%find_lang %{name}
34
35%files -f %{name}.lang
36%defattr(-,root,root,-)
37%doc AUTHORS COPYING NEWS
38%{_bindir}/zeitgeist-datahub
39%{_mandir}/man1/zeitgeist-datahub.*
40%{_sysconfdir}/xdg/autostart/zeitgeist-datahub.desktop
41
42%changelog
43* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.5-1
44- new upstream release
45- add BuildRequires: json-glib-devel, telepathy-glib-devel
46
47* Sun Nov 20 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 0.7.0-3
48- Initial build for Vine Linux
49
50* Sat Apr 30 2011 Deji Akingunola <dakingun@gmail.com> - 0.7.0-2
51- Package review fixes
52
53* Sat Apr 30 2011 Deji Akingunola <dakingun@gmail.com> - 0.7.0-1
54- Initial Fedora packaging
Note: See TracBrowser for help on using the repository browser.