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

Revision 5191, 1.2 KB checked in by inagaki, 12 years ago (diff)

new: libzeitgeist, zeitgeist, zeitgeist-datahub, python-rdflib

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