Browse Source

tracker-2.2.2-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12158 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 4 years ago
parent
commit
7506905795
1 changed files with 13 additions and 9 deletions
  1. 13 9
      t/tracker/tracker-vl.spec

+ 13 - 9
t/tracker/tracker-vl.spec

@@ -3,19 +3,17 @@
 Summary: An object database, tag/metadata database, search tool and indexer
 Summary(ja): オブジェクト/タグ/メタデータデータベースおよび検索ツール
 Name: tracker
-Version: 2.1.6
+Version: 2.2.2
 Release: 1%{?_dist_release}
 License: GPL
 Group: Applications/System
 URL: http://www.gnome.org/projects/tracker/
 
-Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/1.12/tracker-%{version}.tar.xz
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1648902
-Patch0: tracker-2.1.5-silence-file-monitor-warnings.patch
+%define major_minor %(echo %{version} | sed -e 's/\.[0-9]*$//')
+Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/%{major_minor}/tracker-%{version}.tar.xz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-BuildRequires: meson
+BuildRequires:  meson
 BuildRequires:  graphviz
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
@@ -77,10 +75,12 @@ This package contains documentation for tracker.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%meson
+%meson \
+	-Dstemmer=disabled \
+	-Ddocs=true
+
 %meson_build
 
 
@@ -118,7 +118,7 @@ fi
 %files -f %{name}.lang
 %defattr(-, root, root, -)
 %license COPYING
-%doc AUTHORS NEWS README
+%doc AUTHORS NEWS README.md
 %{_bindir}/tracker
 %{_libexecdir}/tracker-store
 %{_datadir}/tracker/
@@ -156,6 +156,10 @@ fi
 
 
 %changelog
+* Sun Sep 01 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.2.2-1
+- new upstream release.
+- dropped Patch0.
+
 * Sat Dec 29 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.6-1
 - new upstream release.
 - dropped all patches.