Package init

This commit is contained in:
dogsheng 2019-12-25 16:02:47 +08:00
parent b45214665e
commit 746d7cafc0

View File

@ -1,6 +1,6 @@
Name: perl-Module-Metadata Name: perl-Module-Metadata
Version: 1.000036 Version: 1.000036
Release: 2 Release: 3
Summary: Gather package and POD information from perl module files Summary: Gather package and POD information from perl module files
License: GPLv1+ or Artistic License: GPLv1+ or Artistic
URL: https://metacpan.org/release/Module-Metadata 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 BuildArch: noarch
BuildRequires: findutils make perl perl-generators BuildRequires: findutils make perl perl-generators
Requires: perl Requires: perl perl(Fcntl)
%description %description
This module provides a standard way to gather metadata about a .pm file 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 %install
%make_install %make_install
%{_fixperms} %{buildroot}/*
%check %check
make test make test
@ -49,6 +50,9 @@ make test
%{_mandir}/man3/Module::Metadata.3* %{_mandir}/man3/Module::Metadata.3*
%changelog %changelog
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-3
- Change mod of files and add requires
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-2 * Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.000036-2
- Adjust requires - Adjust requires