psabata pushed to perl-Import-Into (master). "1.002005 bump (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Aug 28 12:55:54 UTC 2015


From d934bd972907964f8e0e16f8931e8418d89d6e86 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Fri, 28 Aug 2015 14:55:46 +0200
Subject: 1.002005 bump

- Update source URL

diff --git a/perl-Import-Into.spec b/perl-Import-Into.spec
index 97b602e..e7df8c3 100644
--- a/perl-Import-Into.spec
+++ b/perl-Import-Into.spec
@@ -1,26 +1,26 @@
 Name:           perl-Import-Into
-Version:        1.002004
-Release:        3%{?dist}
+Version:        1.002005
+Release:        1%{?dist}
 Summary:        Import packages into other packages
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Import-Into/
-Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Import-Into-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Import-Into-%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
-# Module Runtime
-BuildRequires:  perl(Module::Runtime)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
+# Module Runtime
+BuildRequires:  perl(Module::Runtime)
 # Test Suite
 BuildRequires:  perl(base)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More)
 # Runtime
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %description
 Loading Import::Into creates a global method import::into which you can call on
@@ -30,12 +30,11 @@ any package to import it into another package.
 %setup -q -n Import-Into-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor --skipdeps NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} %{buildroot}
 
 %check
@@ -47,6 +46,10 @@ make test
 %{_mandir}/man3/Import::Into.3*
 
 %changelog
+* Fri Aug 28 2015 Petr Ĺ abata <contyk at redhat.com> - 1.002005-1
+- 1.002005 bump
+- Update source URL
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.002004-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index 73b64cf..36929ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-70f2f3b08a5b706ee382a8448c346cb1  Import-Into-1.002004.tar.gz
+48bdc7988f5a7d4d06039ccc5c2459e9  Import-Into-1.002005.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Import-Into.git/commit/?h=master&id=d934bd972907964f8e0e16f8931e8418d89d6e86


More information about the perl-devel mailing list