[perl-Test-Refcount] update to 0.07

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Jun 21 07:14:49 UTC 2011


commit aa16983778e4c7f385a747af0c66d3892fa199d7
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Tue Jun 21 09:14:30 2011 +0200

    update to 0.07

 .gitignore              |    1 +
 perl-Test-Refcount.spec |   15 +++++----------
 sources                 |    2 +-
 3 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 976cb3e..696a497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Refcount-0.06.tar.gz
+/Test-Refcount-0.07.tar.gz
diff --git a/perl-Test-Refcount.spec b/perl-Test-Refcount.spec
index 5f802e7..41f3f73 100644
--- a/perl-Test-Refcount.spec
+++ b/perl-Test-Refcount.spec
@@ -1,13 +1,12 @@
 Name:           perl-Test-Refcount
-Version:        0.06
-Release:        5%{?dist}
+Version:        0.07
+Release:        1%{?dist}
 Summary:        Assert reference counts on objects
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Test-Refcount/
 Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Test-Refcount-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -38,7 +37,6 @@ 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 {} ';'
 
@@ -48,19 +46,16 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes LICENSE README
 %{perl_vendorlib}/Test
 %{_mandir}/man3/Test*.3*
 
 
 %changelog
+* Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.07-1
+- update to 0.07
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.06-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index a25c0a5..8929a21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea68fc8375bc36f49e2620356efde850  Test-Refcount-0.06.tar.gz
+0a78c2f25e91c27baf0f71118a970245  Test-Refcount-0.07.tar.gz


More information about the scm-commits mailing list