- Update to 0.9.36
- Temporarily disable the docs subpackage
This commit is contained in:
parent
e197dfa2ee
commit
886820d140
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ tracker-0.8.13.tar.bz2
|
|||||||
/tracker-0.9.30.tar.bz2
|
/tracker-0.9.30.tar.bz2
|
||||||
/tracker-0.9.33.tar.bz2
|
/tracker-0.9.33.tar.bz2
|
||||||
/tracker-0.9.35.tar.bz2
|
/tracker-0.9.35.tar.bz2
|
||||||
|
/tracker-0.9.36.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
2693fda4f02f3e66687d3fbb6070062e tracker-0.9.35.tar.bz2
|
74d9cda375aae6ec528f911369ef4ccb tracker-0.9.36.tar.bz2
|
||||||
|
38
tracker.spec
38
tracker.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.9.35
|
Version: 0.9.36
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -77,13 +77,13 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
|
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
|
||||||
search in nuautilus using tracker is built-in directly in the nautilus package.
|
search in nuautilus using tracker is built-in directly in the nautilus package.
|
||||||
|
|
||||||
%package docs
|
#%package docs
|
||||||
Summary: Documentations for tracker
|
#Summary: Documentations for tracker
|
||||||
Group: Documentation
|
#Group: Documentation
|
||||||
BuildArch: noarch
|
#BuildArch: noarch
|
||||||
|
|
||||||
%description docs
|
#%description docs
|
||||||
This package contains the documentation for tracker
|
#This package contains the documentation for tracker
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -93,11 +93,11 @@ autopoint --force &&
|
|||||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
|
AUTOPOINT='intltoolize --automake --copy' autoreconf --verbose --force --install
|
||||||
%patch0 -p0 -b .fix
|
%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
|
%build
|
||||||
%configure --disable-static --enable-tracker-search-bar \
|
%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 the functional tests for now, they make use of python bytecodes.
|
||||||
|
|
||||||
# Disable rpath
|
# Disable rpath
|
||||||
@ -190,16 +190,20 @@ fi
|
|||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
||||||
|
|
||||||
%files docs
|
#%files docs
|
||||||
%defattr(-, root, root, -)
|
#%defattr(-, root, root, -)
|
||||||
%doc docs/reference/COPYING
|
#%doc docs/reference/COPYING
|
||||||
%{_datadir}/gtk-doc/html/libtracker-miner/
|
#%{_datadir}/gtk-doc/html/libtracker-miner/
|
||||||
%{_datadir}/gtk-doc/html/libtracker-client/
|
#%{_datadir}/gtk-doc/html/libtracker-client/
|
||||||
%{_datadir}/gtk-doc/html/libtracker-extract/
|
#%{_datadir}/gtk-doc/html/libtracker-extract/
|
||||||
%{_datadir}/gtk-doc/html/libtracker-sparql/
|
#%{_datadir}/gtk-doc/html/libtracker-sparql/
|
||||||
%{_datadir}/gtk-doc/html/ontology/
|
#%{_datadir}/gtk-doc/html/ontology/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
|
||||||
- Update to 0.9.35
|
- Update to 0.9.35
|
||||||
- Re-enable gupnp-dlna support
|
- Re-enable gupnp-dlna support
|
||||||
|
Loading…
Reference in New Issue
Block a user