!10 update to version 2.80
From: @leeffo Reviewed-by: @wk333 Signed-off-by: @wk333
This commit is contained in:
commit
696cc6404a
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
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: perl-Alien-Build
|
Name: perl-Alien-Build
|
||||||
Version: 2.48
|
Version: 2.80
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Alien::Build Perl module
|
Summary: Alien::Build Perl module
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -96,10 +96,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 +110,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,6 +124,9 @@ 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
|
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 2.48-1
|
||||||
- Upgrade to version 2.48
|
- 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