|
@@ -1,7 +1,7 @@
|
|
%define name perl-Data-ShowTable
|
|
%define name perl-Data-ShowTable
|
|
%define real_name Data-ShowTable
|
|
%define real_name Data-ShowTable
|
|
-%define version 3.3
|
|
+%define version 4.6
|
|
-%define release 8%{?_dist_release}
|
|
+%define release 1%{?_dist_release}
|
|
|
|
|
|
Summary: Perl 5 module to print arrays of data
|
|
Summary: Perl 5 module to print arrays of data
|
|
Name: %{name}
|
|
Name: %{name}
|
|
@@ -9,15 +9,20 @@ Version: %{version}
|
|
Release: %{release}
|
|
Release: %{release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
-URL: http://www.cpan.org
|
|
+URL: http://search.cpan.org/~akste/Data-ShowTable/
|
|
-Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/%{real_name}-%{version}.tar.bz2
|
|
+
|
|
-Patch0: %{real_name}-3.3.patch.bz2
|
|
+Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Data/%{real_name}-%{version}.tar.gz
|
|
-BuildRequires: perl
|
|
+
|
|
BuildArch: noarch
|
|
BuildArch: noarch
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
+BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
+
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
-ShowTable.pm, version 3.3, is a Perl 5 module which defines subroutines to
|
|
+ShowTable.pm, version 4.6, is a Perl 5 module which defines subroutines to
|
|
print arrays of data in a nicely formatted listing, using one of four possible
|
|
print arrays of data in a nicely formatted listing, using one of four possible
|
|
formats: simple table, boxed table, list style, and HTML-formatting (for
|
|
formats: simple table, boxed table, list style, and HTML-formatting (for
|
|
World-Wide-Web output). See the documentation on ShowTable.pm for details on
|
|
World-Wide-Web output). See the documentation on ShowTable.pm for details on
|
|
@@ -25,12 +30,9 @@ the formatting.
|
|
|
|
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{real_name}-%{version}
|
|
%setup -q -n %{real_name}-%{version}
|
|
-%patch0 -p1
|
|
|
|
-
|
|
|
|
-find . -type f | xargs perl -pi -e "s|/usr/bin/perl5|/usr/bin/perl|g"
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor
|
|
+perl Makefile.PL INSTALLDIRS=vendor
|
|
make
|
|
make
|
|
|
|
|
|
%check
|
|
%check
|
|
@@ -61,6 +63,10 @@ fi
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Nov 12 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 4.6-1
|
|
|
|
+- updated to 4.6
|
|
|
|
+- built with perl 5.16.3
|
|
|
|
+
|
|
* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-8
|
|
* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3-8
|
|
- rebuild with perl-5.12.3
|
|
- rebuild with perl-5.12.3
|
|
|
|
|
|
@@ -86,7 +92,7 @@ fi
|
|
- build on VineLinux
|
|
- build on VineLinux
|
|
- fixed spec file
|
|
- fixed spec file
|
|
|
|
|
|
-* Thu Nov 08 2001 FraníÐis Pons <fpons@mandrakesoft.com> 3.3-6mdk
|
|
+* Thu Nov 08 2001 Fran輟is Pons <fpons@mandrakesoft.com> 3.3-6mdk
|
|
- added url tag.
|
|
- added url tag.
|
|
|
|
|
|
* Tue Oct 16 2001 Stefan van der Eijk <stefan@eijk.nu> 3.3-5mdk
|
|
* Tue Oct 16 2001 Stefan van der Eijk <stefan@eijk.nu> 3.3-5mdk
|
|
@@ -95,7 +101,7 @@ fi
|
|
* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 3.3-4mdk
|
|
* Sun Jun 17 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 3.3-4mdk
|
|
- Rebuild against latest perl.
|
|
- Rebuild against latest perl.
|
|
|
|
|
|
-* Thu Aug 03 2000 FraníÐis Pons <fpons@mandrakesoft.com> 3.3-3mdk
|
|
+* Thu Aug 03 2000 Fran輟is Pons <fpons@mandrakesoft.com> 3.3-3mdk
|
|
- macroszifications.
|
|
- macroszifications.
|
|
- noarch.
|
|
- noarch.
|
|
|
|
|