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

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Dec 18 05:25:32 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Text-ASCIITable.spec 
Log Message:
auto-import perl-Text-ASCIITable-0.18-1.fc6 on branch devel from perl-Text-ASCIITable-0.18-1.fc6.src.rpm


--- NEW FILE perl-Text-ASCIITable.spec ---
Name:           perl-Text-ASCIITable
Version:        0.18
Release:        1%{?dist}
Summary:        Create a nice formatted table using ASCII characters
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-ASCIITable/
Source0:        http://www.cpan.org/authors/id/L/LU/LUNATIC/Text-ASCIITable-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Module::Build)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%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 Text-ASCIITable-%{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 \;

# fix UTF-8'ness
cd %{buildroot}%{_mandir}/man3/
for i in Text::ASCIITable::Wrap.3pm Text::ASCIITable.3pm ; do
    /usr/bin/iconv -f iso8859-1 -t utf-8 $i > $i.conv && /bin/mv -f $i.conv $i
done

%{_fixperms} %{buildroot}/*

%check
./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Sun Dec 17 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.18-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Dec 2006 05:24:52 -0000	1.1
+++ .cvsignore	18 Dec 2006 05:25:02 -0000	1.2
@@ -0,0 +1 @@
+Text-ASCIITable-0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Text-ASCIITable/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Dec 2006 05:24:52 -0000	1.1
+++ sources	18 Dec 2006 05:25:02 -0000	1.2
@@ -0,0 +1 @@
+25fea1cef17be49a6da1d9b5267fba97  Text-ASCIITable-0.18.tar.gz




More information about the fedora-extras-commits mailing list