[packages/perl-ExtUtils-Depends] - updated to 0.8002
qboosh
qboosh at pld-linux.org
Sat Sep 13 19:29:01 CEST 2025
commit 1c47f6e92965dcc05e38be45405e71af6a34bb0a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Sep 13 19:31:57 2025 +0200
- updated to 0.8002
perl-ExtUtils-Depends.spec | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec
index 6346b95..cbf4b10 100644
--- a/perl-ExtUtils-Depends.spec
+++ b/perl-ExtUtils-Depends.spec
@@ -1,25 +1,25 @@
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # unit tests
#
%define pdir ExtUtils
%define pnam Depends
Summary: ExtUtils::Depends - easily build XS extensions that depend on XS extensions
Summary(pl.UTF-8): ExtUtils::Depends - łatwe budowanie rozszerzeń XS zależących od innych rozszerzeń XS
Name: perl-ExtUtils-Depends
-Version: 0.8001
-Release: 2
+Version: 0.8002
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: ca203697162b842c6c1e25ce102b79a5
-URL: https://metacpan.org/release/ExtUtils-Depends
+Source0: https://www.cpan.org/modules/by-module/ExtUtils/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: e2cb85a8588e478351ed4b7537466aca
+URL: https://metacpan.org/dist/ExtUtils-Depends
BuildRequires: perl-ExtUtils-MakeMaker >= 7.44
BuildRequires: perl-devel >= 1:5.8.0
%if %{with tests}
BuildRequires: perl-Test-Number-Delta >= 1.0
-BuildRequires: perl-Test-Simple
+BuildRequires: perl-Test-Simple >= 0.88
%endif
BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: rpmbuild(macros) >= 1.745
@@ -37,6 +37,9 @@ funkcji i map typów udostępnianych przez inne rozszerzenia Perla.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
+# tests behaviour with (unpackaged in PLD) File::Spec::Win32
+%{__rm} t/05_unc.t
+
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-ExtUtils-Depends.git/commitdiff/1c47f6e92965dcc05e38be45405e71af6a34bb0a
More information about the pld-cvs-commit
mailing list