2015-04-17 12:02:31 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Number-Phone
|
|
|
|
#
|
2024-08-25 18:18:38 +00:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2015-04-17 12:02:31 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-09-26 07:36:29 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-04-17 12:02:31 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2021-02-06 13:51:44 +00:00
|
|
|
%define cpan_name Number-Phone
|
2015-04-17 12:02:31 +00:00
|
|
|
Name: perl-Number-Phone
|
2024-08-25 18:18:38 +00:00
|
|
|
Version: 3.900.200
|
2015-04-17 12:02:31 +00:00
|
|
|
Release: 0
|
2024-08-25 18:18:38 +00:00
|
|
|
# 3.9002 -> normalize -> 3.900.200
|
|
|
|
%define cpan_version 3.9002
|
2023-03-10 10:44:53 +00:00
|
|
|
#Upstream: SUSE-Public-Domain
|
2020-05-07 16:04:09 +00:00
|
|
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
2022-04-25 09:15:47 +00:00
|
|
|
Summary: Base class for Number::Phone::* modules
|
2020-05-07 16:04:09 +00:00
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
2024-08-25 18:18:38 +00:00
|
|
|
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{cpan_version}.tar.gz
|
2015-06-22 06:03:37 +00:00
|
|
|
Source1: cpanspec.yml
|
2025-08-12 18:16:12 +02:00
|
|
|
Source100: README.md
|
2015-04-17 12:02:31 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(DBM::Deep) >= 2.0008
|
2021-06-15 09:10:30 +00:00
|
|
|
BuildRequires: perl(Data::Dumper::Concise)
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
BuildRequires: perl(Devel::CheckOS) >= 1.83
|
2023-03-10 10:44:53 +00:00
|
|
|
BuildRequires: perl(Devel::Deprecations::Environmental) >= 1.101
|
2021-09-27 15:58:42 +00:00
|
|
|
BuildRequires: perl(Devel::Hide)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
BuildRequires: perl(File::Find::Rule)
|
2018-09-26 07:36:29 +00:00
|
|
|
BuildRequires: perl(File::ShareDir) >= 1.104
|
|
|
|
BuildRequires: perl(File::ShareDir::Install) >= 0.11
|
2024-08-25 18:18:38 +00:00
|
|
|
BuildRequires: perl(Parallel::ForkManager) >= 0.7.6
|
2018-09-26 07:36:29 +00:00
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.48
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
BuildRequires: perl(Test::Differences) >= 0.62
|
2015-11-14 10:55:50 +00:00
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
2023-03-10 10:44:53 +00:00
|
|
|
BuildRequires: perl(Test::Warnings) >= 0.031
|
2015-04-17 12:02:31 +00:00
|
|
|
Requires: perl(DBM::Deep) >= 2.0008
|
2021-06-15 09:10:30 +00:00
|
|
|
Requires: perl(Data::Dumper::Concise)
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
Requires: perl(Devel::CheckOS) >= 1.83
|
2023-03-10 10:44:53 +00:00
|
|
|
Requires: perl(Devel::Deprecations::Environmental) >= 1.101
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
Requires: perl(File::Find::Rule)
|
2018-09-26 07:36:29 +00:00
|
|
|
Requires: perl(File::ShareDir) >= 1.104
|
|
|
|
Requires: perl(Scalar::Util) >= 1.48
|
2024-08-25 18:18:38 +00:00
|
|
|
Provides: perl(Number::Phone) = %{version}
|
|
|
|
Provides: perl(Number::Phone::Country) = 1.970.0
|
|
|
|
Provides: perl(Number::Phone::Country::Data) = 2.202.306.132.203.460
|
|
|
|
Provides: perl(Number::Phone::Data)
|
|
|
|
Provides: perl(Number::Phone::Formatter) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::Formatter::National) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::Formatter::NationallyPreferredIntl) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::Formatter::Raw)
|
|
|
|
Provides: perl(Number::Phone::Lib) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::NANP) = 1.700.100
|
|
|
|
Provides: perl(Number::Phone::NANP::AG) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::AI) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::AS) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::BB) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::BM) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::BS) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::CA) = 1.100.100
|
|
|
|
Provides: perl(Number::Phone::NANP::DM) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::DO) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::Data) = 1.202.306.141.743.60
|
|
|
|
Provides: perl(Number::Phone::NANP::GD) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::GU) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::JM) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::KN) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::KY) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::LC) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::MP) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::MS) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::PR) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::SX) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::NANP::TC) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::TT) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::US) = 1.100.100
|
|
|
|
Provides: perl(Number::Phone::NANP::VC) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::VG) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::NANP::VI) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry) = 1.500.100
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AC) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AD) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AE) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AF) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AG) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AI) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AL) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AM) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AO) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AR) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AS) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AT) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AU) = 1.202.306.141.744.0
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AW) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AX) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::AZ) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BA) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BB) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BD) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BE) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BF) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BG) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BH) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BI) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BJ) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BL) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BM) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BN) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BO) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BQ) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BR) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BS) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BT) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BW) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BY) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::BZ) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CA) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CC) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CD) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CF) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CG) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CH) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CI) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CK) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CL) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CM) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CN) = 1.202.306.141.744.10
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CO) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CR) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CU) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CV) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CW) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CX) = 1.202.306.141.744.20
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CY) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::CZ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DJ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DK) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DO) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::DZ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::EC) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::EE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::EG) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::EH) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ER) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ES) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ET) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FI) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FJ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FK) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FO) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::FR) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GA) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GB) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GD) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GF) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GG) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GH) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GI) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GL) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GMSS) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GMSS::Globalstar)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GMSS::ICO)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GMSS::Iridium)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GN) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GP) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GQ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GR) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GT) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GU) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GW) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::GY) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::HK) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::HN) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::HR) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::HT) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::HU) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ID) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IL) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IN) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IO) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IQ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IR) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IS) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::IT) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::Inmarsat) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalFreephone) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882::Telespazio)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks882::Thuraya)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883::MTTGlobalNetworks)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalNetworks883::Mobistar)
|
|
|
|
Provides: perl(Number::Phone::StubCountry::InternationalPremiumRate) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::JE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::JM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::JO) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::JP) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KE) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KG) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KH) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KI) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KM) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KN) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KP) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KR) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KW) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KY) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::KZ) = 1.202.306.141.744.30
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LB) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LI) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LK) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LS) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LT) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LU) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LV) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::LY) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MD) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ME) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MF) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MH) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MK) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ML) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MM) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MN) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MO) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MP) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MQ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MS) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MT) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MU) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MV) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MW) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MX) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MY) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::MZ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NE) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NF) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NI) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NL) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NO) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NP) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NU) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::NZ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::OM) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PE) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PF) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PH) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PK) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PL) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PM) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PS) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PT) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PW) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::PY) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::QA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::RE) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::RO) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::RS) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::RU) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::RW) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SB) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SD) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SE) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SH) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SI) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SJ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SK) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SL) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SM) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SN) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SO) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SS) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ST) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SV) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SX) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SY) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SZ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::SharedCostServices) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TD) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TH) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TJ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TK) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TL) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TM) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TN) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TO) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TR) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TT) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TV) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TW) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TZ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::TelecomsForDisasterRelief) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::UA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::UG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::US) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::UY) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::UZ) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::UniversalPersonalTelecoms) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VA) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VC) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VE) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VG) = 1.202.306.141.744.40
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VI) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VN) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::VU) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::WF) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::WS) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::XK) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::YE) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::YT) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ZA) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ZM) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::StubCountry::ZW) = 1.202.306.141.744.50
|
|
|
|
Provides: perl(Number::Phone::UK) = 1.710.0
|
|
|
|
Provides: perl(Number::Phone::UK::Data) = 2.0.100
|
|
|
|
Provides: perl(Number::Phone::UK::Exchanges) = 1.200.608.231.213.340
|
|
|
|
Provides: perl(Number::Phone::UK::GG) = 1.100.0
|
|
|
|
Provides: perl(Number::Phone::UK::IM) = 1.0.0
|
|
|
|
Provides: perl(Number::Phone::UK::JE) = 1.100.0
|
|
|
|
%undefine __perllib_provides
|
2015-04-17 12:02:31 +00:00
|
|
|
%{perl_requires}
|
|
|
|
|
|
|
|
%description
|
|
|
|
base class for Number::Phone::* modules
|
|
|
|
|
|
|
|
%prep
|
2024-08-25 18:18:38 +00:00
|
|
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
2015-04-17 12:02:31 +00:00
|
|
|
|
|
|
|
%build
|
2018-12-06 16:14:57 +00:00
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
2021-02-06 13:51:44 +00:00
|
|
|
%make_build
|
2015-04-17 12:02:31 +00:00
|
|
|
|
|
|
|
%check
|
2018-12-06 16:14:57 +00:00
|
|
|
make test
|
2015-04-17 12:02:31 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%perl_make_install
|
|
|
|
%perl_process_packlist
|
|
|
|
%perl_gen_filelist
|
|
|
|
|
|
|
|
%files -f %{name}.files
|
Accepting request 854506 from devel:languages:perl:autoupdate
- updated to 3.7000
see /usr/share/doc/packages/perl-Number-Phone/CHANGELOG
2020-12-04 3.7000 Bugfixes in dial_to for stubs and unallocated UK numbers;
Windows doesn't properly support fork() so skip the tests for it;
Minor documentation clarification re constructor;
Stub classes shrunk by de-duping areanames;
Kosovo appears to have fully switched to using its own country code;
Option to build --without_uk and save disk space
(see https://github.com/DrHyde/perl-modules-Number-Phone/issues/95);
Correctly identify UK 04, 05[01234789], and 06 numbers as invalid,
instead of valid but unallocated (fix arising from
https://github.com/DrHyde/perl-modules-Number-Phone/issues/98);
Use data from a tagged release of libphonenumber instead of whatever
is in master, so builds are more reproducible, and expose that
tag in libphonenumber_tag method;
Expose OFCOM, CNAC, NPA and localcallingguide.com data update
date/time in N::P::{UK,NANP::CA,NANP::US,NANP}->data_source;
Data updates
OBS-URL: https://build.opensuse.org/request/show/854506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Number-Phone?expand=0&rev=30
2020-12-11 07:07:52 +00:00
|
|
|
%doc Apache-2.0.txt CHANGELOG NOTES README.md TODO
|
|
|
|
%license ARTISTIC.txt GPL2.txt
|
2015-04-17 12:02:31 +00:00
|
|
|
|
|
|
|
%changelog
|