From 5530822d05c77e99c9dbc0c36a7f59bf11396b2d Mon Sep 17 00:00:00 2001 From: Petr Písař <ppi...@redhat.com> Date: Aug 09 2017 11:55:58 +0000 Subject: Provide perl(:WITH_64BIT)
We build perl with 64-bit integeres since 5.26.0. This provide can be used as a dependency for this feature. Some packages (e.g. perl-Mango) require this feature. --- diff --git a/perl.spec b/perl.spec index e1f6e15..f396b03 100644 --- a/perl.spec +++ b/perl.spec @@ -406,6 +406,8 @@ License: (GPL+ or Artistic) and HSLR and MIT and UCD Provides: %perl_compat # Interpreter version to fulfil required genersted from "require 5.006;" Provides: perl(:VERSION) = %{perl_version} +# Integeres are 64-bit on all platforms +Provides: perl(:WITH_64BIT) # Threading provides Provides: perl(:WITH_ITHREADS) Provides: perl(:WITH_THREADS) https://src.fedoraproject.org/rpms/perl/c/5530822d05c77e99c9dbc0c36a7f59bf11396b2d?branch=master _______________________________________________ perl-devel mailing list -- perl-devel@lists.fedoraproject.org To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org