Accepting request 98951 from GNOME:Apps

Pushing G:A

OBS-URL: https://build.opensuse.org/request/show/98951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tracker?expand=0&rev=44
This commit is contained in:
Stephan Kulow
2012-01-06 10:46:55 +00:00
committed by Git OBS Bridge
parent 3d2a4ef507
commit a9f70c7b82
7 changed files with 728 additions and 9 deletions

View File

@@ -30,7 +30,7 @@
%define build_thunderbird 0
%else
%define build_applet 1
%define build_evo 1
%define build_evo 0
%define build_firefox 1
%define build_gui 1
%define build_miner_flickr 1
@@ -48,20 +48,23 @@
Name: tracker
%define _name tracker
Version: 0.12.5
Version: 0.12.8
Release: 1
# FIXME: Verify if the evolution plugin can be built again (define build_evo 1 in build_extras section)
# FIXME: missing pkgconfig(libcue) BuildRequires: we don't have this packaged...
License: GPLv2+
Summary: Powerful object database, tag/metadata database, search tool and indexer
Url: http://projects.gnome.org/tracker/
Group: Productivity/Other
Source0: http://download.gnome.org/sources/tracker/0.12/%{_name}-%{version}.tar.bz2
Source0: http://download.gnome.org/sources/tracker/0.12/%{_name}-%{version}.tar.xz
Source1: README.SUSE.flickr
Source2: README.SUSE.rss
# PATCH-FIX-OPENSUSE tracker-removeable-media-off.patch bgo622288 badshah400@gmail.com -- Disable indexing on removable media by default. This is only needed for 11.4 and earlier, as 12.1 and later have proper default values in GSettings.
Patch1: tracker-removeable-media-off.patch
# PATCH-FIX-OPENSUSE tracker-fix-include-sched-idle.patch malcolmlewis@opensuse.org -- Add linux/sched.h to includes for 11.4 only for the location of SCHED_IDLE. This is only needed for 11.4 and earlier.
Patch2: tracker-fix-include-sched-idle.patch
# PATCH-FIX-UPSTREAM tracker-g_thread.patch dimstar@opensuse.org -- Remobe g_thread_init calls. Patch taken from upstream git.
Patch3: tracker-g_thread.patch
BuildRequires: NetworkManager-devel >= 0.8
BuildRequires: enca-devel
BuildRequires: fdupes
@@ -84,6 +87,8 @@ BuildRequires: sqlite3-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: vala >= 0.12.0
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: zlib-devel
BuildRequires: pkgconfig(gee-1.0)
%if !%{build_extras}
@@ -432,6 +437,7 @@ translation-update-upstream
%patch1 -p1
%patch2
%endif
%patch3 -p1
cp %{S:1} src/miners/flickr/README.SUSE
cp %{S:2} src/miners/rss/README.SUSE