]> git.pld-linux.org Git - packages/perl-Number-Compare.git/blame - perl-Number-Compare.spec
- generic URL
[packages/perl-Number-Compare.git] / perl-Number-Compare.spec
CommitLineData
9fbc0eb6 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
fa211eab 5%include /usr/lib/rpm/macros.perl
1f24844f 6%define pdir Number
7%define pnam Compare
fa211eab 8Summary: Number::Compare - numeric comparisons
fb4102c1 9Summary(pl.UTF-8): Number::Compare - porównywanie liczb
fa211eab 10Name: perl-Number-Compare
11Version: 0.01
d332d94d 12Release: 4
9fbc0eb6 13# same as perl
14License: GPL v1+ or Artistic
fa211eab 15Group: Development/Languages/Perl
b566fe2b 16Source0: http://www.cpan.org/modules/by-module/Number/%{pdir}-%{pnam}-%{version}.tar.gz
07c76765 17# Source0-md5: 519a4434e35033e9bd034d27cd2fd299
b566fe2b 18URL: http://search.cpan.org/dist/Number-Compare/
bc7b406a 19BuildRequires: perl-devel >= 1:5.8.0
251fbdb3 20BuildRequires: rpm-perlprov >= 4.1-13
fa211eab 21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25Number::Compare compiles a simple comparison to an anonymous
26subroutine, which you can call with a value to be tested again.
27
a0672ed5
JR
28%description -l pl.UTF-8
29Number::Compare kompiluje proste porównanie do anonimowej biblioteki,
30którą można wywołać ponownie dla porównywanej wartości.
fa211eab 31
32%prep
33%setup -q -n %{pdir}-%{pnam}-%{version}
34
35%build
251fbdb3 36%{__perl} Makefile.PL \
6926b5ec 37 INSTALLDIRS=vendor
fa211eab 38%{__make}
39
9fbc0eb6 40%{?with_tests:%{__make} test}
41
fa211eab 42%install
43rm -rf $RPM_BUILD_ROOT
44
9fbc0eb6 45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
fa211eab 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
53%doc Changes
251fbdb3 54%{perl_vendorlib}/Number/Compare.pm
fa211eab 55%{_mandir}/man3/*
This page took 0.065033 seconds and 4 git commands to generate.