* [PATCH] perl: Move DynaLoader subpackage back into main
@ 2023-02-26 19:22 Stefan Schantl
0 siblings, 0 replies; only message in thread
From: Stefan Schantl @ 2023-02-26 19:22 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1460 bytes --]
Fixes a lot of dependency issues with a certain
perl modules.
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
perl/perl.nm | 27 +--------------------------
1 file changed, 1 insertion(+), 26 deletions(-)
diff --git a/perl/perl.nm b/perl/perl.nm
index 5233b652a..949dc9b31 100644
--- a/perl/perl.nm
+++ b/perl/perl.nm
@@ -10,7 +10,7 @@ ver_plevel = 0
version = %{ver_major}.%{ver_minor}.%{ver_plevel}
# Never reset release in this package, just increase.
-release = 1
+release = 2
thisver = %{version}-%{_release}
@@ -152,9 +152,6 @@ packages
package perl
requires
perl-libs = %{version}-%{_release}
-
- # XSLoader requires DynaLoader
- perl(DynaLoader)
end
conflicts
@@ -1036,28 +1033,6 @@ packages
end
end
- package perl-DynaLoader
- version = 1.52
-
- summary = Dynamically load C libraries into Perl code
- description
- The DynaLoader module defines a standard generic interface to the dynamic
- linking mechanisms available on many platforms. Its primary purpose is to
- implement automatic dynamic loading of Perl modules. For a simpler interface,
- see XSLoader module.
- end
-
- requires
- perl = %{perl_version}
- perl(Carp)
- end
-
- files
- %{libdir}/perl5/DynaLoader.pm
- %{mandir}/man3/DynaLoader.3*
- end
- end
-
package perl-doc
version = %{perl_version}
arch = noarch
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-02-26 19:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-26 19:22 [PATCH] perl: Move DynaLoader subpackage back into main Stefan Schantl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox