]> git.pld-linux.org Git - packages/perl-Math-Base36.git/blame - perl-Math-Base36.spec
use generic url
[packages/perl-Math-Base36.git] / perl-Math-Base36.spec
CommitLineData
9de53adb
JB
1#
2# Conditional build:
522f7dc7 3%bcond_without tests # do not perform "make test"
c5236cb4 4
3db0c52f 5%define pdir Math
6%define pnam Base36
c5236cb4 7%include /usr/lib/rpm/macros.perl
9ecdf14c 8Summary: Math::Base36 Perl module - encoding and decoding of base36 strings
b32b5640 9Summary(pl.UTF-8): Moduł Perla Math::Base36 - kodowanie i dekodowanie łańcuchów base36
9de53adb 10Name: perl-Math-Base36
0973f43c 11Version: 0.09
cac9c4ef 12Release: 1
c60f8c88 13# same as perl
14License: GPL v1+ or Artistic
9de53adb 15Group: Development/Languages/Perl
72168d0c 16Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
0973f43c 17# Source0-md5: 3af1a961e45c0e367e78685a518f5dde
c5236cb4 18URL: http://search.cpan.org/dist/Math-Base36/
8cca556b 19BuildRequires: perl-devel >= 1:5.8.0
ab760d65 20BuildRequires: rpm-perlprov >= 4.1-13
9de53adb
JB
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25This module converts to and from Base36 numbers (0..9 - A..Z).
26
cd701640
JR
27%description -l pl.UTF-8
28Ten moduł konwertuje do i z liczb Base36 (w systemie o podstawie 36 -
9de53adb
JB
29z cyframi 0..9,A..Z).
30
31%prep
49ac2ca6 32%setup -q -n %{pdir}-%{pnam}-%{version}
9de53adb
JB
33
34%build
ab760d65 35%{__perl} Makefile.PL \
55392cb9 36 INSTALLDIRS=vendor
9de53adb
JB
37%{__make}
38
522f7dc7 39%{?with_tests:%{__make} test}
9de53adb
JB
40
41%install
42rm -rf $RPM_BUILD_ROOT
43
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
cac9c4ef 52%doc Changes
ab760d65 53%{perl_vendorlib}/Math/Base36.pm
9de53adb 54%{_mandir}/man3/*
This page took 0.079763 seconds and 4 git commands to generate.