From 8c3762a9a38c360cdb86d37d068c8795fe23f94f Mon Sep 17 00:00:00 2001 From: Tom "spot" Callaway Date: Jun 07 2011 20:15:51 +0000 Subject: 1.22 --- diff --git a/.gitignore b/.gitignore index e57b047..a2175ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Data-Compare-1.21.tar.gz +/Data-Compare-1.22.tar.gz diff --git a/perl-Data-Compare.spec b/perl-Data-Compare.spec index 32e0b49..f77e464 100644 --- a/perl-Data-Compare.spec +++ b/perl-Data-Compare.spec @@ -1,14 +1,11 @@ Name: perl-Data-Compare -Version: 1.21 -Release: 7%{?dist} +Version: 1.22 +Release: 1%{?dist} Summary: Compare perl data structures - Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Data-Compare/ Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildArch: noarch BuildRequires: perl(File::Find::Rule) BuildRequires: perl(Scalar::Properties) @@ -18,6 +15,8 @@ BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(JSON) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +# Not autodetected. +Requires: perl(File::Find::Rule) %description This module compares arbitrary data structures to see if they are copies @@ -27,36 +26,29 @@ of each other. %prep %setup -q -n Data-Compare-%{version} - %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} - %install -rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* - %check make test - -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc CHANGES MAINTAINERS-NOTE README TODO %{perl_vendorlib}/Data/ %{_mandir}/man3/*.3pm* - %changelog +* Tue Jun 7 2011 Tom Callaway - 1.22-1 +- update to 1.22 +- add Requires: perl(File::Find::Rule) + * Tue Feb 08 2011 Fedora Release Engineering - 1.21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 6a88ad7..36fece7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e15bc5f51e344cfb7ccc1bf54ca0a57 Data-Compare-1.21.tar.gz +7d471ce482b3a4bcc3f3d29dd23b92ce Data-Compare-1.22.tar.gz