I have made the following changes intended for :
  CE:MW:Shared / tracker

Please review and accept or decline.
BOSS has already run some checks on this request.
See the "Messages from BOSS" section below.

https://build.pub.meego.com//request/show/7747

Thank You,
msameer

[This message was auto-generated]

---

Request # 7747:

Messages from BOSS:

State: review at 2013-01-26T23:28:35 by bossbot

Reviews:
       accepted by bossbot : Prechecks succeeded.
       new for CE-maintainers : Please replace this text with a review and 
approve/reject the review (not the SR). BOSS will take care of the rest

Changes:
  submit: home:msameer / tracker -> CE:MW:Shared / tracker
  
changes files:
--------------
--- tracker.changes
+++ tracker.changes
@@ -0,0 +1,6 @@
+* Sat Jan 26 2013 Mohammed Hassan <[email protected]> - 0.14.4
+- Drop 0001-Tracker-0.7.23-desktop-files.patch
+- Drop 0003-tracker-0.9.26-create-tests-aegis.patch
+- Enable Qt support
+- Add 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
+

old:
----
  0001-Tracker-0.7.23-desktop-files.patch
  0003-tracker-0.9.26-create-tests-aegis.patch

new:
----
  0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch

spec files:
-----------
--- tracker.spec
+++ tracker.spec
@@ -20,12 +20,11 @@
 Source2:    tracker-store.service
 Source3:    tracker-miner-fs.service
 Source100:  tracker.yaml
-Patch0:     0001-Tracker-0.7.23-desktop-files.patch
-Patch1:     0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch
-Patch2:     0003-tracker-0.9.26-create-tests-aegis.patch
-Patch3:     0005-Fix-missing-gobject-introspection-checks.patch
-Patch4:     tracker-0.10.37-fix-linking-with-newer-toolchain.patch
-Patch5:     tracker-0.10.37-fix-linking-with-newer-glib.patch
+Patch0:     0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch
+Patch1:     0005-Fix-missing-gobject-introspection-checks.patch
+Patch2:     tracker-0.10.37-fix-linking-with-newer-toolchain.patch
+Patch3:     tracker-0.10.37-fix-linking-with-newer-glib.patch
+Patch4:     0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
 Requires:   gst-plugins-base >= 0.10
 Requires:   unzip
 Requires(post): /sbin/ldconfig
@@ -39,7 +38,6 @@
 BuildRequires:  pkgconfig(gmime-2.6)
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-0.10)
-BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(id3tag)
 BuildRequires:  pkgconfig(libexif)
 BuildRequires:  pkgconfig(libgsf-1)
@@ -55,6 +53,7 @@
 BuildRequires:  pkgconfig(libvala-0.16)
 BuildRequires:  pkgconfig(vorbis)
 BuildRequires:  pkgconfig(zlib)
+BuildRequires:  pkgconfig(QtGui)
 BuildRequires:  gettext
 BuildRequires:  giflib-devel
 BuildRequires:  intltool
@@ -124,18 +123,16 @@
 %prep
 %setup -q -n %{name}-%{version}
 
-# 0001-Tracker-0.7.23-desktop-files.patch
-%patch0 -p1
 # 0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch
+%patch0 -p1
+# 0005-Fix-missing-gobject-introspection-checks.patch
 %patch1 -p1
-# 0003-tracker-0.9.26-create-tests-aegis.patch
+# tracker-0.10.37-fix-linking-with-newer-toolchain.patch
 %patch2 -p1
-# 0005-Fix-missing-gobject-introspection-checks.patch
+# tracker-0.10.37-fix-linking-with-newer-glib.patch
 %patch3 -p1
-# tracker-0.10.37-fix-linking-with-newer-toolchain.patch
+# 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
 %patch4 -p1
-# tracker-0.10.37-fix-linking-with-newer-glib.patch
-%patch5 -p1
 # >> setup
 # << setup
 
@@ -143,7 +140,6 @@
 # >> build pre
 export AUTOPOINT="intltoolize --automake --copy"
 chmod +x tests/functional-tests/create-tests-xml.py
-chmod +x tests/functional-tests/create-tests-aegis.py
 # << build pre
 
 %reconfigure --disable-static \
@@ -161,7 +157,8 @@
     --with-unicode-support=libicu \
     --disable-tracker-needle \
     --enable-libvorbis \
-    --enable-tracker-fts
+    --enable-tracker-fts \
+    --enable-qt
 
 make %{?jobs:-j%jobs}
 

other changes:
--------------

++++++ 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch (new)
--- 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
+++ 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
@@ -0,0 +1,27 @@
+From a95d76cf638fa881362923c1a5811e4014aa9b57 Mon Sep 17 00:00:00 2001
+From: Mohammed Hassan <[email protected]>
+Date: Sat, 26 Jan 2013 22:09:30 +0200
+Subject: [PATCH] Remove tracker-tests.aegis from config_SCRIPTS if maemo
+ support is enabled
+
+---
+ tests/functional-tests/Makefile.am |    3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+diff --git a/tests/functional-tests/Makefile.am 
b/tests/functional-tests/Makefile.am
+index 73e5ef2..8b2524d 100644
+--- a/tests/functional-tests/Makefile.am
++++ b/tests/functional-tests/Makefile.am
+@@ -19,8 +19,7 @@ config_SCRIPTS = \
+ 
+ if HAVE_MAEMO
+ config_SCRIPTS += \
+-      tests.xml \
+-      tracker-tests.aegis
++      tests.xml
+ endif
+ 
+ dconfdir = $(sysconfdir)/dconf/profile
+-- 
+1.7.10.4
+

++++++ tracker.yaml
--- tracker.yaml
+++ tracker.yaml
@@ -9,12 +9,12 @@
     - 
http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.14/%{name}-%{version}.tar.xz
     - tracker-rpmlintrc
 Patches:
-    - 0001-Tracker-0.7.23-desktop-files.patch
     - 0002-Tracker-extract-Parse-the-video-filename-to-obtain-e.patch
-    - 0003-tracker-0.9.26-create-tests-aegis.patch
     - 0005-Fix-missing-gobject-introspection-checks.patch
     - tracker-0.10.37-fix-linking-with-newer-toolchain.patch
     - tracker-0.10.37-fix-linking-with-newer-glib.patch
+    - 0001-Remove-tracker-tests.aegis-from-config_SCRIPTS-if-ma.patch
+
 ExtraSources:
     - tracker-store.service;%{_libdir}/systemd/user/
     - tracker-miner-fs.service;%{_libdir}/systemd/user/
@@ -58,7 +58,6 @@
     - gmime-2.6
     - gstreamer-0.10
     - gstreamer-plugins-base-0.10
-    - icu-uc
     - id3tag
     - libexif
     - libgsf-1
@@ -74,6 +73,7 @@
     - libvala-0.16
     - vorbis
     - zlib
+    - QtGui
 Configure: reconfigure
 ConfigOptions:
     - --with-compile-warnings=no
@@ -91,6 +91,7 @@
     - --disable-tracker-needle
     - --enable-libvorbis
     - --enable-tracker-fts
+    - --enable-qt
 Builder: make
 LocaleName: "%{name}"
 RunFdupes:

++++++ deleted files:
--- 0001-Tracker-0.7.23-desktop-files.patch
--- 0003-tracker-0.9.26-create-tests-aegis.patch



Reply via email to