[perl-Text-Format] 0.59

xavierb xavierb at fedoraproject.org
Mon Feb 10 21:56:37 UTC 2014


commit 74317f7155cc106918a4d9b454219cfaef47aa36
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Mon Feb 10 22:57:01 2014 +0100

    0.59

 .gitignore            |    1 +
 perl-Text-Format.spec |   20 ++++++++++----------
 sources               |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d9bc430..4ef125f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Text-Format0.52.tar.gz
 /Text-Format-0.53.tar.gz
 /Text-Format-0.56.tar.gz
 /Text-Format-0.58.tar.gz
+/Text-Format-0.59.tar.gz
diff --git a/perl-Text-Format.spec b/perl-Text-Format.spec
index abf3c33..3adffaf 100644
--- a/perl-Text-Format.spec
+++ b/perl-Text-Format.spec
@@ -1,19 +1,20 @@
 Name:           perl-Text-Format
-Version:        0.58
-Release:        4%{?dist}
+Version:        0.59
+Release:        1%{?dist}
 Summary:        Various subroutines to format text
 
-Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Text-Format/
 Source0:        http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Text-Format-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::CPAN::Changes)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(Test::TrailingSpace)
+
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -39,7 +40,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 ';'
@@ -50,18 +50,18 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Mon Feb 10 2014 Xavier Bachelot <xavier at bachelot.org> - 0.59-1
+- Update to 0.59.
+- Add more BR: for better tests coverage.
+- Modernize specfile.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.58-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 1c55dcb..b07f788 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9577b0d46f527d64f954b133ea0fbcf  Text-Format-0.58.tar.gz
+ab4ae26dbbb7eed101dc7a4324ac9c10  Text-Format-0.59.tar.gz


More information about the scm-commits mailing list