]> git.pld-linux.org Git - packages/perl-Data-OptList.git/blame - perl-Data-OptList.spec
- updated to 0.106
[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
201155eb 11Version: 0.106
c5d2f0ab
MP
12Release: 1
13# same as perl
14License: GPL v1+ or Artistic
15Group: Development/Languages/Perl
201155eb
JB
16Source0: http://www.cpan.org/modules/by-module/Data/RJBS/%{pdir}-%{pnam}-%{version}.tar.gz
17# Source0-md5: d2e2e74540f9a388a7d180849d63d03a
1e9b7fba 18URL: http://search.cpan.org/dist/Data-OptList/
c5d2f0ab
MP
19BuildRequires: perl-devel >= 1:5.8.0
20BuildRequires: rpm-perlprov >= 4.1-13
21%if %{with tests}
1e9b7fba 22BuildRequires: perl-Params-Util >= 0.14
201155eb 23BuildRequires: perl-Sub-Install >= 0.921
c5d2f0ab
MP
24%endif
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28%description
1e9b7fba 29Data::OptList simplifies storing name/value pairs.
c5d2f0ab 30
3797e292 31%description -l pl.UTF-8
1e9b7fba 32Data::OptList upraszcza zapisywanie par nazwa/wartość.
c5d2f0ab
MP
33
34%prep
35%setup -q -n %{pdir}-%{pnam}-%{version}
36
37%build
38%{__perl} Makefile.PL \
39 INSTALLDIRS=vendor
40%{__make}
41
42%{?with_tests:%{__make} test}
43
44%install
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc Changes README
201155eb
JB
56%{perl_vendorlib}/Data/OptList.pm
57%{_mandir}/man3/Data::OptList.3pm*
This page took 0.114469 seconds and 4 git commands to generate.