subversion, revbump for the new perl version, switch to secondaryArch

* subversion, revbump for perl_x86 package on 32bit

* split perl bindings into a separate package

---------

Co-authored-by: Joachim Mairböck <j.mairboeck@gmail.com>
This commit is contained in:
Schrijvers Luc
2024-07-05 21:43:37 +02:00
committed by GitHub
parent 80cded50f7
commit ca9abe34e2
2 changed files with 125 additions and 67 deletions

View File

@@ -1,4 +1,4 @@
From 4cf803e3b6522b483a2f72e7a6a8d7f5032a8aff Mon Sep 17 00:00:00 2001
From c0d4302882f21441a524733d6914ddd70265f399 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@gmail.com>
Date: Wed, 17 Sep 2014 16:54:23 +0200
Subject: fix COMMON directory reference.
@@ -18,5 +18,29 @@ index a437c89..a1f2a18 100644
if (error)
return SVN_NO_ERROR;
--
2.37.3
2.45.2
From d7d42f33da5077051b39da7f88ed25423b643501 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joachim=20Mairb=C3=B6ck?= <j.mairboeck@gmail.com>
Date: Fri, 5 Jul 2024 21:05:20 +0200
Subject: use make pure_install for the perl bindings
This avoids installing perllocal.pod
diff --git a/Makefile.in b/Makefile.in
index 7f0a37d..ecdfde1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -906,7 +906,7 @@ check-swig-pl: swig-pl swig-pl-lib
cd $(SWIG_PL_DIR)/native; $(MAKE) test
install-swig-pl: swig-pl install-swig-pl-lib
- cd $(SWIG_PL_DIR)/native; $(MAKE) install
+ cd $(SWIG_PL_DIR)/native; $(MAKE) pure_install
EXTRACLEAN_SWIG_PL=rm -f $(SWIG_PL_SRC_DIR)/native/svn_*.c \
$(SWIG_PL_SRC_DIR)/native/core.c
--
2.45.2