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:
commit
8e7cb7ecde
@ -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
|
||||
|
||||
|
6
pcp.spec
6
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
|
||||
|
Loading…
Reference in New Issue
Block a user