[perl-PPIx-Regexp] 0.018 bump

Petr Pisar ppisar at fedoraproject.org
Thu Feb 17 09:50:50 UTC 2011


commit 9ad6f6e30f0fdb554dd3c7131167e9861bbb8012
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 17 10:50:09 2011 +0100

    0.018 bump

 .gitignore            |    1 +
 perl-PPIx-Regexp.spec |   15 ++++++---------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8896195..3d18cb9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ PPIx-Regexp-0.007.tar.gz
 /PPIx-Regexp-0.015.tar.gz
 /PPIx-Regexp-0.016.tar.gz
 /PPIx-Regexp-0.017.tar.gz
+/PPIx-Regexp-0.018.tar.gz
diff --git a/perl-PPIx-Regexp.spec b/perl-PPIx-Regexp.spec
index 240a0fd..19c7af0 100644
--- a/perl-PPIx-Regexp.spec
+++ b/perl-PPIx-Regexp.spec
@@ -1,12 +1,11 @@
 Name:           perl-PPIx-Regexp
-Version:        0.017
-Release:        2%{?dist}
+Version:        0.018
+Release:        1%{?dist}
 Summary:        Represent a regular expression of some sort
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PPIx-Regexp/
 Source0:        http://www.cpan.org/authors/id/W/WY/WYANT/PPIx-Regexp-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(List::MoreUtils)
 BuildRequires:  perl(Module::Build)
@@ -35,19 +34,13 @@ sed -i '1 s|/usr/local/bin/perl|/usr/bin/perl|' eg/*
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes eg LICENSES README
@@ -55,6 +48,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Feb 17 2011 Petr Pisar <ppisar at redhat.com> - 0.018-1
+- 0.018 bump
+- Remove BuildRoot stuff
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.017-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index fe33cb9..458a5a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-93aa8c42fd4edcaa5902a5881085e363  PPIx-Regexp-0.017.tar.gz
+87cdd26b813067ae6e6fe565b9b01f53  PPIx-Regexp-0.018.tar.gz



More information about the perl-devel mailing list