[packages/perl-CPAN-Changes] - updated to 0.500005
qboosh
qboosh at pld-linux.org
Tue Sep 16 19:55:07 CEST 2025
commit 7f29da015c9fe61fe09d04a6422373ff65d576fb
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 16 19:58:02 2025 +0200
- updated to 0.500005
perl-CPAN-Changes.spec | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/perl-CPAN-Changes.spec b/perl-CPAN-Changes.spec
index 2536004..955e3d2 100644
--- a/perl-CPAN-Changes.spec
+++ b/perl-CPAN-Changes.spec
@@ -1,26 +1,33 @@
#
# Conditional build:
-%bcond_without tests # do not perform "make test"
+%bcond_without tests # unit tests
#
%define pdir CPAN
%define pnam Changes
Summary: Test::CPAN::Changes - Validation of the Changes file in a CPAN distribution
Summary(pl.UTF-8): Test::CPAN::Changes - sprawdzanie poprawności pliku Changes w dystrybucji CPAN
Name: perl-CPAN-Changes
-Version: 0.400002
+Version: 0.500005
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/CPAN/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 5773d51abaafd37c6bcdde3827873075
-URL: http://search.cpan.org/dist/CPAN-Changes/
+Source0: https://www.cpan.org/modules/by-module/CPAN/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 1a1a33268e7073642e654b36c99f8d57
+URL: https://metacpan.org/dist/CPAN-Changes
+BuildRequires: perl-ExtUtils-MakeMaker
BuildRequires: perl-devel >= 1:5.10.0
BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: rpmbuild(macros) >= 1.745
%if %{with tests}
BuildRequires: perl(Text::Wrap) >= 0.96
BuildRequires: perl-ExtUtils-MakeMaker >= 6.59
+BuildRequires: perl-Module-Runtime
+BuildRequires: perl-Moo >= 1.006000
+BuildRequires: perl-Sub-Quote >= 1.005000
BuildRequires: perl-Test-Simple >= 0.96
+# Types::Standard
+BuildRequires: perl-Type-Tiny
BuildRequires: perl-version >= 0.9906
%endif
Requires: perl-version >= 0.9906
@@ -41,6 +48,7 @@ zgodność plików logów zmian ze specyfikacją.
%build
%{__perl} Makefile.PL \
INSTALLDIRS=vendor
+
%{__make}
%{?with_tests:%{__make} test}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-CPAN-Changes.git/commitdiff/7f29da015c9fe61fe09d04a6422373ff65d576fb
More information about the pld-cvs-commit
mailing list