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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed May 16 23:35:50 UTC 2007


Author: cweyl

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

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



--- NEW FILE perl-Text-TabularDisplay.spec ---
Name:           perl-Text-TabularDisplay
Version:        1.22
Release:        2%{?dist}
Summary:        Display text in formatted table output
# see TabularDisplay.pm's header
License:        GPL
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-TabularDisplay/
Source0:        http://www.cpan.org/authors/id/D/DA/DARREN/Text-TabularDisplay-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(ExtUtils::MakeMaker) 
BuildRequires:  perl(Test)
#BuildRequires: perl(IO::File)


%description
Text::TabularDisplay simplifies displaying textual data in a table. The
output is identical to the columnar display of query results in the mysql
text monitor. For example, this data:

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

chmod -c -x t/* examples/*

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

%install
rm -rf %{buildroot}

make pure_install PERL_INSTALL_ROOT=%{buildroot}

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

%{_fixperms} %{buildroot}/*

%check
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Wed May 16 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.22-2
- BR perl(Test), not perl(Test::More)

* Tue May 15 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.22-1
- Specfile autogenerated by cpanspec 1.71.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-TabularDisplay/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 May 2007 20:37:47 -0000	1.1
+++ .cvsignore	16 May 2007 23:35:15 -0000	1.2
@@ -0,0 +1 @@
+Text-TabularDisplay-1.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-TabularDisplay/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 May 2007 20:37:47 -0000	1.1
+++ sources	16 May 2007 23:35:15 -0000	1.2
@@ -0,0 +1 @@
+b97f4041a8b718661be1451b84e75f91  Text-TabularDisplay-1.22.tar.gz




More information about the fedora-extras-commits mailing list