[moblin-panel-myzone/f14/master] add requirements for building configure

Peter Robinson pbrobinson at fedoraproject.org
Fri Sep 24 10:20:50 UTC 2010


commit 1e022e8671c8dd6f0019f04b8151079e44c6b126
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Sep 24 11:20:49 2010 +0100

    add requirements for building configure

 moblin-panel-myzone.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/moblin-panel-myzone.spec b/moblin-panel-myzone.spec
index 9dbf98c..c43626c 100644
--- a/moblin-panel-myzone.spec
+++ b/moblin-panel-myzone.spec
@@ -25,6 +25,10 @@ BuildRequires: mutter-moblin-devel
 BuildRequires: telepathy-glib-devel
 BuildRequires: intltool
 
+# Require until stable tar ball release
+BuildRequires: libtool
+BuildRequires: gnome-common
+
 Requires: dbus
 
 %description
@@ -45,6 +49,9 @@ Files for development with %{name}.
 %setup -q
 # %patch0 -p1 -b .fixdso
 
+# Require until stable tar ball release
+NOCONFIGURE=yes ./autogen.sh
+
 %build
 %configure --disable-static --disable-capplet
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath


More information about the scm-commits mailing list