diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index c5327fa..16d7dd8 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -1,6 +1,6 @@ Name: perl-Module-Metadata Version: 1.000036 -Release: 2 +Release: 3 Summary: Gather package and POD information from perl module files License: GPLv1+ or Artistic URL: https://metacpan.org/release/Module-Metadata @@ -8,7 +8,7 @@ Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/Module-Metadata-%{versi BuildArch: noarch BuildRequires: findutils make perl perl-generators -Requires: perl +Requires: perl perl(Fcntl) %description This module provides a standard way to gather metadata about a .pm file @@ -35,6 +35,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1 %install %make_install +%{_fixperms} %{buildroot}/* %check make test @@ -49,6 +50,9 @@ make test %{_mandir}/man3/Module::Metadata.3* %changelog +* Sat Dec 21 2019 openEuler Buildteam - 1.000036-3 +- Change mod of files and add requires + * Tue Sep 24 2019 openEuler Buildteam - 1.000036-2 - Adjust requires