- Update to 0.9.35
- Re-enable gupnp-dlna support
This commit is contained in:
parent
23f23d2408
commit
e197dfa2ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ tracker-0.8.13.tar.bz2
|
||||
/tracker-0.9.27.tar.bz2
|
||||
/tracker-0.9.30.tar.bz2
|
||||
/tracker-0.9.33.tar.bz2
|
||||
/tracker-0.9.35.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
7098335404e8ee22bf207aa26784a41c tracker-0.9.33.tar.bz2
|
||||
2693fda4f02f3e66687d3fbb6070062e tracker-0.9.35.tar.bz2
|
||||
|
@ -1,22 +1,22 @@
|
||||
--- configure.ac 2010-12-16 08:24:58.000000000 -0500
|
||||
+++ configure.ac.new 2010-12-22 11:43:35.761316716 -0500
|
||||
@@ -470,7 +470,7 @@
|
||||
--- configure.ac 2011-01-20 12:56:26.000000000 -0500
|
||||
+++ configure.ac.new 2011-01-25 21:55:32.574889952 -0500
|
||||
@@ -445,7 +445,7 @@
|
||||
TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
|
||||
gio-unix-2.0 >= $GLIB_REQUIRED
|
||||
gthread-2.0 >= $GLIB_REQUIRED
|
||||
- gtk+-2.0 >= $GTK_REQUIRED
|
||||
+ gtk+-3.0 >= $GTK_REQUIRED
|
||||
dbus-1 >= $DBUS_REQUIRED
|
||||
dbus-glib-1 >= $DBUS_GLIB_REQUIRED
|
||||
libnautilus-extension"
|
||||
--- configure 2010-12-16 08:25:32.000000000 -0500
|
||||
+++ configure.new 2010-12-22 11:44:06.683304843 -0500
|
||||
@@ -18833,7 +18833,7 @@
|
||||
|
||||
PKG_CHECK_MODULES(TRACKER_NAUTILUS_EXTENSION, [$TRACKER_NAUTILUS_EXTENSION_REQUIRED],
|
||||
--- configure 2011-01-20 13:16:06.000000000 -0500
|
||||
+++ configure.new 2011-01-25 21:57:05.697863412 -0500
|
||||
@@ -18894,7 +18894,7 @@
|
||||
TRACKER_NAUTILUS_EXTENSION_REQUIRED="glib-2.0 >= $GLIB_REQUIRED
|
||||
gio-unix-2.0 >= $GLIB_REQUIRED
|
||||
gthread-2.0 >= $GLIB_REQUIRED
|
||||
- gtk+-2.0 >= $GTK_REQUIRED
|
||||
+ gtk+-3.0 >= $GTK_REQUIRED
|
||||
dbus-1 >= $DBUS_REQUIRED
|
||||
dbus-glib-1 >= $DBUS_GLIB_REQUIRED
|
||||
libnautilus-extension"
|
||||
|
||||
|
||||
|
11
tracker.spec
11
tracker.spec
@ -1,7 +1,7 @@
|
||||
Summary: Desktop-neutral search tool and indexer
|
||||
Name: tracker
|
||||
Version: 0.9.33
|
||||
Release: 3%{?dist}
|
||||
Version: 0.9.35
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://projects.gnome.org/tracker/
|
||||
@ -19,11 +19,10 @@ BuildRequires: sqlite-devel vala-devel libgee-devel pygtk2-devel
|
||||
BuildRequires: gstreamer-plugins-base-devel gstreamer-devel id3lib-devel
|
||||
BuildRequires: totem-pl-parser-devel libvorbis-devel flac-devel enca-devel
|
||||
BuildRequires: upower-devel gnome-keyring-devel NetworkManager-glib-devel
|
||||
BuildRequires: libunistring-devel taglib-devel
|
||||
BuildRequires: libunistring-devel gupnp-dlna-devel taglib-devel
|
||||
BuildRequires: gdk-pixbuf-devel
|
||||
BuildRequires: desktop-file-utils intltool gettext graphviz dia
|
||||
BuildRequires: autoconf automake libtool
|
||||
#Temporarily disable building with gupnp-dlna
|
||||
|
||||
%description
|
||||
Tracker is a powerful desktop-neutral first class object database,
|
||||
@ -201,6 +200,10 @@ fi
|
||||
%{_datadir}/gtk-doc/html/ontology/
|
||||
|
||||
%changelog
|
||||
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
|
||||
- Update to 0.9.35
|
||||
- Re-enable gupnp-dlna support
|
||||
|
||||
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
|
||||
- Temporarily disable gupnp-dlna.
|
||||
- Update nautilus extensions directory for nautilus-3.x.
|
||||
|
Loading…
Reference in New Issue
Block a user