Blame SPECS/perl-Locale-Codes.spec

694bfc
%{?scl:%scl_package perl-Locale-Codes}
694bfc
694bfc
Name:           %{?scl_prefix}perl-Locale-Codes
694bfc
Version:        3.55
694bfc
Release:        3%{?dist}
694bfc
Summary:        Distribution of modules to handle locale codes
694bfc
License:        GPL+ or Artistic
694bfc
URL:            http://search.cpan.org/dist/Locale-Codes/
694bfc
Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz
694bfc
BuildArch:      noarch
694bfc
BuildRequires:  coreutils
694bfc
BuildRequires:  make
694bfc
BuildRequires:  %{?scl_prefix}perl-generators
694bfc
BuildRequires:  %{?scl_prefix}perl-interpreter
694bfc
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
694bfc
BuildRequires:  %{?scl_prefix}perl(strict)
694bfc
BuildRequires:  %{?scl_prefix}perl(warnings)
694bfc
# Run-time:
694bfc
BuildRequires:  %{?scl_prefix}perl(:VERSION) >= 5.6
694bfc
BuildRequires:  %{?scl_prefix}perl(Carp)
694bfc
BuildRequires:  %{?scl_prefix}perl(constant)
694bfc
# deprecate not used on perl < 5.27.7
694bfc
BuildRequires:  %{?scl_prefix}perl(Exporter)
694bfc
BuildRequires:  %{?scl_prefix}perl(if)
694bfc
BuildRequires:  %{?scl_prefix}perl(utf8)
694bfc
# Tests:
694bfc
BuildRequires:  %{?scl_prefix}perl(Storable)
694bfc
BuildRequires:  %{?scl_prefix}perl(Test::More)
694bfc
# Optional tests:
694bfc
# File::Basename not used
694bfc
# Test::Pod 1.00 not used
694bfc
# Test::Pod::Coverage 1.00 not used
694bfc
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
694bfc
# deprecate not used on perl < 5.27.7
694bfc
694bfc
# Filter dependencies on private modules, they are not provided. Generator:
694bfc
# for F in $(find lib -type f); do perl -e '$/ = undef; $_ = <>; if (/^package #\R([\w:]*);/m) { print qq{|^%{?scl_prefix}perl\\\\($1\\\\)} }' "$F"; done
694bfc
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^%{?scl_prefix}perl\\(Locale::Codes::Country_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangFam_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::Script_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangExt_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangFam_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::Script_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::Language_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangExt_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::Currency_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangVar_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::Language_Retired\\)|^%{?scl_prefix}perl\\(Locale::Codes::Country_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::LangVar_Codes\\)|^%{?scl_prefix}perl\\(Locale::Codes::Currency_Retired\\)
694bfc
694bfc
%description
694bfc
Locale-Codes is a distribution containing a set of modules. The modules
694bfc
each deal with different types of codes which identify parts of the locale
694bfc
including languages, countries, currency, etc.
694bfc
694bfc
%prep
694bfc
%setup -q -n Locale-Codes-%{version}
694bfc
chmod -x examples/*
694bfc
694bfc
%build
694bfc
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'}
694bfc
694bfc
%install
694bfc
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot}%{?scl:'}
694bfc
%{_fixperms} %{buildroot}/*
694bfc
694bfc
%check
694bfc
%{?scl:scl enable %{scl} '}make test%{?scl:'}
694bfc
694bfc
%files
694bfc
%doc LICENSE
694bfc
%doc Changes examples README README.first
694bfc
%{perl_vendorlib}/*
694bfc
%{_mandir}/man3/*
694bfc
694bfc
%changelog
694bfc
* Mon Dec 18 2017 Petr Pisar <ppisar@redhat.com> - 3.55-3
694bfc
- SCL
694bfc
694bfc
* Mon Dec 18 2017 Petr Pisar <ppisar@redhat.com> - 3.55-2
694bfc
- SCL
694bfc
694bfc
* Mon Nov 20 2017 Petr Pisar <ppisar@redhat.com> - 3.55-1
694bfc
- 3.55 bump
694bfc
694bfc
* Mon Sep 04 2017 Petr Pisar <ppisar@redhat.com> - 3.54-1
694bfc
- 3.54 bump
694bfc
694bfc
* Wed Jul 26 2017 Petr Pisar <ppisar@redhat.com> - 3.53-1
694bfc
- 3.53 bump
694bfc
694bfc
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.52-2
694bfc
- Perl 5.26 re-rebuild of bootstrapped packages
694bfc
694bfc
* Mon Jun 05 2017 Petr Pisar <ppisar@redhat.com> - 3.52-1
694bfc
- 3.52 bump
694bfc
694bfc
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 3.51-2
694bfc
- Perl 5.26 rebuild
694bfc
694bfc
* Mon Apr 10 2017 Petr Pisar <ppisar@redhat.com> - 3.51-1
694bfc
- 3.51 bump
694bfc
694bfc
* Thu Mar 02 2017 Petr Pisar <ppisar@redhat.com> - 3.50-1
694bfc
- 3.50 bump
694bfc
694bfc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.42-2
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
694bfc
694bfc
* Wed Nov 30 2016 Petr Pisar <ppisar@redhat.com> - 3.42-1
694bfc
- 3.42 bump
694bfc
694bfc
* Mon Nov 21 2016 Petr Pisar <ppisar@redhat.com> - 3.41-1
694bfc
- 3.41 bump
694bfc
694bfc
* Mon Sep 05 2016 Petr Pisar <ppisar@redhat.com> - 3.40-1
694bfc
- 3.40 bump
694bfc
694bfc
* Wed Jun 01 2016 Petr Pisar <ppisar@redhat.com> - 3.39-1
694bfc
- 3.39 bump
694bfc
694bfc
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 3.38-2
694bfc
- Perl 5.24 rebuild
694bfc
694bfc
* Thu Mar 03 2016 Petr Pisar <ppisar@redhat.com> - 3.38-1
694bfc
- 3.38 bump
694bfc
694bfc
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.37-2
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
694bfc
694bfc
* Wed Dec 02 2015 Petr Pisar <ppisar@redhat.com> - 3.37-1
694bfc
- 3.37 bump
694bfc
694bfc
* Wed Sep 02 2015 Petr Pisar <ppisar@redhat.com> - 3.36-1
694bfc
- 3.36 bump (Locale::Codes::_delete_code_alias() removed)
694bfc
694bfc
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.35-3
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
694bfc
694bfc
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 3.35-2
694bfc
- Perl 5.22 rebuild
694bfc
694bfc
* Tue Jun 02 2015 Petr Pisar <ppisar@redhat.com> - 3.35-1
694bfc
- 3.35 bump
694bfc
694bfc
* Tue Mar 03 2015 Petr Pisar <ppisar@redhat.com> - 3.34-1
694bfc
- 3.34 bump
694bfc
694bfc
* Fri Dec 05 2014 Petr Pisar <ppisar@redhat.com> - 3.33-1
694bfc
- 3.33 bump
694bfc
694bfc
* Wed Sep 10 2014 Petr Pisar <ppisar@redhat.com> - 3.32-1
694bfc
- 3.32 bump
694bfc
694bfc
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 3.31-3
694bfc
- Perl 5.20 rebuild
694bfc
694bfc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.31-2
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
694bfc
694bfc
* Mon Jun 02 2014 Petr Pisar <ppisar@redhat.com> - 3.31-1
694bfc
- 3.31 bump
694bfc
694bfc
* Wed Mar 05 2014 Petr Pisar <ppisar@redhat.com> - 3.30-1
694bfc
- 3.30 bump
694bfc
694bfc
* Thu Jan 30 2014 Petr Pisar <ppisar@redhat.com> - 3.29-1
694bfc
- 3.29 bump
694bfc
694bfc
* Wed Dec 04 2013 Petr Pisar <ppisar@redhat.com> - 3.28-2
694bfc
- Filter private module Locale::Codes::LangFam_Retired from dependencies
694bfc
694bfc
* Tue Dec 03 2013 Petr Pisar <ppisar@redhat.com> - 3.28-1
694bfc
- 3.28 bump
694bfc
694bfc
* Thu Sep 12 2013 Petr Pisar <ppisar@redhat.com> - 3.27-2
694bfc
- Filter dependencies on private modules
694bfc
694bfc
* Tue Sep 10 2013 Petr Pisar <ppisar@redhat.com> - 3.27-1
694bfc
- 3.27 bump
694bfc
694bfc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.26-3
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
694bfc
694bfc
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 3.26-2
694bfc
- Perl 5.18 rebuild
694bfc
694bfc
* Fri Jun 07 2013 Petr Pisar <ppisar@redhat.com> - 3.26-1
694bfc
- 3.26 bump
694bfc
694bfc
* Fri Mar 01 2013 Petr Pisar <ppisar@redhat.com> - 3.25-1
694bfc
- 3.25 bump
694bfc
694bfc
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.24-2
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
694bfc
694bfc
* Wed Dec 05 2012 Petr Pisar <ppisar@redhat.com> - 3.24-1
694bfc
- 3.24 bump
694bfc
694bfc
* Tue Nov 20 2012 Petr Ĺ abata <contyk@redhat.com> - 3.23-2
694bfc
- Add missing deps
694bfc
- Drop command macros
694bfc
- Modernize spec
694bfc
694bfc
* Tue Sep 04 2012 Petr Pisar <ppisar@redhat.com> - 3.23-1
694bfc
- 3.23 bump
694bfc
694bfc
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22-3
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
694bfc
694bfc
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 3.22-2
694bfc
- Perl 5.16 rebuild
694bfc
694bfc
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 3.22-1
694bfc
- 3.22 bump
694bfc
694bfc
* Mon Jun 04 2012 Petr Pisar <ppisar@redhat.com> - 3.21-2
694bfc
- The POD tests do not run by default anymore
694bfc
- Switch build script from Module::Build to EU::MM
694bfc
694bfc
* Fri Mar 02 2012 Petr Pisar <ppisar@redhat.com> - 3.21-1
694bfc
- 3.21 bump
694bfc
694bfc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-2
694bfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
694bfc
694bfc
* Fri Dec 02 2011 Petr Pisar <ppisar@redhat.com> - 3.20-1
694bfc
- 3.20 bump
694bfc
694bfc
* Thu Sep 01 2011 Petr Pisar <ppisar@redhat.com> - 3.18-1
694bfc
- 3.18 bump
694bfc
694bfc
* Thu Jun 30 2011 Petr Pisar <ppisar@redhat.com> 3.17-1
694bfc
- Specfile autogenerated by cpanspec 1.78.
694bfc
- Remove BuildRoot and defattr