]> git.pld-linux.org Git - packages/perl-Number-Compare.git/blame - perl-Number-Compare.spec
- macros for perl autodeps
[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
21599fb3 17URL: https://metacpan.org/release/Number-Compare
bc7b406a 18BuildRequires: perl-devel >= 1:5.8.0
251fbdb3 19BuildRequires: rpm-perlprov >= 4.1-13
21599fb3 20BuildRequires: rpmbuild(macros) >= 1.745
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.090425 seconds and 4 git commands to generate.