[emerillon] recompile against new rest again :-)

Peter Robinson pbrobinson at fedoraproject.org
Mon Sep 27 21:59:23 UTC 2010


commit c6c676d08c5eafdd2b56621aa78c5c74cab3827d
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Sep 27 22:59:08 2010 +0100

    recompile against new rest again :-)

 emerillon.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/emerillon.spec b/emerillon.spec
index 068115e..27d1d46 100644
--- a/emerillon.spec
+++ b/emerillon.spec
@@ -1,13 +1,12 @@
 Name:          emerillon
 Version:       0.1.2
-Release:       8%{?dist}
+Release:       9%{?dist}
 Summary:       A map viewer for GNOME
 
 Group:         User Interface/Desktops
 License:       GPLv2+ and LGPLv2+
 URL:           http://projects.gnome.org/emerillon/
 Source0:       ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.1/%{name}-%{version}.tar.bz2
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ethos-devel
 BuildRequires: gtk2-devel
@@ -22,6 +21,10 @@ BuildRequires: gtk-doc
 BuildRequires: vala-devel
 BuildRequires: vala-tools
 
+# Require until stable tar ball release
+BuildRequires: libtool
+BuildRequires: gnome-common
+
 Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
@@ -52,6 +55,11 @@ Files for vala development with %{name}.
 %prep
 %setup -q
 
+sed -i 's#rest-0.6 >= 0.6#rest-0.7 >= 0.7#' configure.ac
+
+# Require until stable tar ball release
+NOCONFIGURE=yes ./autogen.sh
+
 %build
 %configure --disable-static --enable-introspection=no
 make %{?_smp_mflags} V=1
@@ -111,6 +119,9 @@ fi
 %{_datadir}/vala/vapi/%{name}.*
 
 %changelog
+* Mon Sep 27 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.2-9
+- recompile against new rest again :-)
+
 * Thu Aug  5 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.2-8
 - recompile against new rest
 


More information about the scm-commits mailing list