From e188cc43f83ae75c23d0cdf19104ae3766554bc7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 11 Oct 2011 16:28:33 +0100 Subject: [PATCH] Rebuild for perl deps --- pcp.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pcp.spec b/pcp.spec index 36a17c3..6ead0d0 100644 --- a/pcp.spec +++ b/pcp.spec @@ -3,13 +3,12 @@ Name: pcp Version: 3.5.0 %define buildversion 1 -Release: %{buildversion}%{?dist}.1 +Release: %{buildversion}.2%{?dist} License: GPLv2 URL: http://oss.sgi.com/projects/pcp Group: Applications/System 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: perl(ExtUtils::MakeMaker) BuildRequires: initscripts @@ -167,14 +166,10 @@ autoconf # needs some tweaks before that will work correctly (TODO). ./configure --libdir=%{_libdir} --libexecdir=%{_libexecdir} -%clean -rm -Rf $RPM_BUILD_ROOT - %build make default_pcp %install -rm -Rf $RPM_BUILD_ROOT export DIST_ROOT=$RPM_BUILD_ROOT make install_pcp @@ -327,6 +322,9 @@ fi %defattr(-,root,root) %changelog +* Tue Oct 11 2011 Peter Robinson - 3.5.0-1.2 +- Rebuild for changed perl deps + * Tue Feb 08 2011 Fedora Release Engineering - 3.5.0-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild