]> git.pld-linux.org Git - packages/perl-Data-OptList.git/blame - perl-Data-OptList.spec
- updated to 0.114
[packages/perl-Data-OptList.git] / perl-Data-OptList.spec
CommitLineData
c5d2f0ab
MP
1#
2# Conditional build:
122b831d 3%bcond_without tests # unit tests
c5d2f0ab 4#
c5d2f0ab
MP
5%define pdir Data
6%define pnam OptList
7Summary: Data::OptList - parse and validate simple name/value option pairs
cf23d969 8Summary(pl.UTF-8): Data::OptList - analiza i sprawdzanie poprawności prostych par opcji nazwa/wartość
c5d2f0ab 9Name: perl-Data-OptList
122b831d 10Version: 0.114
c5d2f0ab
MP
11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
a622f6c7 15Source0: http://www.cpan.org/modules/by-module/Data/%{pdir}-%{pnam}-%{version}.tar.gz
122b831d 16# Source0-md5: d63ec5d446eff1aaa5ba92bc13a52b77
a1596f48 17URL: https://metacpan.org/release/Data-OptList
122b831d
JB
18BuildRequires: perl-ExtUtils-MakeMaker >= 6.78
19BuildRequires: perl-devel >= 1:5.12.0
c5d2f0ab 20BuildRequires: rpm-perlprov >= 4.1-13
a1596f48 21BuildRequires: rpmbuild(macros) >= 1.745
c5d2f0ab 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.09937 seconds and 4 git commands to generate.