update to version 2.80
This commit is contained in:
parent
ea274facae
commit
af2841fa6b
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.48
|
||||
Version: 2.80
|
||||
Release: 1
|
||||
Summary: Alien::Build Perl module
|
||||
License: GPL+ or Artistic
|
||||
@ -96,10 +96,10 @@ if [ -d usr/lib ];then
|
||||
fi
|
||||
popd
|
||||
mv %{buildroot}/filelist.lst .
|
||||
|
||||
|
||||
%check
|
||||
make test
|
||||
|
||||
|
||||
%files -f filelist.lst
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien
|
||||
@ -110,11 +110,11 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
||||
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
|
||||
|
||||
|
||||
%files Plugin-Decode-HTML
|
||||
%{perl_vendorlib}/Alien/Build/Plugin/Decode/HTML.pm
|
||||
%{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
|
||||
|
||||
|
||||
%files Plugin-Decode-Mojo
|
||||
%doc Changes.Alien-Build-Decode-Mojo
|
||||
%{perl_vendorlib}/Alien/Build/Plugin/Decode/Mojo.pm
|
||||
@ -124,6 +124,9 @@ 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
|
||||
|
||||
|
||||
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