psabata pushed to perl-Data-Dump (f23). "1.23 bump (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Aug 31 12:47:07 UTC 2015


From 3b6c17cf9fa26ff19506cedaf951a80c4d8c7e0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 31 Aug 2015 14:42:37 +0200
Subject: 1.23 bump

- Drop the test suite from %doc

diff --git a/.gitignore b/.gitignore
index 4ecc68c..25c8e55 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Data-Dump-1.15.tar.gz
 /Data-Dump-1.19.tar.gz
 /Data-Dump-1.21.tar.gz
 /Data-Dump-1.22.tar.gz
+/Data-Dump-1.23.tar.gz
diff --git a/perl-Data-Dump.spec b/perl-Data-Dump.spec
index 2066ce6..9c254af 100644
--- a/perl-Data-Dump.spec
+++ b/perl-Data-Dump.spec
@@ -1,19 +1,35 @@
 Name:           perl-Data-Dump
-Version:        1.22
-Release:        5%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        Pretty printing of data structures
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Dump/
 Source0:        http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Data-Dump-%{version}.tar.gz
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-# core
-BuildRequires:  perl(ExtUtils::MakeMaker)
+# Build
+BuildRequires:  make
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(overload)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(subs)
+# XXX: BuildRequires:  perl(Term::ANSIColor)
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Tests only
+BuildRequires:  perl(IO::Socket::INET)
+BuildRequires:  perl(Symbol)
+BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
-
-%?perl_default_filter
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
+# Really optional
+Suggests:       perl(MIME::Base64)
 
 %description
 This module provides a single function called dump() that takes a list of
@@ -24,29 +40,27 @@ arguments. The string is formatted for easy reading.
 %prep
 %setup -q -n Data-Dump-%{version}
 
-# make rpmlint happy...
-perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
 %files
-%doc Changes README t/
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Aug 31 2015 Petr Ĺ abata <contyk at redhat.com> - 1.23-1
+- 1.23 bump
+- Drop the test suite from %%doc
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 71802cd..0ffe1a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db211fe64a5cab15b1e86e5b0dc379a4  Data-Dump-1.22.tar.gz
+762c111e525c82ff23d62c90821b26e9  Data-Dump-1.23.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Data-Dump.git/commit/?h=f23&id=3b6c17cf9fa26ff19506cedaf951a80c4d8c7e0c


More information about the perl-devel mailing list