From 5530822d05c77e99c9dbc0c36a7f59bf11396b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 9 Aug 2017 13:55:58 +0200 Subject: [PATCH] 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. --- perl.spec | 2 ++ 1 file changed, 2 insertions(+) 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)