[packages/perl-Net-DNS] - adjusted Source URL for missing updates in top Net dir, updated BR
qboosh
qboosh at pld-linux.org
Sun Jun 14 08:20:20 CEST 2026
commit 91ad8182fb7d99973b43592f2f2ac4c1ccf8a4ac
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Jun 14 08:20:40 2026 +0200
- adjusted Source URL for missing updates in top Net dir, updated BR
perl-Net-DNS.spec | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec
index 2153e35..f431e49 100644
--- a/perl-Net-DNS.spec
+++ b/perl-Net-DNS.spec
@@ -12,7 +12,7 @@ Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: https://www.cpan.org/modules/by-module/Net/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: https://www.cpan.org/modules/by-module/Net/NLNETLABS/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 0d7c7a34da4514722bb936a803552c57
URL: https://metacpan.org/dist/Net-DNS
BuildRequires: perl(IO::File) >= 1.14
@@ -44,7 +44,7 @@ BuildRequires: perl-Digest-MD5 >= 2.37
BuildRequires: perl-Digest-SHA >= 5.23
BuildRequires: perl-Encode >= 2.26
BuildRequires: perl-MIME-Base64 >= 3.07
-BuildRequires: perl-Net-LibIDN2
+BuildRequires: perl-Net-LibIDN2 >= 1.00
BuildRequires: perl-Scalar-List-Utils >= 1.25
BuildRequires: perl-Test-Simple >= 0.80
%endif
@@ -80,9 +80,12 @@ Perla.
%{__perl} Makefile.PL </dev/null \
--no-online-tests \
INSTALLDIRS=vendor
+
%{__make}
-%{?with_tests:%{__make} test}
+%if %{with tests}
+%{__make} test
+%endif
%install
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Net-DNS.git/commitdiff/91ad8182fb7d99973b43592f2f2ac4c1ccf8a4ac
More information about the pld-cvs-commit
mailing list