[perl-Text-TabularDisplay] 1.28 bump

Petr Šabata psabata at fedoraproject.org
Mon Jan 16 14:39:54 UTC 2012


commit 5e07b40bf84b0f601f18d89ffc1a7c9873e9507c
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Jan 16 15:36:39 2012 +0100

    1.28 bump

 .gitignore                    |    1 +
 perl-Text-TabularDisplay.spec |   26 ++++++++------------------
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ca17153..5e3e02a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-TabularDisplay-1.22.tar.gz
+/Text-TabularDisplay-1.28.tar.gz
diff --git a/perl-Text-TabularDisplay.spec b/perl-Text-TabularDisplay.spec
index aabc1a3..f16e018 100644
--- a/perl-Text-TabularDisplay.spec
+++ b/perl-Text-TabularDisplay.spec
@@ -1,21 +1,16 @@
 Name:           perl-Text-TabularDisplay
-Version:        1.22
-Release:        12%{?dist}
+Version:        1.28
+Release:        1%{?dist}
 Summary:        Display text in formatted table output
 # see TabularDisplay.pm's header
 License:        GPLv2
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Text-TabularDisplay/
 Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-# core
 BuildRequires:  perl(ExtUtils::MakeMaker) 
 BuildRequires:  perl(Test)
-#BuildRequires: perl(IO::File)
-
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Text::TabularDisplay simplifies displaying textual data in a table. The
@@ -24,7 +19,6 @@ text monitor. For example, this data:
 
 %prep
 %setup -q -n Text-TabularDisplay-%{version}
-
 chmod -c -x t/* examples/*
 
 %build
@@ -32,28 +26,24 @@ chmod -c -x t/* examples/*
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
 make test
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
-%doc Changes README examples/ t/
+%doc Changes COPYING README examples/ t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 16 2012 Petr Šabata <contyk at redhat.com> - 1.28-1
+- 1.28 bump
+- Spec cleanup
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.22-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 8da87ba..d53dbe2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b97f4041a8b718661be1451b84e75f91  Text-TabularDisplay-1.22.tar.gz
+abb13449751ae40c01747a443f0420b4  Text-TabularDisplay-1.28.tar.gz



More information about the perl-devel mailing list