Compare commits
No commits in common. "696cc6404a639f837dc4e96c48b0201ed9775f1e" and "ab928d1e1dc71641ccf481554439365896bb0878" have entirely different histories.
696cc6404a
...
ab928d1e1d
BIN
Alien-Build-2.28.tar.gz
Normal file
BIN
Alien-Build-2.28.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Alien-Build
|
Name: perl-Alien-Build
|
||||||
Version: 2.80
|
Version: 2.28
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Alien::Build Perl module
|
Summary: Alien::Build Perl module
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -16,7 +16,6 @@ BuildRequires: perl-interpreter
|
|||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.17
|
BuildRequires: perl(Capture::Tiny) >= 0.17
|
||||||
BuildRequires: perl(FFI::CheckLib)
|
BuildRequires: perl(FFI::CheckLib)
|
||||||
BuildRequires: perl(File::Which)
|
|
||||||
BuildRequires: perl-File-chdir
|
BuildRequires: perl-File-chdir
|
||||||
BuildRequires: perl(Path::Tiny) >= 0.077
|
BuildRequires: perl(Path::Tiny) >= 0.077
|
||||||
BuildRequires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
|
BuildRequires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
|
||||||
@ -24,6 +23,7 @@ BuildRequires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
|
|||||||
BuildRequires: perl(Test2::API) >= 1.302096
|
BuildRequires: perl(Test2::API) >= 1.302096
|
||||||
BuildRequires: perl(Test2::V0) >= 0.000060
|
BuildRequires: perl(Test2::V0) >= 0.000060
|
||||||
Requires: gcc
|
Requires: gcc
|
||||||
|
Requires: perl(Alien::Build::Plugin::Decode::Mojo)
|
||||||
Requires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
|
Requires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
|
||||||
Requires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
|
Requires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
|
||||||
Requires: perl(Test2::API) >= 1.302096
|
Requires: perl(Test2::API) >= 1.302096
|
||||||
@ -37,6 +37,9 @@ client, and work closely with Alien::Base which is used at run time.
|
|||||||
Summary: Alien::Build plugin to extract links from HTML
|
Summary: Alien::Build plugin to extract links from HTML
|
||||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
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
|
Conflicts: perl-Alien-Build < 1.76
|
||||||
|
|
||||||
%description Plugin-Decode-HTML
|
%description Plugin-Decode-HTML
|
||||||
@ -47,6 +50,10 @@ candidates for your Prefer plugin.
|
|||||||
Summary: Alien::Build plugin to extract links from HTML
|
Summary: Alien::Build plugin to extract links from HTML
|
||||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
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
|
%description Plugin-Decode-Mojo
|
||||||
This Alien::Build plugin decodes an HTML file listing into a list of
|
This Alien::Build plugin decodes an HTML file listing into a list of
|
||||||
@ -62,7 +69,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.
|
client, and work closely with Alien::Base which is used at run time.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Alien-Build-%{version} -p1
|
%setup -q -n Alien-Build-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export PERL_MM_OPT=""
|
export PERL_MM_OPT=""
|
||||||
@ -96,10 +103,10 @@ if [ -d usr/lib ];then
|
|||||||
fi
|
fi
|
||||||
popd
|
popd
|
||||||
mv %{buildroot}/filelist.lst .
|
mv %{buildroot}/filelist.lst .
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%files -f filelist.lst
|
%files -f filelist.lst
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien
|
%doc Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien
|
||||||
@ -110,11 +117,11 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
||||||
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
|
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
|
||||||
|
|
||||||
%files Plugin-Decode-HTML
|
%files Plugin-Decode-HTML
|
||||||
%{perl_vendorlib}/Alien/Build/Plugin/Decode/HTML.pm
|
%{perl_vendorlib}/Alien/Build/Plugin/Decode/HTML.pm
|
||||||
%{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
%{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
||||||
|
|
||||||
%files Plugin-Decode-Mojo
|
%files Plugin-Decode-Mojo
|
||||||
%doc Changes.Alien-Build-Decode-Mojo
|
%doc Changes.Alien-Build-Decode-Mojo
|
||||||
%{perl_vendorlib}/Alien/Build/Plugin/Decode/Mojo.pm
|
%{perl_vendorlib}/Alien/Build/Plugin/Decode/Mojo.pm
|
||||||
@ -124,20 +131,5 @@ make test
|
|||||||
%{_mandir}/*
|
%{_mandir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 7 2020 dingyue<dingyue5@huawei.com> - 2.28-1
|
||||||
- Package Init
|
- Package Init
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: metacpan
|
|
||||||
src_repo: Alien-Build
|
|
||||||
tag_prefix: ^v
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user