[perl-Data-Dumper-Concise] update to 2.020

Iain Arnell iarnell at fedoraproject.org
Sun Oct 2 14:40:24 UTC 2011


commit 3d119f7b23f984031a043adbe84a4d595915b465
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sun Oct 2 16:40:07 2011 +0200

    update to 2.020

 .gitignore                    |    1 +
 perl-Data-Dumper-Concise.spec |   17 +++++++----------
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 58b6fa4..51736ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Data-Dumper-Concise-1.200.tar.gz
+/Data-Dumper-Concise-2.020.tar.gz
diff --git a/perl-Data-Dumper-Concise.spec b/perl-Data-Dumper-Concise.spec
index 75186ca..9b25fdd 100644
--- a/perl-Data-Dumper-Concise.spec
+++ b/perl-Data-Dumper-Concise.spec
@@ -1,12 +1,11 @@
 Name:           perl-Data-Dumper-Concise
 Summary:        A convenient way to reproduce a set of Dumper options
-Version:        1.200
-Release:        5%{?dist}
+Version:        2.020
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
-Source0:        http://search.cpan.org/CPAN/authors/id/M/MS/MSTROUT/Data-Dumper-Concise-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Data-Dumper-Concise-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Data-Dumper-Concise
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:      noarch
 
@@ -33,8 +32,6 @@ that we've found ourselves using across large numbers of applications.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -44,16 +41,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Oct 02 2011 Iain Arnell <iarnell at gmail.com> 2.020-1
+- update to latest upstream version
+- clean up spec for modern rpmbuild
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.200-5
 - Perl mass rebuild
 
diff --git a/sources b/sources
index c34e841..afe4a92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02eaee06874c2a9f93886a32a9a69038  Data-Dumper-Concise-1.200.tar.gz
+8e2835a1304d680170e483093b330b70  Data-Dumper-Concise-2.020.tar.gz


More information about the scm-commits mailing list