Subpackage I18N-LangTags

This commit is contained in:
Petr Písař 2019-12-04 14:38:43 +01:00
parent 0982e4bb1d
commit a155f75ed8
2 changed files with 45 additions and 4 deletions

View File

@ -877,6 +877,15 @@ Requires: perl(strict) \
Requires: perl(warnings::register) \ Requires: perl(warnings::register) \
Provides: perl(I18N::Collate) = 1.02 \ Provides: perl(I18N::Collate) = 1.02 \
%{nil} %{nil}
%global gendep_perl_I18N_LangTags \
Requires: perl(:VERSION) >= 5.0.0 \
Requires: perl(Exporter) \
Requires: perl(I18N::LangTags) \
Requires: perl(strict) \
Provides: perl(I18N::LangTags) = 0.43 \
Provides: perl(I18N::LangTags::Detect) = 1.07 \
Provides: perl(I18N::LangTags::List) = 0.40 \
%{ni}
%global gendep_perl_JSON_PP \ %global gendep_perl_JSON_PP \
Requires: perl(:VERSION) >= 5.5.0 \ Requires: perl(:VERSION) >= 5.5.0 \
Requires: perl(Carp) \ Requires: perl(Carp) \
@ -1876,9 +1885,6 @@ Provides: perl(GDBM_File) = 1.18 \
Provides: perl(Getopt::Std) = 1.12 \ Provides: perl(Getopt::Std) = 1.12 \
Provides: perl(Hash::Util) = 0.22 \ Provides: perl(Hash::Util) = 0.22 \
Provides: perl(Hash::Util::FieldHash) = 1.20 \ Provides: perl(Hash::Util::FieldHash) = 1.20 \
Provides: perl(I18N::LangTags) = 0.43 \
Provides: perl(I18N::LangTags::Detect) = 1.07 \
Provides: perl(I18N::LangTags::List) = 0.40 \
Provides: perl(I18N::Langinfo) = 0.18 \ Provides: perl(I18N::Langinfo) = 0.18 \
Provides: perl(IPC::Open2) = 1.04 \ Provides: perl(IPC::Open2) = 1.04 \
Provides: perl(IPC::Open3) = 1.20 \ Provides: perl(IPC::Open3) = 1.20 \

View File

@ -390,7 +390,7 @@ Requires: perl-Filter, perl-Filter-Simple,
Requires: perl-Getopt-Long, Requires: perl-Getopt-Long,
Requires: perl-HTTP-Tiny, Requires: perl-HTTP-Tiny,
Requires: perl-if, perl-IO, perl-IO-Compress, perl-IO-Socket-IP, Requires: perl-if, perl-IO, perl-IO-Compress, perl-IO-Socket-IP,
Requires: perl-I18N-Collate, Requires: perl-I18N-Collate, perl-I18N-LangTags,
Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-IPC-SysV, Requires: perl-IO-Zlib, perl-IPC-Cmd, perl-IPC-SysV,
Requires: perl-JSON-PP, Requires: perl-JSON-PP,
Requires: perl-libnet, perl-libnetcfg, Requires: perl-libnet, perl-libnetcfg,
@ -1891,6 +1891,26 @@ This module provides you with objects that will collate according to your
national character set. This module is deprecated. See the perllocale manual national character set. This module is deprecated. See the perllocale manual
page for further information. page for further information.
%package I18N-LangTags
Summary: Functions for dealing with RFC 3066 language tags
License: GPL+ or Artistic
Epoch: 0
Version: 0.43
Requires: %perl_compat
Requires: perl(integer)
Requires: perl(warnings)
%if %{defined perl_bootstrap}
%gendep_perl_I18N_LangTags
%endif
BuildArch: noarch
Conflicts: perl-interpreter < 4:5.30.1-451
%description I18N-LangTags
Language tags are a formalism, described in RFC 3066, for declaring what
language form (language and possibly dialect) a given chunk of information is
in. This library provides functions for common tasks involving language tags
as they are needed in a variety of protocols and applications.
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%package HTTP-Tiny %package HTTP-Tiny
Summary: A small, simple, correct HTTP/1.1 client Summary: A small, simple, correct HTTP/1.1 client
@ -4012,6 +4032,13 @@ popd
%exclude %{privlib}/I18N/Collate.pm %exclude %{privlib}/I18N/Collate.pm
%exclude %{_mandir}/man3/I18N::Collate.* %exclude %{_mandir}/man3/I18N::Collate.*
# I18N-LangTags
%exclude %dir %{privlib}/I18N
%exclude %{privlib}/I18N/LangTags
%exclude %{privlib}/I18N/LangTags.pm
%exclude %{_mandir}/man3/I18N::LangTags.*
%exclude %{_mandir}/man3/I18N::LangTags::*
# JSON-PP # JSON-PP
%exclude %{_bindir}/json_pp %exclude %{_bindir}/json_pp
%exclude %dir %{privlib}/JSON %exclude %dir %{privlib}/JSON
@ -5034,6 +5061,13 @@ popd
%{privlib}/I18N/Collate.pm %{privlib}/I18N/Collate.pm
%{_mandir}/man3/I18N::Collate.* %{_mandir}/man3/I18N::Collate.*
%files I18N-LangTags
%dir %{privlib}/I18N
%{privlib}/I18N/LangTags
%{privlib}/I18N/LangTags.pm
%{_mandir}/man3/I18N::LangTags.*
%{_mandir}/man3/I18N::LangTags::*
%if %{dual_life} || %{rebuild_from_scratch} %if %{dual_life} || %{rebuild_from_scratch}
%files JSON-PP %files JSON-PP
%{_bindir}/json_pp %{_bindir}/json_pp
@ -5541,6 +5575,7 @@ popd
- Subpackage encoding-warnings - Subpackage encoding-warnings
- Subpackage if - Subpackage if
- Subpackage I18N-Collate - Subpackage I18N-Collate
- Subpackage I18N-LangTags
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450 * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4:5.30.1-450
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild