[perl-utf8-all] 0.016 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jan 30 14:47:22 UTC 2015


commit 3dcbc90eb8ac8a6eef5c45e1f9e6abd9e88f8d5b
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 30 15:46:09 2015 +0100

    0.016 bump

 .gitignore         |    1 +
 .rpmlint           |    2 ++
 perl-utf8-all.spec |   26 ++++++++++++++------------
 sources            |    2 +-
 4 files changed, 18 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e81d937..d878641 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /utf8-all-0.013.tar.gz
 /utf8-all-0.014.tar.gz
 /utf8-all-0.015.tar.gz
+/utf8-all-0.016.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..db65a7d
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (binmode|filehandle|Pragma)");
diff --git a/perl-utf8-all.spec b/perl-utf8-all.spec
index 96e470c..9e84652 100644
--- a/perl-utf8-all.spec
+++ b/perl-utf8-all.spec
@@ -1,6 +1,6 @@
 Name:           perl-utf8-all
-Version:        0.015
-Release:        2%{?dist}
+Version:        0.016
+Release:        1%{?dist}
 Summary:        Turn on Unicode everywhere
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,13 +10,11 @@ BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-BuildRequires:  perl(Module::Build) >= 0.28
+BuildRequires:  perl(ExtUtils::MakeMaker)
 # Run-time:
 BuildRequires:  perl(charnames)
-BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(feature)
-BuildRequires:  perl(File::Find)
 BuildRequires:  perl(Import::Into)
 BuildRequires:  perl(open)
 BuildRequires:  perl(parent)
@@ -24,6 +22,7 @@ BuildRequires:  perl(Symbol)
 BuildRequires:  perl(utf8)
 # Tests:
 BuildRequires:  perl(autodie)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::Handle)
@@ -35,8 +34,6 @@ BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(version) >= 0.77
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(Cwd)
-Requires:       perl(File::Find)
 
 %description
 Pragma utf8 allows you to write your Perl encoded in UTF-8. That means UTF-8
@@ -51,22 +48,27 @@ have to set binmode $filehandle.
 %setup -q -n utf8-all-%{version}
 
 %build
-perl Build.PL installdirs=vendor
-./Build
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 19 2015 Petr Pisar <ppisar at redhat.com> - 0.016-1
+- 0.016 bump
+
 * Wed Sep 03 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.015-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index a772a39..fd30fff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-656b68076393901f4a6b1901cc17b96b  utf8-all-0.015.tar.gz
+e454594859ef1322834c8a1c6904614a  utf8-all-0.016.tar.gz



More information about the perl-devel mailing list