>From b5b57df2d343d19d69aa918705d24e304619b8ea Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Thu, 10 Dec 2015 08:53:13 +0100
Subject: 0.04 bump

---
 .gitignore                |  1 +
 perl-Text-Table-Tiny.spec | 18 +++++++++++++-----
 sources                   |  2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7b9accd..2bc9c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Text-Table-Tiny-0.03.tar.gz
+/Text-Table-Tiny-0.04.tar.gz
diff --git a/perl-Text-Table-Tiny.spec b/perl-Text-Table-Tiny.spec
index 086c094..63027e5 100644
--- a/perl-Text-Table-Tiny.spec
+++ b/perl-Text-Table-Tiny.spec
@@ -1,16 +1,20 @@
 Name:           perl-Text-Table-Tiny
-Version:        0.03
-Release:        4%{?dist}
+Version:        0.04
+Release:        1%{?dist}
 Summary:        Makes simple tables from two-dimensional arrays, with limited 
templating options
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-Table-Tiny/
 Source0:        
http://www.cpan.org/modules/by-module/Text/Text-Table-Tiny-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires:  perl(Exporter)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(List::Util)
+BuildRequires:  perl(parent)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(warnings)
@@ -29,7 +33,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -delete
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
@@ -37,11 +41,15 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} 
\;
 make test
 
 %files
-%doc LICENSE README
+%license LICENSE
+%doc README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 08 2015 Jitka Plesnikova <jples...@redhat.com> - 0.04-1
+- 0.04 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 0.03-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index a7e25ac..5e494a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12cb5631b9eca314bd8628db45182ea5  Text-Table-Tiny-0.03.tar.gz
+a3939fdada78d8a718ca0698f8da0b8e  Text-Table-Tiny-0.04.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Text-Table-Tiny.git/commit/?h=master&id=b5b57df2d343d19d69aa918705d24e304619b8ea
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to