From 709027537bb456e50458c94bf64acdb7d6a111e3 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 5 Sep 2012 14:26:38 +1000 Subject: [PATCH] Move configure step from prep to build section of spec (BZ 854128) --- pcp.spec | 7 +++++-- sources | 3 +-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pcp.spec b/pcp.spec index 03af7e2..81db68b 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,7 +3,7 @@ Name: pcp Version: 3.6.6 %define buildversion 1 -Release: %{buildversion}%{?dist} +Release: %{buildversion}%{?dist}.1 License: GPLv2 URL: http://oss.sgi.com/projects/pcp Group: Applications/System @@ -197,12 +197,12 @@ building Performance Metric API (PMAPI) tools using Python. %prep %setup -q -%configure --with-rcdir=/etc/rc.d/init.d %clean rm -Rf $RPM_BUILD_ROOT %build +%configure --with-rcdir=/etc/rc.d/init.d make default_pcp %install @@ -385,6 +385,9 @@ fi %defattr(-,root,root) %changelog +* Tue Sep 04 2012 Nathan Scott - 3.6.6-2 +- Move configure step from prep to build section of spec (BZ 854128) + * Tue Aug 28 2012 Mark Goodwin - 3.6.6-1 - Update to latest PCP sources, see installed CHANGELOG for details. - Introduces new python-pcp and pcp-testsuite sub-packages. diff --git a/sources b/sources index 352ef4d..20eae44 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -2de8ed0061eacb26fdf84706448b00af pcp-3.6.6-1.src.tar.gz -33d3bf9715f0c0493127aa4781a01405 pcp.spec +16c0d16db8749b44c8c0fee1dceaa6ab pcp-3.6.6-1.src.tar.gz