[perl-Data-Compare/f15] 1.22

Tom Callaway spot at fedoraproject.org
Tue Jun 7 20:12:18 UTC 2011


commit bd824af6ec23e3aa5ddfcd51f901712f901adee6
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Jun 7 16:12:07 2011 -0400

    1.22

 perl-Data-Compare.spec |   26 +++++++++-----------------
 sources                |    2 +-
 2 files changed, 10 insertions(+), 18 deletions(-)
---
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 <spot at fedoraproject.org> - 1.22-1
+- update to 1.22
+- add Requires: perl(File::Find::Rule)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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



More information about the perl-devel mailing list