[gtk-unico-engine/f17] Update to 1.0.2

Mohamed ElMorabity melmorabity at fedoraproject.org
Fri Mar 30 11:03:14 UTC 2012


commit 7fc4b3cec3de163333673766789fe8ff46bdf647
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Fri Mar 30 13:01:09 2012 +0200

    Update to 1.0.2

 .gitignore            |    1 +
 gtk-unico-engine.spec |   17 ++++++++---------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7b2c666..5ad7f3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /unico-1.0.1.tar.gz
 /unico-1.0.1-bzr130.tar.xz
 /unico-1.0.1-bzr132.tar.xz
+/unico-1.0.2.tar.gz
diff --git a/gtk-unico-engine.spec b/gtk-unico-engine.spec
index abb112f..6cef568 100644
--- a/gtk-unico-engine.spec
+++ b/gtk-unico-engine.spec
@@ -1,11 +1,9 @@
 %global engine_name unico
-
-%global revision 132
-%global revision_date 20120229
+%global major_version %%(cut -d "." -f 1-2 <<<%{version})
 
 Name:           gtk-unico-engine
-Version:        1.0.1
-Release:        5.%{revision_date}bzr%{revision}%{?dist}
+Version:        1.0.2
+Release:        1%{?dist}
 Summary:        Unico Gtk+ theming engine
 
 Group:          User Interface/Desktops
@@ -14,9 +12,8 @@ URL:            https://launchpad.net/unico/
 # The source for this package was pulled from upstream's VCS. Use the following
 # commands to generate the tarball:
 # $ bzr export -r %{revision} %{engine_name}-%{version}-bzr%{revision}.tar.xz lp:unico
-Source0:        %{engine_name}-%{version}-bzr%{revision}.tar.xz
+Source0:        http://launchpad.net/unico/%{major_version}/%{version}/+download/%{engine_name}-%{version}.tar.gz
 
-BuildRequires:  gnome-common
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.14
 
 %description
@@ -26,11 +23,10 @@ style context APIs in mind, using CSS as first class citizen.
 
 
 %prep
-%setup -q -n %{engine_name}-%{version}-bzr%{revision}
+%setup -q -n %{engine_name}-%{version}
 
 
 %build
-[ -f autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-silent-rules \
   --disable-static
@@ -50,6 +46,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/3.0.0/theming-engines/*.la
 
 
 %changelog
+* Fri Mar 30 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.0.2-1
+- Update to 1.0.2
+
 * Thu Mar 22 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.0.1-5.20120229bzr132
 - Update to a newer bzr snapshot
 
diff --git a/sources b/sources
index 90bb2af..3857186 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6428c96ad7f3c5b078f4e49f35cf356c  unico-1.0.1-bzr132.tar.xz
+19fb3ecc36d4d13b4a76e26a4ebd6412  unico-1.0.2.tar.gz


More information about the scm-commits mailing list