psabata pushed to perl-Inline-Files (master). "0.69 bump (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 25 12:18:18 UTC 2015


From fe6c8090a6c240f73ed9035b865190c3b9f34ff7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 25 May 2015 14:17:55 +0200
Subject: 0.69 bump

- Correct source URL

diff --git a/.gitignore b/.gitignore
index 7e02caa..a1dcb69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Inline-Files-0.63.tar.gz
 /Inline-Files-0.65.tar.gz
 /Inline-Files-0.67.tar.gz
 /Inline-Files-0.68.tar.gz
+/Inline-Files-0.69.tar.gz
diff --git a/perl-Inline-Files.spec b/perl-Inline-Files.spec
index 85889b3..609ab4a 100644
--- a/perl-Inline-Files.spec
+++ b/perl-Inline-Files.spec
@@ -1,23 +1,29 @@
 Name:           perl-Inline-Files
-Version:        0.68
-Release:        10%{?dist}
+Version:        0.69
+Release:        1%{?dist}
 Summary:        Allows for multiple inline files in a single perl file
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Inline-Files/
-Source0:        http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline/Inline-Files-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/Inline-Files-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-# Tests only:
+# Build
+BuildRequires:  perl
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+# Runtime
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Cwd)
-BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(File::Copy)
+# XXX: BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Filter::Util::Call)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(vars)
+# Tests only
+BuildRequires:  perl(File::Copy)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test)
 BuildRequires:  perl(Test::More)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Data::Dumper)
-Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Inline::Files generalizes the notion of the `__DATA__' marker and the
@@ -30,13 +36,12 @@ chmod -R a-x demo/* README Changes lib/Inline/Files.pm \
     lib/Inline/Files/Virtual.pm
 
 %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 {} ';'
-chmod -R u+w %{buildroot}/*
+%{_fixperms} %{buildroot}/*
 
 %check
 make test
@@ -47,6 +52,10 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon May 25 2015 Petr Ĺ abata <contyk at redhat.com> - 0.69-1
+- 0.69 bump
+- Correct source URL
+
 * Tue Aug 26 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.68-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 1f6c050..ba15c8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f20f920979fdfd1799410a75104ffa3e  Inline-Files-0.68.tar.gz
+cba2625bc2f5d55c8ee4b0fb833d4f18  Inline-Files-0.69.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Inline-Files.git/commit/?h=master&id=fe6c8090a6c240f73ed9035b865190c3b9f34ff7


More information about the perl-devel mailing list