|
|
@ -1,11 +1,12 @@
|
|
|
|
Name: perl-Math-Base36
|
|
|
|
Name: perl-Math-Base36
|
|
|
|
Version: 0.14
|
|
|
|
Version: 0.14
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Encoding and decoding of base36 strings
|
|
|
|
Summary: Encoding and decoding of base36 strings
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/Math-Base36/
|
|
|
|
URL: http://search.cpan.org/dist/Math-Base36/
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Math-Base36-%{version}.tar.gz
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BR/BRICAS/Math-Base36-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch0: Math-Base36-0.14-Fix-building-on-Perl-without-dot-in-INC.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
# Build
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -41,6 +42,7 @@ This module converts to and from Base36 numbers (0..9 - A..Z).
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n Math-Base36-%{version}
|
|
|
|
%setup -q -n Math-Base36-%{version}
|
|
|
|
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
@ -59,6 +61,9 @@ make test
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 17 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.14-6
|
|
|
|
|
|
|
|
- Fix building on Perl without '.' in @INC
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-5
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|