Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
696cc6404a
!10 update to version 2.80
From: @leeffo 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2023-07-04 12:10:32 +00:00
leeffo
af2841fa6b update to version 2.80 2023-07-04 17:49:43 +08:00
openeuler-ci-bot
ea274facae
!8 Package upgrade
From: @starlet-dx 
Reviewed-by: @myeuler 
Signed-off-by: @myeuler
2022-06-15 13:42:38 +00:00
starlet-dx
7e8ead31ad Package upgrade 2022-06-15 15:25:33 +08:00
openeuler-ci-bot
b66debbb04 !6 fix build error
From: @jxy_git
Reviewed-by: 
Signed-off-by:
2021-09-12 16:19:42 +00:00
jiangxinyu
47db4002dc fix build error 2021-09-07 09:36:46 +08:00
openeuler-ci-bot
5c22b1f0fb !5 更新perl-Alien-Build至上游最新版2.41
From: @jinxu1992
Reviewed-by: @yangzhao_kl,@yangzhao_kl
Signed-off-by:
2021-07-28 07:57:44 +00:00
jinxu1992
49e71c2820 Update package to 2.41 2021-07-21 18:10:58 +08:00
openeuler-ci-bot
0e24899dab !4 删除安装依赖
Merge pull request !4 from phanddy/master
2020-08-13 23:48:29 +08:00
jinzhimin369
85142cb5a4 delete requires 2020-08-13 19:01:10 +08:00
openeuler-ci-bot
3bf7c6f73e !3 Add package
Merge pull request !3 from phanddy/master
2020-08-13 11:18:47 +08:00
4 changed files with 26 additions and 14 deletions

Binary file not shown.

BIN
Alien-Build-2.80.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: perl-Alien-Build
Version: 2.28
Version: 2.80
Release: 1
Summary: Alien::Build Perl module
License: GPL+ or Artistic
@ -16,6 +16,7 @@ BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(FFI::CheckLib)
BuildRequires: perl(File::Which)
BuildRequires: perl-File-chdir
BuildRequires: perl(Path::Tiny) >= 0.077
BuildRequires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
@ -23,7 +24,6 @@ BuildRequires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
BuildRequires: perl(Test2::API) >= 1.302096
BuildRequires: perl(Test2::V0) >= 0.000060
Requires: gcc
Requires: perl(Alien::Build::Plugin::Decode::Mojo)
Requires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
Requires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
Requires: perl(Test2::API) >= 1.302096
@ -37,9 +37,6 @@ client, and work closely with Alien::Base which is used at run time.
Summary: Alien::Build plugin to extract links from HTML
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(HTML::LinkExtor)
Requires: perl(URI)
Requires: perl(URI::Escape)
Conflicts: perl-Alien-Build < 1.76
%description Plugin-Decode-HTML
@ -50,10 +47,6 @@ candidates for your Prefer plugin.
Summary: Alien::Build plugin to extract links from HTML
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Mojo::DOM)
Requires: perl(Mojolicious) >= 7.00
Requires: perl(URI)
Requires: perl(URI::Escape)
%description Plugin-Decode-Mojo
This Alien::Build plugin decodes an HTML file listing into a list of
@ -69,7 +62,7 @@ for CPAN. It is mainly designed to be used at install time of a CPAN
client, and work closely with Alien::Base which is used at run time.
%prep
%setup -q -n Alien-Build-%{version}
%autosetup -n Alien-Build-%{version} -p1
%build
export PERL_MM_OPT=""
@ -131,5 +124,20 @@ make test
%{_mandir}/*
%changelog
* Tue Jul 04 2023 leeffo <liweiganga@uniontech.com> - 2.80-1
- update to version 2.80
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.48-1
- Upgrade to version 2.48
* Fri Sep 3 2021 jiangxinyu <jiangxinyu@kylinos.cn> - 2.41-2
- Solve the problem of missing 'File::Which' module when compiling
* Mon Jul 19 2021 Xu Jin <jinxu@kylinos.cn> - 2.41-1
- Update package to 2.41
* Thu Aug 13 2020 dingyue<dingyue5@huawei.com> - 2.28-2
- delete requires
* Fri Aug 7 2020 dingyue<dingyue5@huawei.com> - 2.28-1
- Package Init

4
perl-Alien-Build.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: Alien-Build
tag_prefix: ^v
seperator: .