[humanity-icon-theme/f18] Update to 0.5.3.12

Mohamed ElMorabity melmorabity at fedoraproject.org
Sat Aug 11 08:07:02 UTC 2012


commit 27a573782c245ea4b67d2024f8dca92a97bdbc9d
Author: Mohamed El Morabity <melmorabity at fedoraproject.org>
Date:   Sat Aug 11 09:56:52 2012 +0200

    Update to 0.5.3.12

 .gitignore                              |    1 +
 humanity-icon-theme-generate-tarball.sh |   15 +++++++++------
 humanity-icon-theme.spec                |   11 +++++++----
 sources                                 |    2 +-
 4 files changed, 18 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f420f72..445cbf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /humanity-icon-theme-0.5.3.11-without-logos.tar.bz2
+/humanity-icon-theme-0.5.3.12-without-logos.tar.xz
diff --git a/humanity-icon-theme-generate-tarball.sh b/humanity-icon-theme-generate-tarball.sh
index 2e7c1aa..84f16b6 100644
--- a/humanity-icon-theme-generate-tarball.sh
+++ b/humanity-icon-theme-generate-tarball.sh
@@ -5,19 +5,22 @@
 # https://launchpad.net/ubuntu/+archive/primary/+files/humanity-icon-theme_$VERSION.tar.gz
 
 VERSION=$1
+ARCHIVE=humanity-icon-theme_$VERSION.tar.gz
+FOLDER=humanity-icon-theme-$VERSION
+PURGED_ARCHIVE=humanity-icon-theme-$VERSION-without-logos.tar.xz
 
-wget -N -c https://launchpad.net/ubuntu/+archive/primary/+files/humanity-icon-theme_$VERSION.tar.gz
-tar -xzf humanity-icon-theme_$VERSION.tar.gz
-find humanity-icon-theme/               \
+wget -N -c https://launchpad.net/ubuntu/+archive/primary/+files/$ARCHIVE
+tar -xzf $ARCHIVE
+find $FOLDER/               \
   \(                                    \
         -name "distributor-logo.*"      \
-     -o -name "*dropbox*.*"             \
      -o -name "drive-harddisk-system.*" \
      -o -name "gnome-main-menu.*"       \
      -o -name "novell-button.*"         \
      -o -name "start-here.*"            \
      -o -name "ubiquity.*"              \
-     -o -name "*ubuntu*.*"              \
+     -o -name "folder-ubuntu.*"              \
      -o -name "usb-creator*.*"          \
   \) -delete
-tar -cjf humanity-icon-theme-$VERSION-without-logos.tar.bz2 humanity-icon-theme/
+tar -cJf $PURGED_ARCHIVE $FOLDER/
+rm -r $FOLDER
diff --git a/humanity-icon-theme.spec b/humanity-icon-theme.spec
index 921d1b8..dd3a7f2 100644
--- a/humanity-icon-theme.spec
+++ b/humanity-icon-theme.spec
@@ -1,12 +1,12 @@
 Name:           humanity-icon-theme
-Version:        0.5.3.11
-Release:        4%{?dist}
+Version:        0.5.3.12
+Release:        1%{?dist}
 Summary:        Humanity icon theme
 
 Group:          User Interface/Desktops
 License:        GPLv2
 URL:            https://launchpad.net/humanity/
-Source0:        %{name}-%{version}-without-logos.tar.bz2
+Source0:        %{name}-%{version}-without-logos.tar.xz
 # Humanity icon theme contains copyrighted Ubuntu logo icons. Therefore we use
 # this script to delete these files and remove any reference to the Ubuntu
 # trademark before shipping it. Download the upstream tarball and invoke this
@@ -22,7 +22,7 @@ desktop.
 
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 # Delete dead icon symlinks
 find -L . -type l -delete
@@ -67,6 +67,9 @@ fi
 
 
 %changelog
+* Sat Aug 11 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 0.5.3.12-1
+- Update to 0.5.3.12
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3.11-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index ceffcd6..2680719 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-280ab8f9394080e9f704786c9af0316c  humanity-icon-theme-0.5.3.11-without-logos.tar.bz2
+394bf01831f3628be3d0a559c18ac3b1  humanity-icon-theme-0.5.3.12-without-logos.tar.xz


More information about the scm-commits mailing list