[perl-Test-LongString] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Sep 8 09:44:17 UTC 2014


commit 3dfa0e90760aba2efd99de1064231b517b0db1cb
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Sep 8 11:44:09 2014 +0200

    Upstream update.
    
    - Modernize spec.

 .gitignore                |    3 +--
 perl-Test-LongString.spec |   14 ++++++--------
 sources                   |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c826249..ea626dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Test-LongString-0.14.tar.gz
-/Test-LongString-0.15.tar.gz
+/Test-LongString-0.16.tar.gz
diff --git a/perl-Test-LongString.spec b/perl-Test-LongString.spec
index a0679aa..b994daa 100644
--- a/perl-Test-LongString.spec
+++ b/perl-Test-LongString.spec
@@ -1,12 +1,11 @@
 Name:		perl-Test-LongString
-Version:	0.15
-Release:	10%{?dist}
+Version:	0.16
+Release:	1%{?dist}
 Summary:	Perl module to test long strings
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 URL:		http://search.cpan.org/dist/Test-LongString/
 Source0:	http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Test-LongString-%{version}.tar.gz
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:	noarch
 
@@ -35,25 +34,24 @@ module for you.
 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 -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 08 2014 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.16-1
+- Upstream update.
+- Modernize spec.
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.15-10
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8abf66e..8f8b260 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e628d735b8e8f33d3992541f823491c3  Test-LongString-0.15.tar.gz
+74b9fa82b360fe902548350f495dafce  Test-LongString-0.16.tar.gz


More information about the scm-commits mailing list