- Update to 0.9.36

- Temporarily disable the docs subpackage
This commit is contained in:
Deji Akingunola 2011-02-01 21:16:22 -05:00
parent e197dfa2ee
commit 886820d140
3 changed files with 23 additions and 18 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ tracker-0.8.13.tar.bz2
/tracker-0.9.30.tar.bz2
/tracker-0.9.33.tar.bz2
/tracker-0.9.35.tar.bz2
/tracker-0.9.36.tar.bz2

View File

@ -1 +1 @@
2693fda4f02f3e66687d3fbb6070062e tracker-0.9.35.tar.bz2
74d9cda375aae6ec528f911369ef4ccb tracker-0.9.36.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Desktop-neutral search tool and indexer
Name: tracker
Version: 0.9.35
Version: 0.9.36
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -77,13 +77,13 @@ Requires: %{name} = %{version}-%{release}
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
search in nuautilus using tracker is built-in directly in the nautilus package.
%package docs
Summary: Documentations for tracker
Group: Documentation
BuildArch: noarch
#%package docs
#Summary: Documentations for tracker
#Group: Documentation
#BuildArch: noarch
%description docs
This package contains the documentation for tracker
#%description docs
#This package contains the documentation for tracker
%prep
%setup -q
@ -93,11 +93,11 @@ autopoint --force &&
AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
%patch0 -p0 -b .fix
%global evo_plugins_dir %(pkg-config evolution-plugin --variable=plugindir)
%global evo_plugins_dir %(pkg-config evolution-plugin-3.0 --variable=plugindir)
%build
%configure --disable-static --enable-tracker-search-bar \
--enable-miner-evolution --enable-gtk-doc --disable-functional-tests
--enable-miner-evolution --disable-gtk-doc --disable-functional-tests
# Disable the functional tests for now, they make use of python bytecodes.
# Disable rpath
@ -190,16 +190,20 @@ fi
%defattr(-, root, root, -)
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
%files docs
%defattr(-, root, root, -)
%doc docs/reference/COPYING
%{_datadir}/gtk-doc/html/libtracker-miner/
%{_datadir}/gtk-doc/html/libtracker-client/
%{_datadir}/gtk-doc/html/libtracker-extract/
%{_datadir}/gtk-doc/html/libtracker-sparql/
%{_datadir}/gtk-doc/html/ontology/
#%files docs
#%defattr(-, root, root, -)
#%doc docs/reference/COPYING
#%{_datadir}/gtk-doc/html/libtracker-miner/
#%{_datadir}/gtk-doc/html/libtracker-client/
#%{_datadir}/gtk-doc/html/libtracker-extract/
#%{_datadir}/gtk-doc/html/libtracker-sparql/
#%{_datadir}/gtk-doc/html/ontology/
%changelog
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
- Update to 0.9.36
- Temporarily disable the docs subpackage
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
- Update to 0.9.35
- Re-enable gupnp-dlna support