jreznik pushed to kdelibs3 (epel7). "fix sed syntax in the automake version hack"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 15:37:45 UTC 2015


>From 98b7647b040b9e817dc00bb5b8b0b9769c56942c Mon Sep 17 00:00:00 2001
From: Kevin Kofler <kevin.kofler at chello.at>
Date: Tue, 12 Jun 2012 00:48:09 +0200
Subject: fix sed syntax in the automake version hack


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)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdelibs3.git/commit/?h=epel7&id=98b7647b040b9e817dc00bb5b8b0b9769c56942c


More information about the scm-commits mailing list