rpms/perl-Text-CSV/F-10 import.log, NONE, 1.1 perl-Text-CSV.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Johan Vromans sciurius at fedoraproject.org
Mon Apr 27 09:08:20 UTC 2009


Author: sciurius

Update of /cvs/pkgs/rpms/perl-Text-CSV/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16547/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Text-CSV.spec 
Log Message:
Setup for perl-Text-CSV.



--- NEW FILE import.log ---
perl-Text-CSV-1_10-1_fc11:F-10:perl-Text-CSV-1.10-1.fc11.src.rpm:1240823127


--- NEW FILE perl-Text-CSV.spec ---
Name:		perl-Text-CSV
Version:	1.10
Release:	1%{?dist}
Summary:	Comma-separated values manipulator

Group:		Development/Libraries
License:	GPL+ or Artistic
URL:		http://search.cpan.org/dist/Text-CSV/
Source0:	http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires:	perl(IO::Handle)

BuildArch:	noarch

BuildRequires:	perl(ExtUtils::MakeMaker)

# For test suite
BuildRequires:	perl(Test::More)
BuildRequires:	perl(IO::Handle)

%description
Text::CSV provides facilities for the composition and decomposition of
comma-separated values.  An instance of the Text::CSV class can combine
fields into a CSV string and parse a CSV string into fields.

The module accepts either strings or files as input and can utilize any
user-specified characters as delimiters, separators, and escapes so it is
perhaps better called ASV (anything separated values) rather than just CSV.

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

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

%check
%{__make} test TEST_VERBOSE=1

%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 ';'
%{__chmod} -R u+w %{buildroot}/*

%clean
%{__rm} -rf %{buildroot}

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


%changelog
* Sat Jan 31 2009 Johan Vromans <jvromans at squirrel.nl> 1.10-1
- Initial Fedora RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Apr 2009 16:27:55 -0000	1.1
+++ .cvsignore	27 Apr 2009 09:07:49 -0000	1.2
@@ -0,0 +1 @@
+Text-CSV-1.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Apr 2009 16:27:55 -0000	1.1
+++ sources	27 Apr 2009 09:07:50 -0000	1.2
@@ -0,0 +1 @@
+ea28c3e4d37125b34c68ce2a03e6315a  Text-CSV-1.10.tar.gz




More information about the fedora-extras-commits mailing list