rpms/perl-Text-FormatTable/devel import.log, NONE, 1.1 perl-Text-FormatTable.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Fri Sep 18 06:28:42 UTC 2009


Author: eseyman

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Text-FormatTable.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Text-FormatTable-1_03-1_fc11:HEAD:perl-Text-FormatTable-1.03-1.fc11.src.rpm:1253255353


--- NEW FILE perl-Text-FormatTable.spec ---
Name:           perl-Text-FormatTable
Version:        1.03
Release:        1%{?dist}
Summary:        Format text tables
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-FormatTable/
Source0:        http://www.cpan.org/authors/id/T/TR/TREY/Text-FormatTable-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Text::FormatTable renders simple tables as text. You pass to the
constructor (new) a table format specification similar to LaTeX (e.g.
r|l|5l|R|20L) and you call methods to fill the table data and insert rules.
After the data is filled, you call the render method and the table gets
formatted as text.

%prep
%setup -q -n Text-FormatTable-%{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 README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Sep 15 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.03-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	17 Sep 2009 19:13:16 -0000	1.1
+++ .cvsignore	18 Sep 2009 06:28:42 -0000	1.2
@@ -0,0 +1 @@
+Text-FormatTable-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-FormatTable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	17 Sep 2009 19:13:16 -0000	1.1
+++ sources	18 Sep 2009 06:28:42 -0000	1.2
@@ -0,0 +1 @@
+f97ad335d77095c296f8c672fee08f5b  Text-FormatTable-1.03.tar.gz




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