Compare commits

..

2 Commits

View File

@ -1,6 +1,9 @@
Name: perl-Module-Build Name: perl-Module-Build
%if %{rhel} == 8
Epoch: 2
%endif
Version: 0.4234 Version: 0.4234
Release: 1%{?dist} Release: 3%{?dist}
Summary: Build and install Perl modules Summary: Build and install Perl modules
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -10,6 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl >= 0:5.006001 BuildRequires: perl >= 0:5.006001
BuildRequires: perl(ExtUtils::Manifest) BuildRequires: perl(ExtUtils::Manifest)
BuildRequires: perl(inc::latest)
BuildRequires: perl(inc::Module::Install) BuildRequires: perl(inc::Module::Install)
BuildRequires: perl(CPAN::Meta) >= 2.142060 BuildRequires: perl(CPAN::Meta) >= 2.142060
BuildRequires: perl(CPAN::Meta::YAML) >= 0.003 BuildRequires: perl(CPAN::Meta::YAML) >= 0.003
@ -91,9 +95,14 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes contrib LICENSE META.json README %doc Changes contrib LICENSE META.json README
%{_bindir}/*
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %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 * Tue Jan 21 2025 Koozali 0.4234-1
- Specfile autogenerated by cpanspec 1.78. - Specfile autogenerated by cpanspec 1.78.