Package init

This commit is contained in:
dogsheng 2019-12-25 16:03:57 +08:00
parent b69be48aad
commit 9904058e03

View File

@ -1,7 +1,7 @@
Name: perl-XML-Parser Name: perl-XML-Parser
Epoch: 1 Epoch: 1
Version: 2.44 Version: 2.44
Release: 2 Release: 3
Summary: Perl module for parsing XML documents Summary: Perl module for parsing XML documents
License: GPLv1+ or Artistic 1.0 License: GPLv1+ or Artistic 1.0
URL: https://metacpan.org/release/XML-Parser URL: https://metacpan.org/release/XML-Parser
@ -37,6 +37,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
%install %install
%make_install %make_install
%{_fixperms} %{buildroot}/*
%check %check
make test make test
@ -51,6 +52,9 @@ make test
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:2.44-3
- Change mod of files
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:2.44-2 * Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:2.44-2
- Adjust requires - Adjust requires