public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] perl: Move DynaLoader subpackage back into main
Date: Sun, 26 Feb 2023 20:22:41 +0100	[thread overview]
Message-ID: <20230226192241.675688-1-stefan.schantl@ipfire.org> (raw)

[-- 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


                 reply	other threads:[~2023-02-26 19:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230226192241.675688-1-stefan.schantl@ipfire.org \
    --to=stefan.schantl@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox