[mate-media] initial import

Dan Mashal vicodan at fedoraproject.org
Tue Oct 23 05:22:40 UTC 2012


commit dbb5ab0501d0b89b14652968ce316c334a1b9d45
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Tue Oct 23 01:22:31 2012 -0400

    initial import

 mate-media.spec |   25 +++----------------------
 1 files changed, 3 insertions(+), 22 deletions(-)
---
diff --git a/mate-media.spec b/mate-media.spec
index 1eba2f8..4de9a9b 100644
--- a/mate-media.spec
+++ b/mate-media.spec
@@ -1,9 +1,9 @@
 Name:           mate-media
 Version:        1.4.0
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        MATE media programs
 
-License:        GPLv2+ and LGPLv2+
+License:        GPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
 
@@ -53,9 +53,6 @@ export LDFLAGS="-lm"
         --enable-gstprops \
         --disable-scrollkeeper \
         --enable-profiles
-
-# remove unused-direct-shlib-dependency warnings
-sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 make V=1 %{?_smp_mflags}
 
 
@@ -81,7 +78,6 @@ cat mate-audio-profiles.lang >> main.lang
 
 %post
 /sbin/ldconfig
-/bin/touch --no-create %{_datadir}/icons/mate &>/dev/null || :
 %mateconf_schema_upgrade mate-volume-control mate-audio-profiles
 
 %pre
@@ -90,16 +86,7 @@ cat mate-audio-profiles.lang >> main.lang
 %preun
 %mateconf_schema_remove mate-volume-control mate-audio-profiles
 
-%postun
-/sbin/ldconfig
-if [ $1 -eq 0 ] ; then
-    /bin/touch --no-create %{_datadir}/icons/mate &>/dev/null
-    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &>/dev/null || :
-fi
-
-%posttrans
-/usr/bin/gtk-update-icon-cache %{_datadir}/icons/mate &>/dev/null || :
-
+%postun -p /sbin/ldconfig
 
 %files -f main.lang
 %doc AUTHORS COPYING NEWS README
@@ -133,12 +120,6 @@ fi
 
 
 %changelog
-* Mon Oct 22 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-3
-- add Icon Cache scriptlets
-
-* Mon Oct 22 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-2
-- add LGPLv2+ to license
-
 * Mon Oct 22 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-1
 - Initial build
 


More information about the scm-commits mailing list