From 73f3bf2fe14429451772fbecd6d246c2f61ded12a22ea1c0804a0ac5cca4dd95 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 15 Aug 2016 12:01:15 +0000 Subject: [PATCH] remove automake check OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=5 --- gimp-plugin-resynthesizer.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gimp-plugin-resynthesizer.spec b/gimp-plugin-resynthesizer.spec index 709ed19..eae345c 100644 --- a/gimp-plugin-resynthesizer.spec +++ b/gimp-plugin-resynthesizer.spec @@ -35,6 +35,12 @@ The package includes: %setup -n resynthesizer-master %build +sed -i~ ' +s@automake-1.7 --version@automake --version@ +s@AUTOMAKE=automake-1.7@AUTOMAKE=automake@ +s@ACLOCAL=aclocal-1.7@ACLOCAL=aclocal@ +' autogen.sh +diff -u autogen.sh~ autogen.sh || : ./autogen.sh %configure make %{?_smp_mflags}