Update to 0.16.0

- Remove and obsolete the tracker-miner-flickr subpackage
This commit is contained in:
Kalev Lember 2013-03-20 23:24:32 +01:00
parent c9f8e13cac
commit d2ab7f0814
3 changed files with 14 additions and 39 deletions

View File

@ -1 +1 @@
dc28cac7eb36b5755cf7b4209b363956 tracker-0.15.2.tar.xz
3f68c0141ed0442ba2977583981972c0 tracker-0.16.0.tar.xz

View File

@ -1,22 +1,11 @@
--- tracker-0.15.1/data/tracker-miner-flickr.desktop.in.in.orig 2013-01-26 16:31:06.669076906 +0000
+++ tracker-0.15.1/data/tracker-miner-flickr.desktop.in.in 2013-01-26 16:31:26.840246904 +0000
@@ -11,7 +11,7 @@
X-KDE-StartupNotify=false
X-KDE-UniqueApplet=true
NoDisplay=true
-OnlyShowIn=GNOME;KDE;XFCE;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=tracker
X-GNOME-Bugzilla-Component=Miners
--- tracker-0.15.1/data/tracker-miner-fs.desktop.in.in.orig 2012-12-14 08:27:16.000000000 +0000
+++ tracker-0.15.1/data/tracker-miner-fs.desktop.in.in 2013-01-26 16:34:28.202775189 +0000
@@ -12,7 +12,7 @@
X-KDE-StartupNotify=false
X-KDE-UniqueApplet=true
NoDisplay=true
-OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;
+OnlyShowIn=GNOME
-OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=tracker
X-GNOME-Bugzilla-Component=Miners
@ -26,7 +15,7 @@
X-KDE-StartupNotify=false
X-KDE-UniqueApplet=true
NoDisplay=true
-OnlyShowIn=GNOME;KDE;XFCE;
-OnlyShowIn=GNOME;KDE;XFCE;Unity;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=tracker
@ -37,8 +26,8 @@
X-KDE-StartupNotify=false
X-KDE-UniqueApplet=true
NoDisplay=true
-OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;
+OnlyShowIn=GNOME
-OnlyShowIn=GNOME;KDE;XFCE;X-MEEGO-HS;X-MEEGO-NB;X-IVI;Unity;
+OnlyShowIn=GNOME;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=tracker
X-GNOME-Bugzilla-Component=Store

View File

@ -1,11 +1,11 @@
Summary: Desktop-neutral search tool and indexer
Name: tracker
Version: 0.15.2
Release: 2%{?dist}
Version: 0.16.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://projects.gnome.org/tracker/
Source0: http://download.gnome.org/sources/tracker/0.15/%{name}-%{version}.tar.xz
Source0: http://download.gnome.org/sources/tracker/0.16/%{name}-%{version}.tar.xz
# only autostart in Gnome, see also
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
@ -29,6 +29,7 @@ BuildRequires: gtk-doc graphviz dia
BuildRequires: gobject-introspection
#BuildRequires: evolution-devel
Obsoletes: tracker-miner-flickr < 0.16.0
%description
Tracker is a powerful desktop-neutral first class object database,
@ -92,14 +93,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
search in nautilus using tracker is built-in directly in the nautilus package.
%package miner-flickr
Summary: Tracker's Flickr data miner
Group: User Interface/Desktops
Requires: %{name}%{?_isa} = %{version}-%{release}
%description miner-flickr
Tracker's Flickr data miner.
%package thunderbird-plugin
Summary: Thunderbird extension to export mails to Tracker
Group: User Interface/Desktops
@ -129,7 +122,6 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
%build
%configure --disable-static \
--disable-tracker-search-bar \
--enable-gtk-doc \
--with-firefox-plugin-dir=%{_libdir}/firefox/extensions \
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
@ -206,10 +198,6 @@ fi
%exclude %{_bindir}/tracker-preferences
%exclude %{_mandir}/man1/tracker-preferences.1.gz
%exclude %{_mandir}/man1/tracker-needle.1.gz
%exclude %{_libexecdir}/tracker-miner-flickr
%exclude %{_sysconfdir}/xdg/autostart/tracker-miner-flickr.desktop
%exclude %{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Flickr.service
%exclude %{_datadir}/tracker/miners/tracker-miner-flickr.desktop
%files devel
%{_includedir}/tracker-0.16/
@ -240,12 +228,6 @@ fi
%files nautilus-plugin
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
%files miner-flickr
%{_libexecdir}/tracker-miner-flickr
%{_datadir}/dbus-1/services/org.freedesktop.Tracker1.Miner.Flickr.service
%{_datadir}/tracker/miners/tracker-miner-flickr.desktop
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker-miner-flickr.desktop
%files thunderbird-plugin
%{_datadir}/xul-ext/trackerbird/
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
@ -259,6 +241,10 @@ fi
%{_datadir}/gtk-doc/html/ontology/
%changelog
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> 0.16.0-1
- Update to 0.16.0
- Remove and obsolete the tracker-miner-flickr subpackage
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> 0.15.2-2
- Build with XPS support, fix building with GNOME keyring support.
- Be explicit about unicode=libunistring and disabling Qt.