[moblin-panel-applications/f14/master] update requires

Peter Robinson pbrobinson at fedoraproject.org
Wed Sep 22 22:15:17 UTC 2010


commit 6db442bb26d5323e13ef0c75e1b361f5094a6744
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed Sep 22 23:15:16 2010 +0100

    update requires

 .gitignore                     |    1 +
 moblin-panel-applications.spec |   19 +++++++++++++++----
 sources                        |    2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index da0f4db..a5f8aa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 moblin-panel-applications-0.1.28.tar.gz
+/moblin-panel-applications-0.1.30.tar.bz2
diff --git a/moblin-panel-applications.spec b/moblin-panel-applications.spec
index d1aea4c..0c6ff75 100644
--- a/moblin-panel-applications.spec
+++ b/moblin-panel-applications.spec
@@ -1,13 +1,17 @@
+# Tarfile created using git
+# git clone git://gitorious.org/meego-netbook-ux/meego-panel-applications.git
+# git archive --format=tar --prefix=%{name}-%{version}/ %{version} | bzip2 > %{name}-%{version}.tar.bz2
+%define tarfile %{name}-%{version}.tar.bz2
+
 Name:          moblin-panel-applications
-Version:       0.1.28
-Release:       2%{?dist}
+Version:       0.1.30
+Release:       1%{?dist}
 Summary:       Moblin Panel for launching Applications
 
 Group:         User Interface/Desktops
 License:       LGPLv2
 URL:           http://www.meego.com
-Source0:       http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.gz
-BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:       %{tarfile}
 
 BuildRequires: clutter-devel
 BuildRequires: dbus-glib-devel
@@ -16,6 +20,7 @@ BuildRequires: gtk2-devel
 BuildRequires: libmx-devel
 BuildRequires: mutter-moblin-devel
 BuildRequires: intltool
+BuildRequires: libtool
 
 Requires: dbus
 
@@ -25,6 +30,9 @@ The Moblin mutter panel for launching applications.
 %prep
 %setup -q
 
+# Don't run configure from autogen.sh
+NOCONFIGURE=yes ./autogen.sh
+
 %build
 %configure --disable-static
 make %{?_smp_mflags} V=1
@@ -47,6 +55,9 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}
 
 %changelog
+* Wed Sep 22 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.30-1
+- New upstream 0.1.30 release
+
 * Mon Jul  5 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.28-2
 - Rebuild for new libmx
 
diff --git a/sources b/sources
index b3d988d..5b2ca8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a20d3220edc1430dc6ae9a961ee80c5e  moblin-panel-applications-0.1.28.tar.gz
+2018807cc89f95d69d574296f73ce654  moblin-panel-applications-0.1.30.tar.bz2


More information about the scm-commits mailing list