]> git.pld-linux.org Git - packages/perl-Number-Compare.git/blame - perl-Number-Compare.spec
- release 4
[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
16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
07c76765 17# Source0-md5: 519a4434e35033e9bd034d27cd2fd299
bc7b406a 18BuildRequires: perl-devel >= 1:5.8.0
251fbdb3 19BuildRequires: rpm-perlprov >= 4.1-13
fa211eab 20BuildArch: noarch
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Number::Compare compiles a simple comparison to an anonymous
25subroutine, which you can call with a value to be tested again.
26
a0672ed5
JR
27%description -l pl.UTF-8
28Number::Compare kompiluje proste porównanie do anonimowej biblioteki,
29którą można wywołać ponownie dla porównywanej wartości.
fa211eab 30
31%prep
32%setup -q -n %{pdir}-%{pnam}-%{version}
33
34%build
251fbdb3 35%{__perl} Makefile.PL \
6926b5ec 36 INSTALLDIRS=vendor
fa211eab 37%{__make}
38
9fbc0eb6 39%{?with_tests:%{__make} test}
40
fa211eab 41%install
42rm -rf $RPM_BUILD_ROOT
43
9fbc0eb6 44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
fa211eab 46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc Changes
251fbdb3 53%{perl_vendorlib}/Number/Compare.pm
fa211eab 54%{_mandir}/man3/*
This page took 0.049786 seconds and 4 git commands to generate.