Compare commits

...

2 Commits

View File

@ -1,6 +1,9 @@
Name: perl-Module-Build
%if %{rhel} == 8
Epoch: 2
%endif
Version: 0.4234
Release: 1%{?dist}
Release: 3%{?dist}
Summary: Build and install Perl modules
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,6 +13,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,9 +95,14 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes contrib LICENSE META.json README
%{_bindir}/*
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*
%changelog
* Mon Jan 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.4234-3.sme
- add epoch 2 for el8
* Tue Jan 21 2025 Koozali 0.4234-1
- Specfile autogenerated by cpanspec 1.78.