rpms/perl-DBD-CSV/devel perl-DBD-CSV.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Jan 31 13:43:32 UTC 2006


Author: jpo

Update of /cvs/extras/rpms/perl-DBD-CSV/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4944/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DBD-CSV.spec 
Log Message:
auto-import perl-DBD-CSV-0.22-2 on branch devel from perl-DBD-CSV-0.22-2.src.rpm


--- NEW FILE perl-DBD-CSV.spec ---
Name:           perl-DBD-CSV
Version:        0.22
Release:        2%{?dist}
Summary:        DBI driver for CSV files

Group:          Development/Libraries
License:        GPL or Artistic
URL:            http://search.cpan.org/dist/DBD-CSV/
Source0:        http://www.cpan.org/authors/id/J/JZ/JZUCKER/DBD-CSV-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(DBI) >= 1.00
BuildRequires:  perl(DBD::File) >= 0.30
BuildRequires:  perl(SQL::Statement) >= 0.1011
BuildRequires:  perl(Text::CSV_XS) >= 0.16
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
The DBD::CSV module is yet another driver for the DBI (Database
independent interface for Perl). This one is based on the SQL
"engine" SQL::Statement and the abstract DBI driver DBD::File
and implements access to so-called CSV files (Comma separated
values). Such files are mostly used for exporting MS Access and
MS Excel data.


%prep
%setup -q -n DBD-CSV-%{version}
chmod a-x ChangeLog README lib/DBD/*.pm lib/Bundle/DBD/*.pm


%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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*


%check
make test


%clean
rm -rf $RPM_BUILD_ROOT


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


%changelog
* Sat Dec 17 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-2
- Missing build requirement: DBD::File >= 0.30.

* Sun Sep 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-CSV/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Jan 2006 13:42:54 -0000	1.1
+++ .cvsignore	31 Jan 2006 13:43:32 -0000	1.2
@@ -0,0 +1 @@
+DBD-CSV-0.22.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DBD-CSV/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Jan 2006 13:42:54 -0000	1.1
+++ sources	31 Jan 2006 13:43:32 -0000	1.2
@@ -0,0 +1 @@
+365517fb2e0f565b16613eac01046d85  DBD-CSV-0.22.tar.gz




More information about the fedora-extras-commits mailing list