Rebuild for perl deps
This commit is contained in:
parent
d98337475d
commit
6e1079efcc
11
pcp.spec
11
pcp.spec
@ -1,15 +1,13 @@
|
|||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
%define buildversion 1
|
Release: 2%{?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
|
||||||
Source0: ftp://oss.sgi.com/projects/pcp/download/pcp-%{version}-%{buildversion}.src.tar.gz
|
Source0: ftp://oss.sgi.com/projects/pcp/download/pcp-%{version}-%{buildversion}.src.tar.gz
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
BuildRequires: procps autoconf bison flex ncurses-devel readline-devel
|
BuildRequires: procps autoconf bison flex ncurses-devel readline-devel
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: initscripts
|
BuildRequires: initscripts
|
||||||
@ -167,14 +165,10 @@ autoconf
|
|||||||
# needs some tweaks before that will work correctly (TODO).
|
# needs some tweaks before that will work correctly (TODO).
|
||||||
./configure --libdir=%{_libdir} --libexecdir=%{_libexecdir}
|
./configure --libdir=%{_libdir} --libexecdir=%{_libexecdir}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -Rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make default_pcp
|
make default_pcp
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -Rf $RPM_BUILD_ROOT
|
|
||||||
export DIST_ROOT=$RPM_BUILD_ROOT
|
export DIST_ROOT=$RPM_BUILD_ROOT
|
||||||
make install_pcp
|
make install_pcp
|
||||||
|
|
||||||
@ -327,6 +321,9 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 3.5.0-2
|
||||||
|
- Rebuild for perl deps
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-1.1
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.0-1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user