From d371a5ce776aa13cebf547cd68a456af4afb3d8e2c292f58c0ea312e5cdd48c7 Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Wed, 10 Apr 2013 09:07:24 +0000 Subject: [PATCH] Accepting request 163504 from devel:ARM:AArch64:Factory - Move configure run into the %build section. This is needed so that the rpm hack to update config.sub works OBS-URL: https://build.opensuse.org/request/show/163504 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=30 --- pcp.changes | 5 +++++ pcp.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pcp.changes b/pcp.changes index e785add..9cdcbe0 100644 --- a/pcp.changes +++ b/pcp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 9 14:27:02 UTC 2013 - schwab@suse.de + +- Move configure run into the %build section. + ------------------------------------------------------------------- Thu Jan 3 12:16:56 UTC 2013 - ddiss@suse.com diff --git a/pcp.spec b/pcp.spec index ee35798..c619c80 100644 --- a/pcp.spec +++ b/pcp.spec @@ -288,14 +288,14 @@ into standard PCP archive logs for replay with any PCP monitoring tool. %patch15 -p1 %patch16 -p1 autoconf -%configure --with-rcdir=/etc/init.d \ - --with-tmpdir=%{_localstatedir}/lib/pcp/tmp \ - --with-docdir=%{_datadir}/doc/packages/pcp %clean rm -Rf $RPM_BUILD_ROOT %build +%configure --with-rcdir=/etc/init.d \ + --with-tmpdir=%{_localstatedir}/lib/pcp/tmp \ + --with-docdir=%{_datadir}/doc/packages/pcp make default_pcp %install