[perl-PPIx-EditorTools] 0.12 bump, buildroot garbage cleanup

Petr Sabata psabata at fedoraproject.org
Thu Mar 24 12:02:20 UTC 2011


commit 493e15d74084d67d6e9831f68e454433664ec741
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu Mar 24 13:01:16 2011 +0100

    0.12 bump, buildroot garbage cleanup

 .gitignore                 |    1 +
 perl-PPIx-EditorTools.spec |   16 ++++++----------
 sources                    |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c81042f..4340139 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 PPIx-EditorTools-0.09.tar.gz
 /PPIx-EditorTools-0.10.tar.gz
 /PPIx-EditorTools-0.11.tar.gz
+/PPIx-EditorTools-0.12.tar.gz
diff --git a/perl-PPIx-EditorTools.spec b/perl-PPIx-EditorTools.spec
index 3515886..208bafc 100644
--- a/perl-PPIx-EditorTools.spec
+++ b/perl-PPIx-EditorTools.spec
@@ -1,12 +1,11 @@
 Name:           perl-PPIx-EditorTools
-Version:        0.11
-Release:        2%{?dist}
+Version:        0.12
+Release:        1%{?dist}
 Summary:        Utility methods and base class for manipulating Perl via PPI
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/PPIx-EditorTools/
 Source0:        http://search.cpan.org/CPAN/authors/id/A/AZ/AZAWAWI/PPIx-EditorTools-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::XSAccessor) >= 1.02
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
@@ -40,21 +39,14 @@ from the Padre::Task::PPI code.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README LICENSE
@@ -62,6 +54,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 24 2011 Petr Sabata <psabata at redhat.com> - 0.12-1
+- 0.12 version bump
+- Removing buildroot garbage
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 115d218..69dfc91 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a56672022c0e382f168ccce08b2a3e26  PPIx-EditorTools-0.11.tar.gz
+39ac50a5790ed095dfd39bad90b14109  PPIx-EditorTools-0.12.tar.gz



More information about the perl-devel mailing list