]> git.pld-linux.org Git - packages/perl-Text-CSV_XS.git/blob - perl-Text-CSV_XS.spec
39b75ce59403479e02314ab995e70cf50c1723f0
[packages/perl-Text-CSV_XS.git] / perl-Text-CSV_XS.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define pdir    Text
3 %define pnam    CSV_XS
4 Summary:        Text::CSV_XS perl module
5 Summary(pl):    Modu³ perla Text::CSV_XS
6 Name:           perl-Text-CSV_XS
7 Version:        0.23
8 Release:        4
9 License:        GPL
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 4.1-13
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Text::CSV_XS - comma-separated values manipulation routines.
18
19 %description -l pl
20 Text::CSV_XS umo¿liwia manipulowanie warto¶ciami rozdzielonymi
21 przecinkiem.
22
23 %prep
24 %setup -q -n %{pdir}-%{pnam}-%{version}
25
26 %build
27 %{__perl} Makefile.PL \
28         INSTALLDIRS=vendor 
29 %{__make} OPTIMIZE="%{rpmcflags}"
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 %{__make} install DESTDIR=$RPM_BUILD_ROOT
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc ChangeLog README
42 %{perl_vendorarch}/Text/CSV_XS.pm
43 %dir %{perl_vendorarch}/auto/Text/CSV_XS
44 %{perl_vendorarch}/auto/Text/CSV_XS/CSV_XS.bs
45 %attr(755,root,root) %{perl_vendorarch}/auto/Text/CSV_XS/CSV_XS.so
46 %{_mandir}/man3/*
This page took 0.068941 seconds and 3 git commands to generate.