Notification time stamped 2022-01-28 15:45:38 UTC

From e1271d02f53d360a970aa7bec4ea7a340e2f4075 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Mar 23 2020 10:24:29 +0000
Subject: Specify all dependencies


---

diff --git a/perl-Class-Std-Fast.spec b/perl-Class-Std-Fast.spec
index be8dd18..1cad297 100644
--- a/perl-Class-Std-Fast.spec
+++ b/perl-Class-Std-Fast.spec
@@ -1,6 +1,6 @@
 Name:           perl-Class-Std-Fast
 Version:        0.0.8
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Faster but less secure replacement for Class::Std
 License:        GPL+ or Artistic
 URL:            https://metacpan.org/release/Class-Std-Fast
@@ -12,21 +12,23 @@ Source1:        
http://dev.perl.org/licenses/#/%{name}-Licensing.html
 
 BuildArch:      noarch
 
-BuildRequires:  findutils
-BuildRequires:  perl-interpreter
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Class::Std)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(English)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Prereq::Build)
-BuildRequires:  perl(Test::Kwalitee)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
+BuildRequires:  perl(version)
+BuildRequires:  perl(warnings)
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 Requires:       perl(Class::Std)
@@ -45,16 +47,16 @@ cp -a %{SOURCE1} Licensing.html
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
-%make_build
+%{make_build}
 
 
 %install
-%make_build pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -delete
+%{make_install}
+%{_fixperms} $RPM_BUILD_ROOT
 
 
 %check
-RELEASE_TESTING=1 %make_build test
+make test
 
 
 %files
@@ -65,6 +67,9 @@ RELEASE_TESTING=1 %make_build test
 
 
 %changelog
+* Mon Mar 23 2020 Jitka Plesnikova <jples...@redhat.com> - 0.0.8-13
+- Specify all dependencies
+
 * Wed Jan 29 2020 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.0.8-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
 


        
https://src.fedoraproject.org/rpms/perl-Class-Std-Fast/c/e1271d02f53d360a970aa7bec4ea7a340e2f4075?branch=epel9
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to