From e2a82fdb80e4f2202746e388852ac39194338f0b Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 17 Oct 2014 10:05:43 +0200 Subject: [PATCH] will solve multi configure spec file Change-Id: I8a4e39eb51c62e2f1b9f3579e789ea1e1c2887d7 Signed-off-by: Ronan Le Martret --- proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros | 2 +- proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros b/proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros index a7778de..7e7e64b 100644 --- a/proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros +++ b/proto-meta-Tizen_generic/rpm_tizen_macro/lib/macros @@ -849,7 +849,7 @@ posix.setenv("RPMBUILD_SOURCEDIR",rpm.expand("%?_sourcedir")); # The configure macro should be invoked as %configure (rather than %{configure}) # because the rest of the arguments will be expanded using %*. # -%_configure autotools_do_configure +%_configure ./configure #------------------------------------------------------------------------------ # The make install analogue of %configure for modern autotools: diff --git a/proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros b/proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros index 0a506ce..f4eb415 100644 --- a/proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros +++ b/proto-meta-Tizen_generic/rpm_tizen_macro/lib/tizen_macros @@ -64,10 +64,10 @@ # Tizen # %configure \ - %{_configure} + autotools_do_configure %reconfigure \ - %{_configure} + autotools_do_configure %autogen \ %reconfigure -- 2.7.4