From 7ddd13d899cc04798b10677af0c967d6633e91f9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 1 Mar 2016 07:32:07 +0100
Subject: 0.048 bump

---
 .gitignore            |  1 +
 perl-PPIx-Regexp.spec | 22 ++++++++++++++--------
 sources               |  2 +-
 3 files changed, 16 insertions(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index 476ff6e..2f2c380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,3 +36,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.045.tar.gz
 /PPIx-Regexp-0.046.tar.gz
 /PPIx-Regexp-0.047.tar.gz
+/PPIx-Regexp-0.048.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 6b5f5c8..50a94c3 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,6 +1,6 @@
 Name:           perl-PPIx-Regexp
-Version:        0.047
-Release:        2%{?dist}
+Version:        0.048
+Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,16 +8,18 @@ URL:            http://search.cpan.org/dist/PPIx-Regexp/
 Source0:        
http://search.cpan.org/CPAN/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Config)
 BuildRequires:  perl(lib)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 BuildRequires:  sed
 # Run-time:
+BuildRequires:  perl(base)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(List::MoreUtils)
@@ -58,15 +60,16 @@ sed -i \
     eg/*
 
 %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 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-./Build test
+make test
 
 %files
 %license LICENSES
@@ -75,6 +78,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 01 2016 Petr Pisar <ppi...@redhat.com> - 0.048-1
+- 0.048 bump
+
 * Thu Feb 04 2016 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.047-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
 
diff --git a/sources b/sources
index bef9bef..cbc8504 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf62b5864f7e6da972471521c2d8d057  PPIx-Regexp-0.047.tar.gz
+b85eb62c4bca39fe5c8fdd601433f52e  PPIx-Regexp-0.048.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-PPIx-Regexp.git/commit/?h=master&id=7ddd13d899cc04798b10677af0c967d6633e91f9
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to