- Fix incorrect import in Tracker's deskbar module
This commit is contained in:
parent
e45558b076
commit
b87d0fa61a
11
tracker-0.6.6-fix-deskbar.patch
Normal file
11
tracker-0.6.6-fix-deskbar.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- tracker-0.6.6/python/deskbar-handler/tracker-module.py.fix-deskbar 2008-01-14 23:04:47.000000000 -0500
|
||||||
|
+++ tracker-0.6.6/python/deskbar-handler/tracker-module.py 2009-02-12 19:21:37.538647319 -0500
|
||||||
|
@@ -11,7 +11,7 @@
|
||||||
|
import os.path
|
||||||
|
import deskbar
|
||||||
|
import deskbar.core.Utils
|
||||||
|
-import deskbar.core.gnomedesktop
|
||||||
|
+import gnomedesktop
|
||||||
|
import deskbar.interfaces.Module
|
||||||
|
import deskbar.interfaces.Match
|
||||||
|
import deskbar.interfaces.Action
|
@ -1,13 +1,15 @@
|
|||||||
Summary: An object database, tag/metadata database, search tool and indexer
|
Summary: An object database, tag/metadata database, search tool and indexer
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 0.6.90
|
Version: 0.6.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://projects.gnome.org/tracker/
|
URL: http://projects.gnome.org/tracker/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/tracker/0.6/%{name}-%{version}.tar.bz2
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=564640
|
# http://bugzilla.gnome.org/show_bug.cgi?id=564640
|
||||||
Patch0: tracker-gmime-2.4.patch
|
Patch0: tracker-gmime-2.4.patch
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=571573
|
||||||
|
Patch1: tracker-0.6.6-fix-deskbar.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: gmime-devel, poppler-glib-devel, evolution-devel
|
BuildRequires: gmime-devel, poppler-glib-devel, evolution-devel
|
||||||
BuildRequires: gnome-desktop-devel, gamin-devel, libnotify-devel
|
BuildRequires: gnome-desktop-devel, gamin-devel, libnotify-devel
|
||||||
@ -56,6 +58,7 @@ GNOME libraries
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
%patch1 -p1 -b .fix-deskbar
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%define deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
|
%define deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
|
||||||
@ -143,6 +146,9 @@ fi
|
|||||||
%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 12 2009 Michel Salim <salimma@fedoraproject.org> - 0.6.90-2
|
||||||
|
- Fix incorrect import in Tracker's deskbar module
|
||||||
|
|
||||||
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
|
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
|
||||||
- New release, with tons of changes
|
- New release, with tons of changes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user