From 9904058e0366049b5f4416af7e98ac7dce15ab38 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 16:03:57 +0800 Subject: [PATCH] Package init --- perl-XML-Parser.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec index fedbce4..34c5332 100644 --- a/perl-XML-Parser.spec +++ b/perl-XML-Parser.spec @@ -1,7 +1,7 @@ Name: perl-XML-Parser Epoch: 1 Version: 2.44 -Release: 2 +Release: 3 Summary: Perl module for parsing XML documents License: GPLv1+ or Artistic 1.0 URL: https://metacpan.org/release/XML-Parser @@ -37,6 +37,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 %install %make_install +%{_fixperms} %{buildroot}/* %check make test @@ -51,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Sat Dec 21 2019 openEuler Buildteam - 1:2.44-3 +- Change mod of files + * Tue Sep 24 2019 openEuler Buildteam - 1:2.44-2 - Adjust requires