rpms/perl-Text-Table/devel perl-Text-Table.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Feb 20 06:50:28 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Text-Table/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11009

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-Table.spec 
Log Message:
* Fri Feb 20 2009 Marcela Mašláňová <mmaslano at redhat.com> 1.114-1
- Specfile autogenerated by cpanspec 1.78.



--- NEW FILE perl-Text-Table.spec ---
Name:           perl-Text-Table
Version:        1.114
Release:        1%{?dist}
Summary:        Organize Data in Tables
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-Table/
Source0:        http://www.cpan.org/authors/id/A/AN/ANNO/Text-Table-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Text::Aligner) >= 0.01
Requires:       perl(Text::Aligner) >= 0.01
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Organization of data in table form is a time-honored and useful method of
data representation. While columns of data are trivially generated by
computer through formatted output, even simple tasks like keeping titles
aligned with the data columns are not trivial, and the one-shot solutions
one comes up with tend to be particularly hard to maintain. Text::Table
allows you to create and maintain tables that adapt to alignment
requirements as you use them.

%prep
%setup -q -n Text-Table-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Feb 20 2009 Marcela Mašláňová <mmaslano at redhat.com> 1.114-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Table/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Aug 2008 21:06:16 -0000	1.1
+++ .cvsignore	20 Feb 2009 06:49:57 -0000	1.2
@@ -0,0 +1 @@
+Text-Table-1.114.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-Table/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Aug 2008 21:06:16 -0000	1.1
+++ sources	20 Feb 2009 06:49:57 -0000	1.2
@@ -0,0 +1 @@
+ae0d69a743bc52a169dea6a07c301e06  Text-Table-1.114.tar.gz




More information about the Fedora-perl-devel-list mailing list