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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Fri May 4 14:56:42 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Text-SimpleTable/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20225/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-SimpleTable.spec 
Log Message:
initial import



--- NEW FILE perl-Text-SimpleTable.spec ---
Name:           perl-Text-SimpleTable
Version:        0.03
Release:        1%{?dist}
Summary:        Simple Eyecandy ASCII Tables
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-SimpleTable/
Source0:        http://www.cpan.org/authors/id/S/SR/SRI/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))

# Note pod coverage tests fail at the moment, so we disable them for now.

# core
BuildRequires:  perl(Test::More)
# cpan
BuildRequires:  perl(Module::Build)
# testing
#BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

%description
Simple eyecandy ASCII tables, as seen in Catalyst.

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

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

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
#export TEST_POD=1
./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Tue Apr 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.03-1
- Specfile autogenerated by cpanspec 1.70.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 May 2007 01:36:46 -0000	1.1
+++ .cvsignore	4 May 2007 14:56:05 -0000	1.2
@@ -0,0 +1 @@
+Text-SimpleTable-0.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-SimpleTable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 May 2007 01:36:46 -0000	1.1
+++ sources	4 May 2007 14:56:05 -0000	1.2
@@ -0,0 +1 @@
+7eaf266174d4bf2b66f98db28c291b15  Text-SimpleTable-0.03.tar.gz




More information about the fedora-extras-commits mailing list