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:
parent
4b4ee6855d
commit
d371a5ce77
@ -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
|
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
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
autoconf
|
autoconf
|
||||||
%configure --with-rcdir=/etc/init.d \
|
|
||||||
--with-tmpdir=%{_localstatedir}/lib/pcp/tmp \
|
|
||||||
--with-docdir=%{_datadir}/doc/packages/pcp
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -Rf $RPM_BUILD_ROOT
|
rm -Rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%configure --with-rcdir=/etc/init.d \
|
||||||
|
--with-tmpdir=%{_localstatedir}/lib/pcp/tmp \
|
||||||
|
--with-docdir=%{_datadir}/doc/packages/pcp
|
||||||
make default_pcp
|
make default_pcp
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user