[perl-Data-Pond] drop explicit perl dependency

Iain Arnell iarnell at fedoraproject.org
Mon Apr 2 11:02:41 UTC 2012


commit 04191bb71a485dd6b2afe5b0f626dde4ba072d18
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Apr 2 05:02:26 2012 -0600

    drop explicit perl dependency

 perl-Data-Pond.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/perl-Data-Pond.spec b/perl-Data-Pond.spec
index 8788177..7887666 100644
--- a/perl-Data-Pond.spec
+++ b/perl-Data-Pond.spec
@@ -1,12 +1,11 @@
 Name:           perl-Data-Pond
 Version:        0.004
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Perl-based open notation for data
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Pond/
 Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Data-Pond-%{version}.tar.gz
-BuildRequires:  perl >= 0:5.008
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Module::Build)
@@ -56,6 +55,9 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Apr 02 2012 Iain Arnell <iarnell at gmail.com> 0.004-3
+- drop explicit perl dependency
+
 * Fri Mar 30 2012 Iain Arnell <iarnell at gmail.com> 0.004-2
 - doesn't require Carp
 


More information about the scm-commits mailing list