[packages/pldcpan] - updated template
qboosh
qboosh at pld-linux.org
Fri Jul 28 15:30:19 CEST 2023
commit 481f887e26d21628c0f81092be44d8bc78dfe5dc
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jul 28 14:30:14 2023 +0200
- updated template
pldcpan.pl | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pldcpan.pl b/pldcpan.pl
index c208224..72fb79b 100755
--- a/pldcpan.pl
+++ b/pldcpan.pl
@@ -796,7 +796,7 @@ for my $arg (@ARGV) {
__DATA__
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # unit tests
#
%define pdir [% pdir %]
[% IF pnam -%]
@@ -831,9 +831,9 @@ Source0: http://www.cpan.org/modules/by-module/[% pdir %]/%{pdir}-%{version}.tar
[% END -%]
# generic URL, check or change before uncommenting
[% IF pnam -%]
-#URL: https://metacpan.org/release/[% pdir %]-[% pnam %]
+#URL: https://metacpan.org/dist/[% pdir %]-[% pnam %]
[% ELSE -%]
-#URL: https://metacpan.org/release/[% pdir %]
+#URL: https://metacpan.org/dist/[% pdir %]
[% END -%]
[% IF uses_module_build -%]
[% req = 'perl-Module-Build' -%]
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pldcpan.git/commitdiff/0cdbb67cfa96d299dd77ee0888797507a46d7cb7
More information about the pld-cvs-commit
mailing list