[packages/perl-dirs] - reverse logic - ABI 5.8.0 for AC and recent one for others
hawk
hawk at pld-linux.org
Sun May 9 19:49:44 CEST 2021
commit 594a4ab16b002c96f4f95d1938be777b56666413
Author: Marcin Krol <hawk at tld-linux.org>
Date: Sun May 9 19:49:05 2021 +0200
- reverse logic - ABI 5.8.0 for AC and recent one for others
perl-dirs.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/perl-dirs.spec b/perl-dirs.spec
index 9d6c747..506a25f 100644
--- a/perl-dirs.spec
+++ b/perl-dirs.spec
@@ -2,10 +2,10 @@
# Conditional build:
%bcond_without threads # build without support for threads in Perl
-%if "%{pld_release}" == "th"
-%define abi 5.32.0
-%else
+%if "%{pld_release}" == "ac"
%define abi 5.8.0
+%else
+%define abi 5.32.0
%endif
%define perlthread %{?with_threads:-thread-multi}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-dirs.git/commitdiff/594a4ab16b002c96f4f95d1938be777b56666413
More information about the pld-cvs-commit
mailing list