From 5fbdf1697c92caf5eea8b51fd294773c6c76767f Mon Sep 17 00:00:00 2001
From: Petr Písař <ppi...@redhat.com>
Date: Aug 22 2017 08:01:03 +0000
Subject: Do not require $Config{libs} providers by perl-devel package


This reverts:

commit f2346c87463c84069c6b5c5887edd0c8987736dd
Author: Petr Písař <ppi...@redhat.com>
Date:   Thu Jun 6 16:17:26 2013 +0200

    Require $Config{libs} providers

$Config{libs} and $Config{perlibs} documents how perl was built. Not how
another XS modules should be built
<https://www.nntp.perl.org/group/perl.perl5.porters/2017/08/msg245959.html>.

---

diff --git a/perl.spec b/perl.spec
index d62e515..2a7e85c 100644
--- a/perl.spec
+++ b/perl.spec
@@ -470,12 +470,6 @@ directories).
 Summary:        Header #files for use in perl development
 # l1_char_class_tab.h is generated from lib/unicore sources:    UCD
 License:        (GPL+ or Artistic) and UCD
-# Require $Config{libs} providers, bug #905482
-Requires:       libdb-devel
-%if %{with gdbm}
-Requires:       gdbm-devel
-%endif
-Requires:       glibc-devel
 %if %{with perl_enables_systemtap}
 Requires:       systemtap-sdt-devel
 %endif
@@ -5147,6 +5141,7 @@ popd
 %changelog
 * Tue Aug 22 2017 Petr Pisar <ppi...@redhat.com> - 4:5.26.0-399
 - Fix unreliable Time-HiRes tests (CPAN RT#122819)
+- Do not require $Config{libs} providers by perl-devel package (bug #1481324)
 
 * Tue Aug 08 2017 Petr Pisar <ppi...@redhat.com> - 4:5.26.0-398
 - Fix reporting malformed UTF-8 character (RT#131646)


        
https://src.fedoraproject.org/rpms/perl/c/5fbdf1697c92caf5eea8b51fd294773c6c76767f?branch=f27
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to