[muffin/f17] Update to 1.0.5 release

leigh123linux leigh123linux at fedoraproject.org
Thu Jul 26 10:14:44 UTC 2012


commit 2a7e4c36de8932070820c0227bf42099e4b7c97a
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Thu Jul 26 11:14:32 2012 +0100

    Update to 1.0.5 release
    
    - fix scriptlets

 .gitignore                         |    1 +
 muffin-1.0.3_fix_blackborder.patch |   11 -----------
 muffin.spec                        |   18 +++++++++++-------
 sources                            |    2 +-
 4 files changed, 13 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94d8548..fc112eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /muffin-1.0.3.tar.gz
+/muffin-1.0.5.tar.gz
diff --git a/muffin.spec b/muffin.spec
index 39a890a..4ed3b36 100644
--- a/muffin.spec
+++ b/muffin.spec
@@ -1,8 +1,8 @@
-%global        _internel_version  fcea2f1
+%global        _internel_version  cefa1be
 
 Name:          muffin
-Version:       1.0.4
-Release:       0.4.git%{_internel_version}%{?dist}
+Version:       1.0.5
+Release:       1%{?dist}
 Summary:       Window and compositing manager based on Clutter
 
 Group:         User Interface/Desktops
@@ -10,7 +10,7 @@ License:       GPLv2+
 URL:           https://github.com/linuxmint/muffin
 # To generate source
 # wget https://github.com/linuxmint/muffin/tarball/%{_internel_version} -O muffin-%{version}.git%{_internel_version}.tar.gz
-Source0:       http://leigh123linux.fedorapeople.org/pub/muffin/source/muffin-%{version}.git%{_internel_version}.tar.gz
+Source0:       http://leigh123linux.fedorapeople.org/pub/%{name}/source/%{name}-%{version}.tar.gz
 
 
 BuildRequires: clutter-devel >= 1.7.5
@@ -100,12 +100,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
 %postun
 /sbin/ldconfig
-if [ $1 -eq 0 ]; then
-  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+if [ $1 -eq 0 ] ; then
+    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
 
 %posttrans
-glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %files -f %{name}.lang
 %doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt
@@ -132,6 +132,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %doc %{_mandir}/man1/muffin-window-demo.1.gz
 
 %changelog
+* Thu Jul 26 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.5-1
+- Update to 1.0.5 release
+- fix scriptlets
+
 * Wed Jul 18 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.0.4-0.4.gitfcea2f1
 - bump spec version to fix repo issue
 
diff --git a/sources b/sources
index 1c38706..1c5aa2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d236f3dc9dffebc4e9b3b020669c4116  muffin-1.0.4.gitfcea2f1.tar.gz
+1c9ad672222203b124f177a9a1fd50f5  muffin-1.0.5.tar.gz


More information about the scm-commits mailing list