From a4fafd177e75bbe28ef435b6f3fa209ed9894d46 Mon Sep 17 00:00:00 2001 From: dogsheng <960055655@qq.com> Date: Wed, 25 Dec 2019 16:02:01 +0800 Subject: [PATCH] Package init --- perl-File-Path.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-File-Path.spec b/perl-File-Path.spec index f613245..7328bf0 100644 --- a/perl-File-Path.spec +++ b/perl-File-Path.spec @@ -1,6 +1,6 @@ Name: perl-File-Path Version: 2.16 -Release: 3 +Release: 4 Summary: Create or remove directory trees License: GPL+ or Artistic URL: https://metacpan.org/pod/File::Path @@ -32,6 +32,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 %install %make_install +%{_fixperms} %{buildroot}/* %check make test @@ -47,6 +48,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Dec 21 2019 openEuler Buildteam - 2.16-4 +- Change the mod of file + * Sat Aug 31 2019 openEuler Buildteam - 2.16-3 - rebuild package