]> git.pld-linux.org Git - packages/perl-Data-OptList.git/blame - perl-Data-OptList.spec
- updated to 0.110
[packages/perl-Data-OptList.git] / perl-Data-OptList.spec
CommitLineData
c5d2f0ab
MP
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir Data
7%define pnam OptList
8Summary: Data::OptList - parse and validate simple name/value option pairs
cf23d969 9Summary(pl.UTF-8): Data::OptList - analiza i sprawdzanie poprawności prostych par opcji nazwa/wartość
c5d2f0ab 10Name: perl-Data-OptList
be6a154b 11Version: 0.110
c5d2f0ab
MP
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
a622f6c7 16Source0: http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz
be6a154b 17# Source0-md5: f9236c9ea5607134ad8a2b3dc901c4c5
1e9b7fba 18URL: http://search.cpan.org/dist/Data-OptList/
a622f6c7 19BuildRequires: perl-ExtUtils-MakeMaker >= 6.30
c5d2f0ab
MP
20BuildRequires: perl-devel >= 1:5.8.0
21BuildRequires: rpm-perlprov >= 4.1-13
22%if %{with tests}
1e9b7fba 23BuildRequires: perl-Params-Util >= 0.14
be6a154b 24BuildRequires: perl-Scalar-List-Utils
201155eb 25BuildRequires: perl-Sub-Install >= 0.921
a622f6c7 26BuildRequires: perl-Test-Simple >= 0.96
c5d2f0ab
MP
27%endif
28BuildArch: noarch
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%description
1e9b7fba 32Data::OptList simplifies storing name/value pairs.
c5d2f0ab 33
3797e292 34%description -l pl.UTF-8
1e9b7fba 35Data::OptList upraszcza zapisywanie par nazwa/wartość.
c5d2f0ab
MP
36
37%prep
38%setup -q -n %{pdir}-%{pnam}-%{version}
39
40%build
41%{__perl} Makefile.PL \
42 INSTALLDIRS=vendor
43%{__make}
44
45%{?with_tests:%{__make} test}
46
47%install
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 DESTDIR=$RPM_BUILD_ROOT
52
53%clean
54rm -rf $RPM_BUILD_ROOT
55
56%files
57%defattr(644,root,root,755)
58%doc Changes README
201155eb
JB
59%{perl_vendorlib}/Data/OptList.pm
60%{_mandir}/man3/Data::OptList.3pm*
This page took 0.073725 seconds and 4 git commands to generate.