]> git.pld-linux.org Git - packages/zeitgeist.git/commitdiff
- completed dependencies auto/th/zeitgeist-0.9.5-1 auto/ti/zeitgeist-0.9.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Sep 2012 18:36:23 +0000 (20:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 14 Sep 2012 18:36:23 +0000 (20:36 +0200)
- package non-empty TODO, don't package empty README

zeitgeist.spec

index 875a11816366374b88e8a6df707478a8a17df942..ea263581ce36539b182d811850e196dd3e0fc04e 100644 (file)
@@ -11,17 +11,23 @@ URL:                http://launchpad.net/zeitgeist
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel
+BuildRequires: glib2-devel >= 1:2.26.0
 BuildRequires: gnome-common
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libraptor2-rapper
 BuildRequires: python >= 1:2.6
 BuildRequires: python-rdflib >= 3.0.0
 BuildRequires: rpm-pythonprov
+BuildRequires: sqlite3-devel >= 3.7
+# not required in releases
+#BuildRequires:        vala >= 0.16.0
 BuildRequires: xapian-core-devel
+Requires:      glib2 >= 1:2.26.0
 Requires:      python-%{name} = %{version}-%{release}
 Requires:      python-modules-sqlite
 Requires:      python-pygobject >= 2.16.0
 Requires:      python-pyxdg
+Requires:      sqlite3 >= 3.7
 Suggests:      zeitgeist-datahub
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -61,7 +67,9 @@ Biblioteka kliencka w Pythonie do DBus API demona Zeitgeist.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure --disable-fts
+%configure \
+       --disable-fts \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -77,7 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS TODO
 %attr(755,root,root) %{_bindir}/zeitgeist-daemon
 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
 %{_mandir}/man1/zeitgeist-daemon.1*
This page took 0.094869 seconds and 4 git commands to generate.