make build
This commit is contained in:
parent
24e8857613
commit
6d072e78d8
@ -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.6
|
Version: 0.6.6
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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/
|
||||||
@ -14,7 +14,7 @@ BuildRequires: gnome-desktop-devel, gamin-devel, libnotify-devel
|
|||||||
BuildRequires: libexif-devel, libgsf-devel, gstreamer-devel, exempi-devel
|
BuildRequires: libexif-devel, libgsf-devel, gstreamer-devel, exempi-devel
|
||||||
BuildRequires: desktop-file-utils, intltool, deskbar-applet
|
BuildRequires: desktop-file-utils, intltool, deskbar-applet
|
||||||
BuildRequires: sqlite-devel, qdbm-devel, pygtk2-devel
|
BuildRequires: sqlite-devel, qdbm-devel, pygtk2-devel
|
||||||
BuildRequires: autoconf automake libtool
|
BuildRequires: autoconf, automake, libtool
|
||||||
Requires: o3read
|
Requires: o3read
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -55,7 +55,7 @@ GNOME libraries
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
autoreconf
|
autoreconf -f -i
|
||||||
|
|
||||||
%define deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
|
%define deskbar_applet_ver %(pkg-config --modversion deskbar-applet)
|
||||||
%if "%deskbar_applet_ver" >= "2.19.4"
|
%if "%deskbar_applet_ver" >= "2.19.4"
|
||||||
@ -142,6 +142,9 @@ fi
|
|||||||
%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
|
%{_sysconfdir}/xdg/autostart/tracker-applet.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
|
||||||
|
- make build
|
||||||
|
|
||||||
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
|
||||||
- Add libtool BR
|
- Add libtool BR
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user