rpms/perl-Text-SimpleTable/devel .cvsignore, 1.4, 1.5 perl-Text-SimpleTable.spec, 1.11, 1.12 sources, 1.4, 1.5

Chris Weyl cweyl at fedoraproject.org
Fri Apr 16 06:57:37 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/perl-Text-SimpleTable/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12790

Modified Files:
	.cvsignore perl-Text-SimpleTable.spec sources 
Log Message:
* Fri Apr 16 2010 Chris Weyl <cweyl at alumni.drew.edu> 2.03-1
- update by Fedora::App::MaintainerTools 0.006
- PERL_INSTALL_ROOT => DESTDIR
- updating to latest GA CPAN version (2.03)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	11 Aug 2009 08:11:25 -0000	1.4
+++ .cvsignore	16 Apr 2010 06:57:37 -0000	1.5
@@ -1 +1 @@
-Text-SimpleTable-2.0.tar.gz
+Text-SimpleTable-2.03.tar.gz


Index: perl-Text-SimpleTable.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/perl-Text-SimpleTable.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-Text-SimpleTable.spec	4 Dec 2009 02:23:04 -0000	1.11
+++ perl-Text-SimpleTable.spec	16 Apr 2010 06:57:37 -0000	1.12
@@ -1,22 +1,21 @@
 Name:           perl-Text-SimpleTable
-Version:        2.0
-Release:        3%{?dist}
 Summary:        Simple Eyecandy ASCII Tables
+Version:        2.03
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MR/MRAMBERG/Text-SimpleTable-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/Text-SimpleTable/
-Source0:        http://search.cpan.org/CPAN/authors/id/K/KR/KRAIH/Text-SimpleTable-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildArch:      noarch
 
-
-# core
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# testing
 BuildRequires:  perl(Test::More)
-# Note pod coverage tests fail at the moment, so we disable them for now.
-#BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
+
+
+%{?perl_default_filter}
+%{?perl_default_subpackage_tests}
 
 %description
 Simple eyecandy ASCII tables, as seen in Catalyst.
@@ -31,7 +30,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} +
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -51,6 +50,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Fri Apr 16 2010 Chris Weyl <cweyl at alumni.drew.edu> 2.03-1
+- update by Fedora::App::MaintainerTools 0.006
+- PERL_INSTALL_ROOT => DESTDIR
+- updating to latest GA CPAN version (2.03)
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 2.0-3
 - rebuild against perl 5.10.1
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	11 Aug 2009 08:11:26 -0000	1.4
+++ sources	16 Apr 2010 06:57:37 -0000	1.5
@@ -1 +1 @@
-b57b6e60b5ee3cd5209d4bad510d0d2d  Text-SimpleTable-2.0.tar.gz
+a79a1f53846c111e8f6056702c39fa17  Text-SimpleTable-2.03.tar.gz




More information about the perl-devel mailing list