[perl-Set-IntSpan] Upstream update.

corsepiu corsepiu at fedoraproject.org
Wed Apr 17 10:13:06 UTC 2013


commit f3571aecff0fb7f21bd5aaeb827fe2b07c222f23
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Wed Apr 17 12:13:02 2013 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore            |    3 +--
 perl-Set-IntSpan.spec |   14 ++++++--------
 sources               |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6efbb5..78eb056 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Set-IntSpan-1.14.tar.gz
-/Set-IntSpan-1.16.tar.gz
+/Set-IntSpan-1.19.tar.gz
diff --git a/perl-Set-IntSpan.spec b/perl-Set-IntSpan.spec
index 2c50055..62c93d2 100644
--- a/perl-Set-IntSpan.spec
+++ b/perl-Set-IntSpan.spec
@@ -1,13 +1,12 @@
 Name:           perl-Set-IntSpan
-Version:        1.16
-Release:        7%{?dist}
+Version:        1.19
+Release:        1%{?dist}
 Summary:        Perl module for managing sets of integers
 
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Set-IntSpan/
 Source0:        http://www.cpan.org/authors/id/S/SW/SWMCD/Set-IntSpan-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -28,7 +27,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 {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -39,10 +37,6 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
@@ -51,6 +45,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 17 2013 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.19-1
+- Upstream update.
+- Modernize spec.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.16-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 1a79d15..1fc7ce6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d58be939d0374b793733726766cd524  Set-IntSpan-1.16.tar.gz
+7c21c2fedce5b7be7d8200e2cf2bdca1  Set-IntSpan-1.19.tar.gz


More information about the scm-commits mailing list