[perl-Inline] 0.77 bump

Petr Šabata psabata at fedoraproject.org
Mon Sep 29 15:17:30 UTC 2014


commit ea931acf5ed2893faaf778eba4a728ddfcb626f4
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Sep 29 17:17:22 2014 +0200

    0.77 bump

 .gitignore       |    1 +
 perl-Inline.spec |   15 ++++++++-------
 sources          |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14af45a..e93c9b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Inline-0.46.tar.gz
 /Inline-0.67.tar.gz
 /Inline-0.68.tar.gz
 /Inline-0.76.tar.gz
+/Inline-0.77.tar.gz
diff --git a/perl-Inline.spec b/perl-Inline.spec
index 6f2dfe3..95aa8d4 100644
--- a/perl-Inline.spec
+++ b/perl-Inline.spec
@@ -1,11 +1,11 @@
 Name:           perl-Inline
-Version:        0.76
-Release:        2%{?dist}
+Version:        0.77
+Release:        1%{?dist}
 Summary:        Inline Perl module
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 Url:            http://search.cpan.org/dist/Inline/
-Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETJ/Inline-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Inline-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
@@ -16,7 +16,7 @@ BuildRequires:  perl(diagnostics)
 BuildRequires:  perl(Digest::MD5)
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(Fcntl)
 BuildRequires:  perl(File::Find)
 BuildRequires:  perl(File::Path)
@@ -63,13 +63,11 @@ never notice the compilation time.
 %setup -q -n Inline-%{version} 
 
 %build
-# trick avoiding installation other modules
-perl Makefile.PL INSTALLDIRS=vendor < /dev/null
+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}/*
 
 %check
@@ -81,6 +79,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Sep 29 2014 Petr Šabata <contyk at redhat.com> - 0.77-1
+- 0.77 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.76-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index e4bc8b9..48b19eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1782466361b8c74b7ddf0cb18d3198a  Inline-0.76.tar.gz
+8519c81a93e4a7ea374dc2c20ccb2666  Inline-0.77.tar.gz



More information about the perl-devel mailing list