]> git.pld-linux.org Git - packages/perl-XML-CSV.git/blob - perl-XML-CSV.spec
8008b0c81a3cddec0fd987ccc4a587a93241c2a4
[packages/perl-XML-CSV.git] / perl-XML-CSV.spec
1 #
2 # Conditional build:
3 %bcond_without  tests   # do perform "make test"
4 #
5 %include        /usr/lib/rpm/macros.perl
6 %define         pdir    XML
7 %define         pnam    CSV
8 Summary:        XML::CSV - Perl extension converting CSV files to XML
9 Summary(pl.UTF-8):      XML::CSV - rozszerzenie Perla do konwersji plików CSV do XML-a
10 Name:           perl-XML-CSV
11 Version:        0.15
12 Release:        2
13 # same as perl
14 License:        GPL v1+ or Artistic
15 Group:          Development/Languages/Perl
16 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
17 # Source0-md5:  b53561db36721fb1b1965d82b869d3e7
18 BuildRequires:  perl-Text-CSV_XS >= 0.21
19 BuildRequires:  perl-devel >= 1:5.8.0
20 BuildRequires:  rpm-perlprov >= 4.1-13
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Perl module designed for converting CSV files into XML.
26
27 %description -l pl.UTF-8
28 Moduł Perla służący do konwersji plików w formacie CSV do XML-a.
29
30 %prep
31 %setup -q -n %{pdir}-%{pnam}-%{version}
32
33 %build
34 %{__perl} Makefile.PL \
35         INSTALLDIRS=vendor
36 %{__make}
37
38 %{?with_tests:%{__make} test}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc CHANGES README
52 %{perl_vendorlib}/XML/CSV.pm
53 %{_mandir}/man3/*
This page took 0.05689 seconds and 2 git commands to generate.