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
This commit is contained in:
David Disseldorp 2013-04-10 09:07:24 +00:00 committed by Git OBS Bridge
parent 4b4ee6855d
commit d371a5ce77
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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