Delete Unused Fields

Signed-off-by: Mingtai <yangmingtai@huawei.com>
(cherry picked from commit 744d848049eda4299315eb5397fd4e4a1eea611d)
This commit is contained in:
Mingtai 2022-10-24 08:55:28 +00:00 committed by openeuler-sync-bot
parent 9149fcad00
commit 3a6ed55bdb

View File

@ -1,6 +1,6 @@
Name: perl-CPAN-Meta-YAML Name: perl-CPAN-Meta-YAML
Version: 0.018 Version: 0.018
Release: 420 Release: 421
Summary: Read and write a subset of YAML for CPAN Meta files Summary: Read and write a subset of YAML for CPAN Meta files
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/CPAN-Meta-YAML URL: https://metacpan.org/release/CPAN-Meta-YAML
@ -33,14 +33,6 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 UNINST=0
%check %check
make test make test
%pre
%preun
%post
%postun
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%license LICENSE %license LICENSE
@ -52,6 +44,9 @@ make test
%{_mandir}/*/* %{_mandir}/*/*
%changelog %changelog
* Mon Oct 24 2022 yangmingtai <yangmingtai@huawei.com> - 0.018-421
- Delete Unused Fields
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.018-420 * Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.018-420
- Change mod of file - Change mod of file