3.51 bump
This commit is contained in:
parent
1523061e1b
commit
6be6039276
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/Locale-Codes-3.41.tar.gz
|
||||
/Locale-Codes-3.42.tar.gz
|
||||
/Locale-Codes-3.50.tar.gz
|
||||
/Locale-Codes-3.51.tar.gz
|
||||
|
||||
@ -1,18 +1,16 @@
|
||||
Name: perl-Locale-Codes
|
||||
Version: 3.50
|
||||
Version: 3.51
|
||||
Release: 1%{?dist}
|
||||
Summary: Distribution of modules to handle locale codes
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Locale-Codes/
|
||||
Source0: http://www.cpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: make
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
# Run-time:
|
||||
@ -44,12 +42,11 @@ including languages, countries, currency, etc.
|
||||
chmod -x examples/*
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
@ -62,6 +59,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 10 2017 Petr Pisar <ppisar@redhat.com> - 3.51-1
|
||||
- 3.51 bump
|
||||
|
||||
* Thu Mar 02 2017 Petr Pisar <ppisar@redhat.com> - 3.50-1
|
||||
- 3.50 bump
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Locale-Codes-3.50.tar.gz) = b7c9cf9945f251044f095ccf87ae01e3e7abf15a49298d944783921743e71481c64c1faf79bc14fc29552b7f362e74168305bdfbe91636d72957f06942ee351c
|
||||
SHA512 (Locale-Codes-3.51.tar.gz) = 03d8538333ade67c0aa5648b65d5e1c8d0ec41d7640c0dd00818cc8b2bbcfddb48ba8d6edbb82843abfc9ebb265c478d3dda801624ac45bd1c360c766ab07baa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user