Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 53126b80b5a6d63dca389462414d2b29 > files > 2

perl-Text-ASCIITable-0.200.0-2.mga3.src.rpm

%define upstream_name    Text-ASCIITable
%define upstream_version 0.20

Name:       perl-%{upstream_name}
Version:    %perl_convert_version %{upstream_version}
Release:    %mkrel 2

Summary:    Create a nice formatted table using ASCII characters
License:    Artistic/GPL
Group:      Development/Perl
Url:        http://search.cpan.org/dist/%{upstream_name}
Source0:    http://www.cpan.org/modules/by-module/Text/%{upstream_name}-%{upstream_version}.tar.gz

BuildRequires: perl(Carp)
BuildRequires: perl(Encode)
BuildRequires: perl(List::Util)
BuildArch:  noarch

%description
Pretty nifty if you want to output dynamic text to your console or other
fixed-size-font displays, and at the same time it will display it in a nice
human-readable, or "cool" way.

%prep
%setup -q -n %{upstream_name}-%{upstream_version}

%build
%{__perl} Build.PL installdirs=vendor
./Build CFLAGS="%{optflags}"

%check
./Build test

%install
./Build install destdir=%{buildroot}

%files
%doc Changes META.yml README
%{perl_vendorlib}/Text
%{_mandir}/*/*

%changelog

* Sun Jan 13 2013 umeabot <umeabot> 0.200.0-2.mga3
+ Revision: 373975
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Dec 01 2011 kharec <kharec> 0.200.0-1.mga2
+ Revision: 174785
- update to 0.20

* Sat Nov 26 2011 kharec <kharec> 0.190.0-1.mga2
+ Revision: 172197
- update to 0.19

* Thu Jan 20 2011 jquelin <jquelin> 0.180.0-1.mga1
+ Revision: 27141
- mageia rebuild
- imported package perl-Text-ASCIITable