[mate-file-manager] 1.4.0-12

Rex Dieter rdieter at fedoraproject.org
Thu Oct 18 17:28:48 UTC 2012


commit 98f3b804c5eacfcb82ee279fd5b63b55e164da87
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Oct 18 12:28:00 2012 -0500

    1.4.0-12
    
    - fix mate-doc xml error (patch out reference to non-existent caja-extension-i18n.xml)
    - verbose build

 mate-file-manager.spec |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/mate-file-manager.spec b/mate-file-manager.spec
index 289717c..0a77c1e 100644
--- a/mate-file-manager.spec
+++ b/mate-file-manager.spec
@@ -12,7 +12,7 @@
 Name:			mate-file-manager
 Summary:		File manager for MATE
 Version:		1.4.0
-Release:		11%{?dist}
+Release:		12%{?dist}
 License:		GPLv2+ and LGPLv2+
 Group:			User Interface/Desktops
 Source0:		http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
@@ -66,6 +66,9 @@ Patch4:		caja_remove_mate-bg-crossfade.patch
 Patch5:		no_session_delay.patch
 Patch6:		signal_curtain.patch
 
+# upstreamable, don't reference non-existent doc xml file
+Patch7:		mate-file-manager-1.4.0-docfix.patch
+
 
 %description
 Caja (mate-file-manager) is the file manager and graphical shell
@@ -103,9 +106,10 @@ sed -i -e 's,Categories=MATE,Categories=X-MATE,g' src/mate-network-scheme.deskto
 %patch1 -p1 -b .caja-rtl-fix
 %patch2 -p1 -b .gvfs-desktop-key
 %patch3 -p0 -b .symlink
-#%patch4 -p1 -b .caja_remove_mate-bg-crossfade
+#patch4 -p1 -b .caja_remove_mate-bg-crossfade
 %patch5 -p1 -b .no_session_delay
 %patch6 -p1 -b .signal_curtain.patch
+%patch7 -p1 -b .docfix
 
 NOCONFIGURE=1 ./autogen.sh
 
@@ -124,7 +128,7 @@ NOCONFIGURE=1 ./autogen.sh
 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
 
 export tagname=CC
-LANG=en_US make %{?_smp_mflags}
+LANG=en_US make %{?_smp_mflags} V=1
 
 # strip unneeded translations from .mo files
 cd po
@@ -221,6 +225,11 @@ fi
 
 
 %changelog
+* Thu Oct 18 2012 Rex Dieter <rdieter at fedoraproject.org>
+- 1.4.0-12
+- fix mate-doc xml error (patch out reference to non-existent caja-extension-i18n.xml)
+- verbose build
+
 * Thu Oct 18 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.4.0-11
 - Drop caja_remove_mate-bg-crossfade patch as it was causing crash
 


More information about the scm-commits mailing list