Move configure step from prep to build section of spec (BZ 854128)
This commit is contained in:
parent
6e7e35c35f
commit
709027537b
7
pcp.spec
7
pcp.spec
@ -3,7 +3,7 @@ Name: pcp
|
|||||||
Version: 3.6.6
|
Version: 3.6.6
|
||||||
%define buildversion 1
|
%define buildversion 1
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: %{buildversion}%{?dist}.1
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://oss.sgi.com/projects/pcp
|
URL: http://oss.sgi.com/projects/pcp
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -197,12 +197,12 @@ building Performance Metric API (PMAPI) tools using Python.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%configure --with-rcdir=/etc/rc.d/init.d
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -Rf $RPM_BUILD_ROOT
|
rm -Rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%configure --with-rcdir=/etc/rc.d/init.d
|
||||||
make default_pcp
|
make default_pcp
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -385,6 +385,9 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 04 2012 Nathan Scott <nathans@redhat.com> - 3.6.6-2
|
||||||
|
- Move configure step from prep to build section of spec (BZ 854128)
|
||||||
|
|
||||||
* Tue Aug 28 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.6-1
|
* Tue Aug 28 2012 Mark Goodwin <mgoodwin@redhat.com> - 3.6.6-1
|
||||||
- Update to latest PCP sources, see installed CHANGELOG for details.
|
- Update to latest PCP sources, see installed CHANGELOG for details.
|
||||||
- Introduces new python-pcp and pcp-testsuite sub-packages.
|
- Introduces new python-pcp and pcp-testsuite sub-packages.
|
||||||
|
Loading…
Reference in New Issue
Block a user