Accepting request 163513 from Base:System

- Move configure run into the %build section.

This is needed so that the rpm hack to update config.sub works (forwarded request 163504 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/163513
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcp?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2013-04-17 21:15:03 +00:00 committed by Git OBS Bridge
commit 8e7cb7ecde
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