[kdelibs3] fix sed syntax in the automake version hack

Kevin Kofler kkofler at fedoraproject.org
Mon Jun 11 22:48:18 UTC 2012


commit 98b7647b040b9e817dc00bb5b8b0b9769c56942c
Author: Kevin Kofler <kevin.kofler at chello.at>
Date:   Tue Jun 12 00:48:09 2012 +0200

    fix sed syntax in the automake version hack

 kdelibs3.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/kdelibs3.spec b/kdelibs3.spec
index 8b81f66..367bba8 100644
--- a/kdelibs3.spec
+++ b/kdelibs3.spec
@@ -270,7 +270,7 @@ format for easy browsing
 sed -i -e "s,^#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING \"%{version}-%{release} %{distname}\"," kdecore/kdeversion.h
 
 # hack/fix for newer automake
-sed -iautomake -e 's|automake\*1.10\*|automake\*1.1[0-5]\*|' admin/cvs.sh
+sed -iautomake -e 's|automake\*1\.10\*|automake*1.1[0-5]*|' admin/cvs.sh
 make -f admin/Makefile.common cvs
 
 
@@ -591,6 +591,7 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
 %changelog
 * Mon Jun 11 2012 Kevin Kofler <Kevin at tigcc.ticalc.org> - 3.5.10-37
 - rebuild for fixed GCC (#830618)
+- fix sed syntax in the automake version hack
 
 * Tue May 08 2012 Rex Dieter <rdieter at fedoraproject.org> 3.5.10-36
 - rebuild (libtiff)


More information about the scm-commits mailing list