From 909ef1183854a39738b41b9468a2f52dbfd2b6f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 11 Apr 2017 14:17:53 +0200
Subject: 0.904 bump

---
 .gitignore       |  1 +
 perl-PPI-XS.spec | 17 +++++++++++------
 sources          |  2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 810795f..6423b35 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /PPI-XS-0.902.tar.gz
+/PPI-XS-0.904.tar.gz
diff --git a/perl-PPI-XS.spec b/perl-PPI-XS.spec
index 3a8c5bb..6c0fd08 100644
--- a/perl-PPI-XS.spec
+++ b/perl-PPI-XS.spec
@@ -1,15 +1,18 @@
 Name:           perl-PPI-XS
-Version:        0.902
-Release:        11%{?dist}
+Version:        0.904
+Release:        1%{?dist}
 Summary:        XS acceleration for PPI
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PPI-XS/
 Source0:        
http://www.cpan.org/authors/id/D/DA/DAGOLDEN/PPI-XS-%{version}.tar.gz
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-devel
 BuildRequires:  perl-generators
 BuildRequires:  perl(inc::Module::Install::DSL) >= 0.86
+BuildRequires:  sed
 # Run-time:
 BuildRequires:  perl(PPI) >= 1.000
 BuildRequires:  perl(strict)
@@ -39,13 +42,12 @@ for F in Changes; do
 done
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -delete
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -58,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Apr 11 2017 Petr Pisar <ppi...@redhat.com> - 0.904-1
+- 0.904 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.902-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 57c8727..c7ecf58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f1fc9b4df050395b5ee314f1f77bc05  PPI-XS-0.902.tar.gz
+SHA512 (PPI-XS-0.904.tar.gz) = 
c29186ac89cd926b6c5c79a929aa851d2dc0c2b30ac6c9c3efad88df428ed85b2e37fb17be44e17d591aa4025934330b3057e757758986c7c411a17f71139d93
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-PPI-XS.git/commit/?h=master&id=909ef1183854a39738b41b9468a2f52dbfd2b6f8
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to