[gtk-unico-engine] Update to a newer bzr snapshot

Mohamed ElMorabity melmorabity at fedoraproject.org
Fri Sep 21 23:09:22 UTC 2012


commit 9e8a635a82869ede71fff53857047990068e410b
Author: Mohamed El Morabity <melmorabity at fedorapeople.org>
Date:   Sat Sep 22 01:08:36 2012 +0200

    Update to a newer bzr snapshot

 .gitignore            |    1 +
 gtk-unico-engine.spec |   17 ++++++++++++-----
 sources               |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ad7f3c..17e490c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /unico-1.0.1-bzr130.tar.xz
 /unico-1.0.1-bzr132.tar.xz
 /unico-1.0.2.tar.gz
+/unico-1.0.2-bzr139.tar.xz
diff --git a/gtk-unico-engine.spec b/gtk-unico-engine.spec
index 02fb403..bc079f3 100644
--- a/gtk-unico-engine.spec
+++ b/gtk-unico-engine.spec
@@ -1,9 +1,11 @@
 %global engine_name unico
-%global major_version %%(cut -d "." -f 1-2 <<<%{version})
+# %global major_version %%(cut -d "." -f 1-2 <<<%{version})
+%global revision 139
+%global revision_date 20120808
 
 Name:           gtk-unico-engine
 Version:        1.0.2
-Release:        2%{?dist}
+Release:        2.%{revision_date}bzr%{revision}%{?dist}
 Summary:        Unico Gtk+ theming engine
 
 Group:          User Interface/Desktops
@@ -12,9 +14,10 @@ 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:        http://launchpad.net/unico/%{major_version}/%{version}/+download/%{engine_name}-%{version}.tar.gz
+Source0:        %{engine_name}-%{version}-bzr%{revision}.tar.xz
 
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.14
+BuildRequires:  gnome-common
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.5.2
 
 %description
 Unico is a Gtk+ engine that aims to be the more complete yet powerful theming
@@ -23,10 +26,11 @@ style context APIs in mind, using CSS as first class citizen.
 
 
 %prep
-%setup -q -n %{engine_name}-%{version}
+%setup -q -n %{engine_name}-%{version}-bzr%{revision}
 
 
 %build
+[ -f autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-silent-rules \
   --disable-static
@@ -46,6 +50,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/3.0.0/theming-engines/*.la
 
 
 %changelog
+* Fri Sep 21 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 1.0.2-1.20120808bzr139
+- Update to a newer bzr snapshot
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 3857186..8a79c57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-19fb3ecc36d4d13b4a76e26a4ebd6412  unico-1.0.2.tar.gz
+d427a64351ac71003dc5310c62af6fce  unico-1.0.2-bzr139.tar.xz


More information about the scm-commits mailing list