rpms/perl-Text-CSV-Separator/EL-5 import.log, NONE, 1.1 perl-Text-CSV-Separator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Lubomir Rintel (lkundrak) fedora-extras-commits at redhat.com
Wed Jul 23 06:55:00 UTC 2008


Author: lkundrak

Update of /cvs/pkgs/rpms/perl-Text-CSV-Separator/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16350/EL-5

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


--- NEW FILE import.log ---
perl-Text-CSV-Separator-0_19-1_el5:EL-5:perl-Text-CSV-Separator-0.19-1.el5.src.rpm:1216796015


--- NEW FILE perl-Text-CSV-Separator.spec ---
Name:           perl-Text-CSV-Separator
Version:        0.19
Release:        1%{?dist}
Summary:        Determine the field separator of a CSV file
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Text-CSV-Separator/
Source0:        http://www.cpan.org/authors/id/E/EN/ENELL/Text-CSV-Separator-%{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
This module provides a fast detection of the field separator character
(also called field delimiter) of a CSV file, or more generally, of a
character separated text file (also called delimited text file), and
returns it ready to use in a CSV parser (e.g., Text::CSV_XS, Tie::CSV_File,
or Text::CSV::Simple).


%prep
%setup -q -n Text-CSV-Separator-%{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
* Wed Jul 02 2008 Lubomir Rintel (Good Data) <lubo.rintel at gooddata.com> 0.19-1
- Specfile autogenerated by cpanspec 1.75.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV-Separator/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 Jul 2008 03:06:35 -0000	1.1
+++ .cvsignore	23 Jul 2008 06:54:15 -0000	1.2
@@ -0,0 +1 @@
+Text-CSV-Separator-0.19.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Text-CSV-Separator/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 Jul 2008 03:06:35 -0000	1.1
+++ sources	23 Jul 2008 06:54:15 -0000	1.2
@@ -0,0 +1 @@
+94b9f58042747b8b7cdfe52feffdd22b  Text-CSV-Separator-0.19.tar.gz




More information about the fedora-extras-commits mailing list