[perl-ExtUtils-XSpp] 0.1601 bump Removed the clean section

Petr Sabata psabata at fedoraproject.org
Mon Mar 14 08:56:58 UTC 2011


commit d9e07cbf5a15908820078f0a1a7ed9394bdecb9d
Author: Petr Sabata <psabata at redhat.com>
Date:   Mon Mar 14 09:56:22 2011 +0100

    0.1601 bump
    Removed the clean section

 .gitignore              |    1 +
 perl-ExtUtils-XSpp.spec |   11 ++++++-----
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0092a14..3d43875 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ExtUtils-XSpp-0.12.tar.gz
 /ExtUtils-XSpp-0.15.tar.gz
+/ExtUtils-XSpp-0.1601.tar.gz
diff --git a/perl-ExtUtils-XSpp.spec b/perl-ExtUtils-XSpp.spec
index e82a370..e33cf49 100644
--- a/perl-ExtUtils-XSpp.spec
+++ b/perl-ExtUtils-XSpp.spec
@@ -1,6 +1,7 @@
 Name:           perl-ExtUtils-XSpp
-Version:        0.15
-Release:        2%{?dist}
+# Use four digits since 0.1601
+Version:        0.1601
+Release:        1%{?dist}
 Summary:        C++ variant of Perl's XS language
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -35,9 +36,6 @@ find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README XSP.yp
@@ -46,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Mon Mar 14 2011 Petr Sabata <psabata at redhat.com> - 0.1601-1
+- 0.1601 bump
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index a2b3f1f..086b80e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72a9335b700fdcd11afc378a22f439c1  ExtUtils-XSpp-0.15.tar.gz
+c269aa8f0183af1ee1ed82b9005a1655  ExtUtils-XSpp-0.1601.tar.gz



More information about the perl-devel mailing list