[perl-Text-Wrapper] Upstream update.

corsepiu corsepiu at fedoraproject.org
Mon Mar 19 15:54:53 UTC 2012


commit 01ae376ac3247ba57e5fd3c4533f83618aa80b62
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Mon Mar 19 16:54:49 2012 +0100

    Upstream update.
    
    - Update BR:'s.
    - Modernize spec.

 .gitignore             |    2 +-
 perl-Text-Wrapper.spec |   28 ++++++++++++++--------------
 sources                |    2 +-
 3 files changed, 16 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4deb95..f0ee928 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Text-Wrapper-1.02.tar.gz
+/Text-Wrapper-1.03.tar.gz
diff --git a/perl-Text-Wrapper.spec b/perl-Text-Wrapper.spec
index a3dd5cf..c005c5f 100644
--- a/perl-Text-Wrapper.spec
+++ b/perl-Text-Wrapper.spec
@@ -1,18 +1,19 @@
 Name: 		perl-Text-Wrapper
-Version: 	1.02
-Release: 	9%{?dist}
+Version: 	1.03
+Release: 	1%{?dist}
 Summary:	Simple word wrapping perl module
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Text-Wrapper/
 Source0: 	http://www.cpan.org/modules/by-module/Text/Text-Wrapper-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl(Module::Build::Compat)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(Carp)
 BuildRequires:	perl(Test::More)
 # For improved tests
-BuildRequires:  perl(Test::Pod) >= 1.14
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
+BuildRequires:  perl(Test::Pod) >= 1.41
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:  perl(Pod::Coverage::TrustPod)
 
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch: 	noarch
@@ -24,32 +25,31 @@ more sophisticated text formatting, try the Text::Format module.
 
 %prep
 %setup -q -n Text-Wrapper-%{version}
-sed -i -e 's,^\([[:blank:]]*PREOP\),#\1,' Makefile.PL
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 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
+make test RELEASE_TESTING=1
 
 %files
-%defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README LICENSE
 %{perl_vendorlib}/Text
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 19 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.03-1
+- Upstream update.
+- Update BR:'s.
+- Modernize spec.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.02-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6f1f5b3..39db8a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0cdfe6e9e9627db147b3970d3fcad4d  Text-Wrapper-1.02.tar.gz
+d0644d4e504a75b9ebbff3407fc353c8  Text-Wrapper-1.03.tar.gz



More information about the perl-devel mailing list