[tracker] Must call autoreconf because configure.ac is patched

Dan Horák sharkcz at fedoraproject.org
Mon Mar 5 15:59:38 UTC 2012


commit 45662642e65aa92ab65b54afc423e9aa15d54846
Author: Dan Horák <dan at danny.cz>
Date:   Mon Mar 5 16:59:25 2012 +0100

    Must call autoreconf because configure.ac is patched

 tracker.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/tracker.spec b/tracker.spec
index 0dfdbe9..583b528 100644
--- a/tracker.spec
+++ b/tracker.spec
@@ -1,7 +1,7 @@
 Summary:	Desktop-neutral search tool and indexer
 Name:		tracker
 Version:	0.13.1
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 URL:		http://projects.gnome.org/tracker/
@@ -127,6 +127,7 @@ This package contains the documentation for tracker
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 %build
+autoreconf -f
 %configure --disable-static		\
 	--disable-tracker-search-bar	\
 	--enable-gtk-doc		\
@@ -254,6 +255,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/gtk-doc/html/ontology/
 
 %changelog
+* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
+- Must call autoreconf because configure.ac is patched
+
 * Mon Feb 27 2012 Deji Akingunola <dakingun at gmail.com> - 0.13.1-2
 - Enable Firefox and thunderbird plugins.
 - Split flickr data miner into its subpackage.


More information about the scm-commits mailing list