Accepting request 245789 from home:dimstar:branches:GNOME:Factory

Update to 1.0.3

OBS-URL: https://build.opensuse.org/request/show/245789
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/tracker?expand=0&rev=60
This commit is contained in:
2014-08-22 17:24:33 +00:00
committed by Git OBS Bridge
parent c9f5243bb5
commit ae3bb4e776
9 changed files with 97 additions and 121 deletions

View File

@@ -45,7 +45,7 @@
# Do not edit this auto generated file! Edit tracker.spec.
Name: tracker-extras
%define _name tracker
Version: 1.0.2
Version: 1.0.3
Release: 0
%define TrackerAPI 1.0
%define RPMTrackerAPI 1_0
@@ -55,14 +55,9 @@ Group: Productivity/Other
Url: http://projects.gnome.org/tracker/
Source0: http://download.gnome.org/sources/tracker/1.0/%{_name}-%{version}.tar.xz
# Needed for patch0: we need to bootstrap
Source1: autogen.sh
Source2: README.SUSE.rss
# PATCH-FIX-UPSTREAM tracker-extract-private.patch bgo#725689 dimstar@opensuse.org -- Do not maintain LT versioning for private libs
Patch0: tracker-extract-private.patch
# PATCH-FIX-UPSTREAM tracker-missing-include.patch dimstar@opensuse.org -- Add missing includes, taken from git
Patch1: tracker-missing-include.patch
# PATCH-FIX-UPSTREAM tracker-thunderbird.patch dimstar@opensuse.org -- Accept that tracker might have some stderr output as well (glib slice)
Patch2: tracker-thunderbird.patch
BuildRequires: NetworkManager-devel >= 0.8
BuildRequires: enca-devel
BuildRequires: fdupes
@@ -482,19 +477,17 @@ This package contains an nautilus plugin to tag files with Tracker.
%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
cp %{S:1} .
translation-update-upstream
cp %{S:2} src/miners/rss/README.SUSE
%build
# Needed for patch0
NOCONFIGURE=1 sh ./autogen.sh
NOCONFIGURE=1 gnome-autogen.sh
%configure \
--disable-static \
%if !%{build_extras}
--enable-libvorbis \
--enable-libflac \
--enable-libvorbis \
--enable-libflac \
%endif
%if %{build_evo}
--enable-miner-evolution \