rpms/perl-Class-CSV/F-7 perl-Class-CSV.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Hugh Malcolm (dmalcolm) fedora-extras-commits at redhat.com
Mon Nov 12 15:28:39 UTC 2007


Author: dmalcolm

Update of /cvs/pkgs/rpms/perl-Class-CSV/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19730/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Class-CSV.spec 
Log Message:
Initial import for f7



--- NEW FILE perl-Class-CSV.spec ---
Name:           perl-Class-CSV
Version:        1.03
Release:        2%{?dist}
Summary:        Class based CSV parser/writer
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Class-CSV/
Source0:        http://www.cpan.org/authors/id/D/DJ/DJR/Class-CSV-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Class::Accessor) >= 0.18
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Text::CSV_XS) >= 0.23
Requires:       perl(Class::Accessor) >= 0.18
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module can be used to create objects from CSV files, or to create CSV
files from objects. Text::CSV_XS is used for parsing and creating CSV file
lines, so any limitations in Text::CSV_XS will of course be inherant in
this module.

%prep
%setup -q -n Class-CSV-%{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 Nov  7 2007 David Malcolm <dmalcolm at redhat.com> - 1.03-2
- drop versioned dependency on perl(Text::CSV_XS) in lieu of autogenerated
one

* Fri Aug 31 2007 David Malcolm <dmalcolm at redhat.com> - 1.03-1
- Specfile autogenerated by cpanspec 1.73.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-CSV/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Nov 2007 20:24:18 -0000	1.1
+++ .cvsignore	12 Nov 2007 15:28:04 -0000	1.2
@@ -0,0 +1 @@
+Class-CSV-1.03.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Class-CSV/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Nov 2007 20:24:18 -0000	1.1
+++ sources	12 Nov 2007 15:28:04 -0000	1.2
@@ -0,0 +1 @@
+35ba525a67e4c06c1e48f897aec2e0b8  Class-CSV-1.03.tar.gz




More information about the fedora-extras-commits mailing list