- Version 0.6.2

This commit is contained in:
Deji Akingunola 2007-09-06 00:31:22 +00:00
parent 5bb9ce78a2
commit 433e53743d
3 changed files with 17 additions and 17 deletions

View File

@ -1 +1 @@
tracker-0.6.1.tar.bz2 tracker-0.6.2.tar.bz2

View File

@ -1 +1 @@
3f706dc73fffa0a7b633b0c0aff6a263 tracker-0.6.1.tar.bz2 d4d66cd73e6c59ac392565be622370f2 tracker-0.6.2.tar.bz2

View File

@ -1,7 +1,7 @@
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.1 Version: 0.6.2
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://www.gnome.org/~jamiemcc/tracker/ URL: http://www.gnome.org/~jamiemcc/tracker/
@ -11,11 +11,7 @@ BuildRequires: gmime-devel, poppler-devel, gettext
BuildRequires: gnome-desktop-devel, gamin-devel, exempi-devel BuildRequires: gnome-desktop-devel, gamin-devel, exempi-devel
BuildRequires: libexif-devel, libgsf-devel, gstreamer-devel BuildRequires: libexif-devel, libgsf-devel, gstreamer-devel
BuildRequires: desktop-file-utils, intltool, deskbar-applet BuildRequires: desktop-file-utils, intltool, deskbar-applet
%if "%fedora" >= "6" BuildRequires: sqlite-devel, pygtk2-devel
BuildRequires: sqlite-devel
%else
BuildRequires: dbus-devel, dbus-glib
%endif
%description %description
Tracker is a powerful desktop-neutral first class object database, Tracker is a powerful desktop-neutral first class object database,
@ -54,17 +50,14 @@ GNOME libraries
%prep %prep
%setup -q %setup -q
# remove shebangs from the python files as none should be executable scripts %define deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
sed -e '/^#!\//,1 d' -i python/deskbar-handler/*.py
%build %build
%if "%fedora" >= "6" %configure --disable-static --enable-deskbar-applet=auto \
%configure --disable-static --enable-external-sqlite \ %if "%deskbar_applet_ver" >= "2.19"
--enable-preferences --enable-deskbar-applet \ --with-deskbar-applet-dir=%{_libdir}/deskbar-applet/modules
--with-deskbar-applet-handler-dir=%{_libdir}/deskbar-applet/handlers
%else %else
%configure --disable-static --enable-preferences \ --with-deskbar-applet-dir=%{_libdir}/deskbar-applet/handlers
--enable-deskbar-applet
%endif %endif
# Disable rpath # Disable rpath
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
@ -123,12 +116,19 @@ rm -rf %{buildroot}
%{_bindir}/tracker-preferences %{_bindir}/tracker-preferences
%{_bindir}/tracker-search-tool %{_bindir}/tracker-search-tool
%{_bindir}/tracker-thumbnailer %{_bindir}/tracker-thumbnailer
%if "%deskbar_applet_ver" >= "2.19"
%{_libdir}/deskbar-applet/modules/tracker*.py*
%else
%{_libdir}/deskbar-applet/handlers/*.py* %{_libdir}/deskbar-applet/handlers/*.py*
%endif
%{_datadir}/icons/*/*/apps/tracker.* %{_datadir}/icons/*/*/apps/tracker.*
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
%{_datadir}/autostart/*.desktop %{_datadir}/autostart/*.desktop
%changelog %changelog
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
- Version 0.6.2
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2 * Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
- Rebuild - Rebuild