[mate-icon-theme] update to latest upstream release

Dan Mashal vicodan at fedoraproject.org
Mon Mar 25 20:32:08 UTC 2013


commit d32b632f05510d372bcea989e6f4dcd029e60b5c
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Mon Mar 25 13:31:35 2013 -0700

    update to latest upstream release

 .gitignore           |    1 +
 mate-icon-theme.spec |   32 +++++++++++++++++++++-----------
 sources              |    2 +-
 3 files changed, 23 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 907e785..6ba8d5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /mate-icon-theme-1.4.0.tar.xz
 /mate-icon-theme-1.5.0.tar.xz
+/mate-icon-theme-1.5.1.tar.xz
diff --git a/mate-icon-theme.spec b/mate-icon-theme.spec
index b43afbe..042eba1 100644
--- a/mate-icon-theme.spec
+++ b/mate-icon-theme.spec
@@ -1,6 +1,6 @@
 Name:           mate-icon-theme
-Version:        1.5.0
-Release:        2%{?dist}
+Version:        1.5.1
+Release:        1%{?dist}
 Summary:        Icon theme for MATE Desktop
 License:        GPLv2+ and LGPLv2+
 URL:            http://mate-desktop.org
@@ -12,7 +12,6 @@ BuildRequires:  mate-common
 BuildRequires:  icon-naming-utils
 
 Provides: mate-icon-theme = %{version}-%{release}
-Obsoletes: mate-icon-theme-legacy < %{version}-%{release}
 
 %description
 Icon theme for MATE Desktop
@@ -28,35 +27,46 @@ Development files for mate-icon-theme
 NOCONFIGURE=1 ./autogen.sh
 
 %build
-%configure  --enable-icon-mapping \
-            --disable-static
+%configure  --enable-icon-mapping
+
 make %{?_smp_mflags} V=1
 
 
 %install
-make install DESTDIR=%{buildroot}
+make DESTDIR=%{buildroot} install
 
 %post
-/bin/touch --no-create %{_datadir}/icons/mate &>/dev/null || :
+/bin/touch --no-create %{_datadir}/icons/mate &> /dev/null || :
+/bin/touch --no-create %{_datadir}/icons/menta &> /dev/null || :
 
 %postun
 if [ $1 -eq 0 ] ; then
-    /bin/touch --no-create %{_datadir}/icons/mate &>/dev/null
-    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &>/dev/null || :
+    /bin/touch --no-create %{_datadir}/icons/mate &> /dev/null
+    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &> /dev/null || :
+    /bin/touch --no-create %{_datadir}/icons/menta &> /dev/null
+    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/menta &> /dev/null || :
+
 fi
 
 %posttrans
-/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &>/dev/null || :
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/mate &> /dev/null || :
+/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/menta &> /dev/null || :
 
 %files
 %doc AUTHORS COPYING README
-%{_datadir}/icons/mate/
+%{_datadir}/icons/mate
+%{_datadir}/icons/menta
 
 %files devel
 %{_datadir}/pkgconfig/mate-icon-theme.pc
 
 
 %changelog
+* Mon Mar 25 2013 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-1
+- Update to latest upstream release
+- Drop obsoletes tag
+- Own icons/mate dir 
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index eb7b752..6cc8b68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae1369e21371f7517e4523750443df9  mate-icon-theme-1.5.0.tar.xz
+90d582ff7f6d0703ce0d82866bda9550  mate-icon-theme-1.5.1.tar.xz


More information about the scm-commits mailing list