]> git.pld-linux.org Git - packages/zeitgeist.git/commitdiff
- ver. 0.9.0.1
authorwrobell <wrobell@pld-linux.org>
Tue, 29 May 2012 22:22:42 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    zeitgeist.spec -> 1.9

zeitgeist.spec

index 447966eaf803c8314c67bde8650f8a129cfca7f0..8c30907af43b5a3f795193f617afbaf5652caccb 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Framework providing Desktop activity awareness
 Summary(pl.UTF-8):     Szkielet zapewniający świadomość aktywności w środowisku graficznym
 Name:          zeitgeist
-Version:       0.8.2
-Release:       3
+Version:       0.9.0.1
+Release:       1
 License:       LGPL v2.1+
 Group:         Daemons
-Source0:       http://launchpad.net/zeitgeist/0.8/%{version}/+download/%{name}-%{version}.tar.gz
-# Source0-md5: 589e7de784d21177491780bffd11097d
+Source0:       http://launchpad.net/zeitgeist/0.9/%{version}/+download/%{name}-%{version}.tar.bz2
+# Source0-md5: 08f2eb384824e8458f18e10db7654965
 URL:           http://launchpad.net/zeitgeist
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.9
@@ -17,6 +17,7 @@ BuildRequires:        libraptor2-rapper
 BuildRequires: python >= 1:2.6
 BuildRequires: python-rdflib >= 3.0.0
 BuildRequires: rpm-pythonprov
+BuildRequires: xapian-core-devel
 Requires:      python-%{name} = %{version}-%{release}
 Requires:      python-modules-sqlite
 Requires:      python-pygobject >= 2.16.0
@@ -60,7 +61,7 @@ Biblioteka kliencka w Pythonie do DBus API demona Zeitgeist.
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure --disable-fts
 %{__make}
 
 %install
@@ -71,23 +72,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %py_postclean
 
-%find_lang %{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files -f %{name}.lang
+%files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYRIGHT ChangeLog NEWS README
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/zeitgeist-daemon
 %{_datadir}/dbus-1/services/org.gnome.zeitgeist.service
-%{_datadir}/zeitgeist/_zeitgeist
 %{_mandir}/man1/zeitgeist-daemon.1*
-# -devel? (for daemon extensions development)
-%{_pkgconfigdir}/zeitgeist-daemon.pc
 
 %files -n python-%{name}
 %defattr(644,root,root,755)
 %{py_sitescriptdir}/zeitgeist
-%dir %{_datadir}/zeitgeist
 %{_datadir}/zeitgeist/ontology
This page took 0.03115 seconds and 4 git commands to generate.