]> git.pld-linux.org Git - packages/perl-Number-Compare.git/blame - perl-Number-Compare.spec
- drop obsolete and outdated manual inclusion of rpm macros
[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#
1f24844f 5%define pdir Number
6%define pnam Compare
fa211eab 7Summary: Number::Compare - numeric comparisons
fb4102c1 8Summary(pl.UTF-8): Number::Compare - porównywanie liczb
fa211eab 9Name: perl-Number-Compare
d24d74d4 10Version: 0.03
11Release: 1
9fbc0eb6 12# same as perl
13License: GPL v1+ or Artistic
fa211eab 14Group: Development/Languages/Perl
b566fe2b 15Source0: http://www.cpan.org/modules/by-module/Number/%{pdir}-%{pnam}-%{version}.tar.gz
d24d74d4 16# Source0-md5: ded4085a8fc96328742785574ca65208
b566fe2b 17URL: http://search.cpan.org/dist/Number-Compare/
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.102396 seconds and 4 git commands to generate.