Compare commits
11 Commits
ab928d1e1d
...
696cc6404a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
696cc6404a | ||
|
|
af2841fa6b | ||
|
|
ea274facae | ||
|
|
7e8ead31ad | ||
|
|
b66debbb04 | ||
|
|
47db4002dc | ||
|
|
5c22b1f0fb | ||
|
|
49e71c2820 | ||
|
|
0e24899dab | ||
|
|
85142cb5a4 | ||
|
|
3bf7c6f73e |
Binary file not shown.
BIN
Alien-Build-2.80.tar.gz
Normal file
BIN
Alien-Build-2.80.tar.gz
Normal file
Binary file not shown.
@ -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
4
perl-Alien-Build.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: metacpan
|
||||
src_repo: Alien-Build
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user