Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
96c32c45b2
!10 [sync] PR-8: define mod_name to opitomize the specfile
From: @openeuler-sync-bot 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-24 09:16:54 +00:00
xujing
ea1b7336b3 define mod_name to opitomize the specfile
(cherry picked from commit bb71461d37a7da1dac59eb198aaa5cbfa74356f2)
2022-10-24 16:31:09 +08:00
xujing
d8544ca43f update release
(cherry picked from commit 3bbea3080bba4de298a017f8ec9f9589a43cd86e)
2022-10-24 16:31:09 +08:00
openeuler-ci-bot
710d0e9e8c !7 [sync] PR-6: upgrade version to 3.68
Merge pull request !7 from openeuler-sync-bot/sync-pr6-master-to-openEuler-22.03-LTS-Next
2021-12-27 08:02:56 +00:00
weiwei_tiantian
1f33dfab79 upgrade version to 3.68
(cherry picked from commit dcb7a0dacf378a5fab60d992bea5879b25c79bcc)
2021-12-27 10:13:35 +08:00
openeuler-ci-bot
f3f76df32f !5 upgrade version to 3.66
From: @xinyingchao
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-02-02 23:30:37 +08:00
renmingshuai
5f7dc14ca2 upgrade version to 3.66 2021-01-29 14:58:49 +08:00
openeuler-ci-bot
f8ead2ce3c !3 update to 3.64
Merge pull request !3 from 桐小哥/master
2020-08-03 18:38:40 +08:00
sxt1001
278067f34f update to 3.64 2020-07-31 17:30:21 +08:00
openeuler-ci-bot
22ba49efe5 !1 add yaml file in package
Merge pull request !1 from 吴超超/master
2020-06-29 09:42:23 +08:00
19909236985
fdd5bee2ff add yaml file in package 2020-06-13 17:29:08 +08:00
4 changed files with 329 additions and 8 deletions

Binary file not shown.

BIN
Locale-Codes-3.68.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,16 @@
Name: perl-Locale-Codes
Version: 3.58
Release: 2
%define mod_name Locale-Codes
Name: perl-%{mod_name}
Version: 3.68
Release: 2
Summary: A distribution of modules to handle locale codes
License: GPL+ or Artistic
URL: https://metacpan.org/release/Locale-Codes
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-%{version}.tar.gz
URL: https://metacpan.org/release/%{mod_name}
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{mod_name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires:coreutils findutils perl-generators perl-interpreter perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More)
BuildRequires:coreutils findutils perl-generators perl-interpreter
BuildRequires:perl(Test::Inter) perl(ExtUtils::MakeMaker) >= 6.76 perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@ -18,7 +20,7 @@ work with sets of codes which uniquely identify something.
%package_help
%prep
%autosetup -n Locale-Codes-%{version} -p1
%autosetup -n %{mod_name}-%{version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
@ -51,5 +53,17 @@ make test
%{_mandir}/*/*
%changelog
* Thu Oct 20 2022 xujing <xujing99@huawei.com> - 3.68-2
- define mod_name to opitomize the specfile
* Sat Dec 25 2021 tianwei <tianwei12@huawei.com> - 3.68-1
- upgrade version to 3.68
* Fri Jan 29 2021 yuanxin <yuanxin24@huawei.com> - 3.66-1
- upgrade version to 3.66
* Wed Jul 29 2020 shixuantong <shixuantong@huawei.com> - 3.64-1
- update to 3.64-1
* Wed Sep 11 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.58-2
- Package init

307
perl-Locale-Codes.yaml Normal file
View File

@ -0,0 +1,307 @@
---
version_control: metacpan
src_repo: Locale-Codes
tag_prefix: "^v"
seperator: "."
last_query:
time_stamp: 2020-04-26 07:40:15.827999970 +00:00
raw_data: |
{
"version_numified" : 3.63,
"provides" : [
"Locale::Codes",
"Locale::Codes::Constants",
"Locale::Codes::Country",
"Locale::Codes::Country_Codes",
"Locale::Codes::Country_Retired",
"Locale::Codes::Currency",
"Locale::Codes::Currency_Codes",
"Locale::Codes::Currency_Retired",
"Locale::Codes::LangExt",
"Locale::Codes::LangExt_Codes",
"Locale::Codes::LangExt_Retired",
"Locale::Codes::LangFam",
"Locale::Codes::LangFam_Codes",
"Locale::Codes::LangFam_Retired",
"Locale::Codes::LangVar",
"Locale::Codes::LangVar_Codes",
"Locale::Codes::LangVar_Retired",
"Locale::Codes::Language",
"Locale::Codes::Language_Codes",
"Locale::Codes::Language_Retired",
"Locale::Codes::Script",
"Locale::Codes::Script_Codes",
"Locale::Codes::Script_Retired",
"Locale::Country",
"Locale::Currency",
"Locale::Language",
"Locale::Script"
],
"id" : "I_eT1XYm70g3v0IxMt2UhdslydQ",
"changes_file" : "Changes",
"status" : "latest",
"authorized" : true,
"abstract" : "a distribution of modules to handle locale codes",
"checksum_md5" : "5c8e19b1157c28877de3bab6b99ee06b",
"first" : false,
"deprecated" : false,
"download_url" : "https://cpan.metacpan.org/authors/id/S/SB/SBECK/Locale-Codes-3.63.tar.gz",
"author" : "SBECK",
"checksum_sha256" : "4a22e979a6b2e2ff8e6c799b6118a6a116ee77d54391c50e25c6164e7fe0efc0",
"date" : "2020-03-02T14:43:13",
"metadata" : {
"author" : [
"Sullivan Beck (sbeck@cpan.org)"
],
"version" : "3.63",
"abstract" : "a distribution of modules to handle locale codes",
"name" : "Locale-Codes",
"no_index" : {
"directory" : [
"t",
"inc",
"t",
"xt",
"inc",
"local",
"perl5",
"fatlib",
"example",
"blib",
"examples",
"eg"
]
},
"generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 2.150010, CPAN::Meta::Converter version 2.150005",
"meta-spec" : {
"version" : 2,
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec"
},
"x_serialization_backend" : "JSON::PP version 4.04",
"prereqs" : {
"build" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.006",
"if" : "0",
"Carp" : "0",
"utf8" : "0"
}
},
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
}
},
"test" : {
"requires" : {
"Test::More" : "0",
"Test::Inter" : "1.09"
}
}
},
"resources" : {
"repository" : {
"url" : "git://github.com/SBECK-github/Locale-Codes.git",
"type" : "git",
"web" : "https://github.com/SBECK-github/Locale-Codes"
}
},
"provides" : {
"Locale::Script" : {
"file" : "lib/Locale/Script.pm",
"version" : "3.63"
},
"Locale::Codes" : {
"version" : "3.63",
"file" : "lib/Locale/Codes.pm"
},
"Locale::Codes::Language" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/Language.pm"
},
"Locale::Codes::Currency_Retired" : {
"file" : "lib/Locale/Codes/Currency_Retired.pm",
"version" : "3.63"
},
"Locale::Codes::LangExt_Codes" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangExt_Codes.pm"
},
"Locale::Codes::Language_Retired" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/Language_Retired.pm"
},
"Locale::Codes::Script_Codes" : {
"file" : "lib/Locale/Codes/Script_Codes.pm",
"version" : "3.63"
},
"Locale::Codes::Country" : {
"file" : "lib/Locale/Codes/Country.pm",
"version" : "3.63"
},
"Locale::Codes::LangFam" : {
"file" : "lib/Locale/Codes/LangFam.pm",
"version" : "3.63"
},
"Locale::Language" : {
"version" : "3.63",
"file" : "lib/Locale/Language.pm"
},
"Locale::Codes::LangVar_Codes" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangVar_Codes.pm"
},
"Locale::Codes::Script_Retired" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/Script_Retired.pm"
},
"Locale::Codes::LangExt_Retired" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangExt_Retired.pm"
},
"Locale::Codes::Country_Codes" : {
"file" : "lib/Locale/Codes/Country_Codes.pm",
"version" : "3.63"
},
"Locale::Codes::Country_Retired" : {
"file" : "lib/Locale/Codes/Country_Retired.pm",
"version" : "3.63"
},
"Locale::Codes::LangFam_Retired" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangFam_Retired.pm"
},
"Locale::Country" : {
"version" : "3.63",
"file" : "lib/Locale/Country.pm"
},
"Locale::Codes::Language_Codes" : {
"file" : "lib/Locale/Codes/Language_Codes.pm",
"version" : "3.63"
},
"Locale::Codes::Currency" : {
"file" : "lib/Locale/Codes/Currency.pm",
"version" : "3.63"
},
"Locale::Codes::Script" : {
"file" : "lib/Locale/Codes/Script.pm",
"version" : "3.63"
},
"Locale::Codes::LangVar_Retired" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangVar_Retired.pm"
},
"Locale::Codes::LangVar" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangVar.pm"
},
"Locale::Currency" : {
"version" : "3.63",
"file" : "lib/Locale/Currency.pm"
},
"Locale::Codes::Currency_Codes" : {
"file" : "lib/Locale/Codes/Currency_Codes.pm",
"version" : "3.63"
},
"Locale::Codes::LangExt" : {
"version" : "3.63",
"file" : "lib/Locale/Codes/LangExt.pm"
},
"Locale::Codes::Constants" : {
"file" : "lib/Locale/Codes/Constants.pm",
"version" : "3.63"
},
"Locale::Codes::LangFam_Codes" : {
"file" : "lib/Locale/Codes/LangFam_Codes.pm",
"version" : "3.63"
}
},
"release_status" : "stable",
"license" : [
"perl_5"
],
"dynamic_config" : 1
},
"main_module" : "Locale::Codes",
"resources" : {
"repository" : {
"web" : "https://github.com/SBECK-github/Locale-Codes",
"url" : "git://github.com/SBECK-github/Locale-Codes.git",
"type" : "git"
}
},
"distribution" : "Locale-Codes",
"license" : [
"perl_5"
],
"archive" : "Locale-Codes-3.63.tar.gz",
"maturity" : "released",
"stat" : {
"size" : 856659,
"mode" : 33188,
"mtime" : 1583160193
},
"name" : "Locale-Codes-3.63",
"tests" : {
"na" : 0,
"fail" : 0,
"pass" : 552,
"unknown" : 1
},
"version" : "3.63",
"dependency" : [
{
"relationship" : "requires",
"version" : "6.30",
"phase" : "configure",
"module" : "ExtUtils::MakeMaker"
},
{
"relationship" : "requires",
"module" : "perl",
"phase" : "runtime",
"version" : "5.006"
},
{
"module" : "utf8",
"phase" : "runtime",
"version" : "0",
"relationship" : "requires"
},
{
"relationship" : "requires",
"phase" : "runtime",
"module" : "Carp",
"version" : "0"
},
{
"version" : "0",
"phase" : "runtime",
"module" : "if",
"relationship" : "requires"
},
{
"relationship" : "requires",
"phase" : "test",
"version" : "0",
"module" : "Test::More"
},
{
"module" : "Test::Inter",
"phase" : "test",
"version" : "1.09",
"relationship" : "requires"
},
{
"module" : "ExtUtils::MakeMaker",
"phase" : "build",
"version" : "0",
"relationship" : "requires"
}
]
}