[bluebird] Update to 0.6.2

Kevin Fenzi kevin at fedoraproject.org
Sun Mar 10 04:20:12 UTC 2013


commit b87f9feede6708d1c0be83090cc1bec98532415f
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Mar 9 21:20:08 2013 -0700

    Update to 0.6.2
    
    - Cleanup the specfile.

 .gitignore    |    1 +
 bluebird.spec |   17 +++++++++--------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fb6c31..5925419 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /shimmerproject-Bluebird-v0.6-1-g5aa322d.tar.gz
+/Bluebird-0.6.2.tar.gz
diff --git a/bluebird.spec b/bluebird.spec
index 81e3e20..a9c62e0 100644
--- a/bluebird.spec
+++ b/bluebird.spec
@@ -1,10 +1,8 @@
 %global theme_name     Bluebird
-%global theme_revision 1
-%global git_short      5aa322d
 
 Name:           bluebird
-Version:        0.6
-Release:        6%{?dist}
+Version:        0.6.2
+Release:        1%{?dist}
 Summary:        A clean minimalistic theme for Xfce, GTK+ 2 and 3
 
 License:        GPLv2+ or CC-BY-SA
@@ -12,8 +10,8 @@ URL:            http://shimmerproject.org/project/%{name}/
 
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-# wget --content-disposition https://github.com/shimmerproject/Bluebird/tarball/master
-Source0:        shimmerproject-Bluebird-v%{version}-%{theme_revision}-g%{git_short}.tar.gz
+# wget --content-disposition https://github.com/shimmerproject/Bluebird/archive/v{VERSION}.tar.gz
+Source0:        %{theme_name}-%{version}.tar.gz
 
 
 BuildArch:      noarch
@@ -32,7 +30,6 @@ Themes for GTK+2 as part of the Bluebird theme.
 
 %package gtk3-theme
 Summary:        Bluebird GTK+3 themes
-Requires:       gtk-unico-engine >= 1.0.1
 
 %description gtk3-theme
 Themes for GTK+3 as part of the Bluebird theme.
@@ -61,7 +58,7 @@ Requires:       xfce4-notifyd
 Themes for Xfce4 notifyd as part of the Bluebird theme.
 
 %prep
-%setup -q -n shimmerproject-Bluebird-%{git_short}
+%setup -q -n %{theme_name}-%{version}
 
 
 
@@ -99,6 +96,10 @@ cp -pr gtk-2.0/ gtk-3.0/ metacity-1/ xfwm4/ %{buildroot}%{_datadir}/themes/%{the
 
 
 %changelog
+* Sat Mar 09 2013 Athmane Madjoudj <athmane at fedoraproject.org> 0.6.2-1
+- Update to 0.6.2
+- Cleanup the specfile.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 300677a..3f02a26 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c3f3b17ec196a53c70bf8cea6d0fd67c  shimmerproject-Bluebird-v0.6-1-g5aa322d.tar.gz
+c42f5d54ba82fe558377300e38346812  Bluebird-0.6.2.tar.gz


More information about the scm-commits mailing list