Merge branch 'master' into el5
This commit is contained in:
commit
4eefb6df41
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,6 @@
|
|||||||
pcp-3.3.3-1.src.tar.gz
|
pcp-3.3.3-1.src.tar.gz
|
||||||
/pcp-3.5.0-1.src.tar.gz
|
/pcp-3.5.0-1.src.tar.gz
|
||||||
/pcp-3.5.11-1.src.tar.gz
|
/pcp-3.5.11-1.src.tar.gz
|
||||||
|
/pcp.spec
|
||||||
|
/pcp_configure_ppc64.patch
|
||||||
|
/pcp-3.5.11-2.src.tar.gz
|
||||||
|
8
pcp.spec
8
pcp.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.5.11
|
Version: 3.5.11
|
||||||
%define buildversion 1
|
%define buildversion 2
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: %{buildversion}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -17,6 +17,8 @@ BuildRequires: initscripts
|
|||||||
Requires: bash gawk sed grep fileutils findutils initscripts
|
Requires: bash gawk sed grep fileutils findutils initscripts
|
||||||
Requires: pcp-libs = %{version}
|
Requires: pcp-libs = %{version}
|
||||||
|
|
||||||
|
Patch0: pcp_configure_ppc64.patch
|
||||||
|
|
||||||
%define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
%define _pmdasdir %{_localstatedir}/lib/pcp/pmdas
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -179,6 +181,7 @@ into standard PCP archive logs for replay with any PCP monitoring tool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
# The standard 'configure' macro should be used here, but configure.in
|
# The standard 'configure' macro should be used here, but configure.in
|
||||||
@ -351,6 +354,9 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2011 Mark Goodwin - 3.5.11-2
|
||||||
|
- patched configure.in for libdir=/usr/lib64 on ppc64
|
||||||
|
|
||||||
* Thu Dec 01 2011 Mark Goodwin - 3.5.11-1
|
* Thu Dec 01 2011 Mark Goodwin - 3.5.11-1
|
||||||
- Update to latest PCP sources.
|
- Update to latest PCP sources.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user