From 9e525315eb3f797e0836b6a14e39303c844cf28c Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 21 Jan 2025 10:51:57 +0100 Subject: [PATCH] add missing BuildRequires and files as per openfusion spec file --- perl-Module-Build.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Module-Build.spec b/perl-Module-Build.spec index b18f39f..5d1ed0f 100644 --- a/perl-Module-Build.spec +++ b/perl-Module-Build.spec @@ -1,6 +1,6 @@ Name: perl-Module-Build Version: 0.4234 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Build and install Perl modules License: GPL+ or Artistic Group: Development/Libraries @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 0:5.006001 BuildRequires: perl(ExtUtils::Manifest) +BuildRequires: perl(inc::latest) BuildRequires: perl(inc::Module::Install) BuildRequires: perl(CPAN::Meta) >= 2.142060 BuildRequires: perl(CPAN::Meta::YAML) >= 0.003 @@ -91,7 +92,9 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes contrib LICENSE META.json README +%{_bindir}/* %{perl_vendorlib}/* +%{_mandir}/man1/* %{_mandir}/man3/* %changelog