Automated weekly pcp rawhide release: 0.750.g326298d
This commit is contained in:
parent
046b3a7f26
commit
de9d75e92e
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ pcp-3.3.3-1.src.tar.gz
|
|||||||
/pcp-3.10.3-0.508.g8090873.tar.gz
|
/pcp-3.10.3-0.508.g8090873.tar.gz
|
||||||
/pcp-3.10.3-0.620.g89545ba.tar.gz
|
/pcp-3.10.3-0.620.g89545ba.tar.gz
|
||||||
/pcp-3.10.3.src.tar.gz
|
/pcp-3.10.3.src.tar.gz
|
||||||
|
/pcp-3.10.3-0.750.g326298d.tar.gz
|
||||||
|
29
pcp.spec
29
pcp.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.10.3
|
Version: 3.10.3
|
||||||
%define buildversion 2
|
%define buildversion 1
|
||||||
|
|
||||||
Release: %{buildversion}%{?dist}
|
Release: 0.750.g326298d%{?dist}
|
||||||
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
License: GPLv2+ and LGPLv2.1+ and CC-BY
|
||||||
URL: http://www.pcp.io
|
URL: http://www.pcp.io
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source0: ftp://ftp.pcp.io/projects/pcp/download/%{name}-%{version}.src.tar.gz
|
Source0: %{name}-%{version}-0.750.g326298d.tar.gz
|
||||||
Source1: ftp://ftp.pcp.io/projects/pcp/download/pcp-webjs.src.tar.gz
|
Source1: ftp://ftp.pcp.io/projects/pcp/download/pcp-webjs.src.tar.gz
|
||||||
|
|
||||||
# There are no papi/libpfm devel packages for s390 nor for some rhels, disable
|
# There are no papi/libpfm devel packages for s390 nor for some rhels, disable
|
||||||
@ -39,8 +39,8 @@ Source1: ftp://ftp.pcp.io/projects/pcp/download/pcp-webjs.src.tar.gz
|
|||||||
# No python3 development environment before el7
|
# No python3 development environment before el7
|
||||||
%if 0%{?rhel} == 0 || 0%{?rhel} > 6
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 6
|
||||||
%define disable_python3 0
|
%define disable_python3 0
|
||||||
# Do we wish to mandate python3 use in pcp? (f23+ and el8+)
|
# Do we wish to mandate python3 use in pcp? (f22+ and el8+)
|
||||||
%if 0%{?fedora} >= 23 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 22 || 0%{?rhel} > 7
|
||||||
%define default_python3 1
|
%define default_python3 1
|
||||||
%else
|
%else
|
||||||
%define default_python3 0
|
%define default_python3 0
|
||||||
@ -65,14 +65,6 @@ BuildRequires: rpm-devel
|
|||||||
BuildRequires: avahi-devel
|
BuildRequires: avahi-devel
|
||||||
%if !%{disable_python2}
|
%if !%{disable_python2}
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
# systemtap dtrace utility requires python2, so only use it if we can
|
|
||||||
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
|
||||||
BuildRequires: systemtap-sdt-devel
|
|
||||||
%else
|
|
||||||
%ifnarch ppc ppc64
|
|
||||||
BuildRequires: systemtap-sdt-devel
|
|
||||||
%endif
|
|
||||||
%endif
|
|
||||||
%endif
|
%endif
|
||||||
%if !%{disable_python3}
|
%if !%{disable_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -92,6 +84,13 @@ BuildRequires: libmicrohttpd-devel
|
|||||||
%if !%{disable_cairo}
|
%if !%{disable_cairo}
|
||||||
BuildRequires: cairo-devel
|
BuildRequires: cairo-devel
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?rhel} == 0 || 0%{?rhel} > 5
|
||||||
|
BuildRequires: systemtap-sdt-devel
|
||||||
|
%else
|
||||||
|
%ifnarch ppc ppc64
|
||||||
|
BuildRequires: systemtap-sdt-devel
|
||||||
|
%endif
|
||||||
|
%endif
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: initscripts man
|
BuildRequires: initscripts man
|
||||||
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
|
%if 0%{?fedora} >= 18 || 0%{?rhel} >= 7
|
||||||
@ -1112,6 +1111,10 @@ chmod 644 "$PCP_PMNS_DIR/.NeedRebuild"
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 09 2015 Lukas Berk <lberk@redhat.com> - 3.10.3-0.750.g326298d
|
||||||
|
- Automated weekly rawhide release
|
||||||
|
- Applied spec changes from upstream git
|
||||||
|
|
||||||
* Wed Mar 04 2015 Dave Brolley <brolley@redhat.com> - 3.10.3-2
|
* Wed Mar 04 2015 Dave Brolley <brolley@redhat.com> - 3.10.3-2
|
||||||
- papi 5.4.1 rebuild
|
- papi 5.4.1 rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user