]> git.pld-linux.org Git - packages/perl-DBD-CSV.git/blob - perl-DBD-CSV.spec
- autoupdated to 0.1027
[packages/perl-DBD-CSV.git] / perl-DBD-CSV.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        DBD-CSV perl module
3 Summary(pl):    Modu³ perla DBD-CSV
4 Name:           perl-DBD-CSV
5 Version:        0.1027
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/DBD/DBD-CSV-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRequires:  perl-DBI
15 BuildRequires:  perl-Text-CSV_XS
16 BuildRequires:  perl-SQL-Statement
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 DBD-CSV - DBI driver for CSV files.
21
22 %description -l pl
23 DBD-CSV - sterownik DBI dla plików CSV.
24
25 %prep
26 %setup -q -n DBD-CSV-%{version}
27
28 %build
29 perl Makefile.PL
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 %{__make} install DESTDIR=$RPM_BUILD_ROOT
36
37 gzip -9nf ChangeLog README
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc *.gz
45 %{perl_sitelib}/Bundle/DBD/CSV.pm
46 %{perl_sitelib}/DBD/CSV.pm
47 %{perl_sitelib}/DBD/File.pm
48 %{_mandir}/man3/*
This page took 0.05305 seconds and 3 git commands to generate.