]> git.pld-linux.org Git - packages/perl-Class-C3.git/commitdiff
- updated to 0.35 master auto/th/perl-Class-C3-0.35-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Sep 2023 04:34:55 +0000 (06:34 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 7 Sep 2023 04:34:55 +0000 (06:34 +0200)
perl-Class-C3.spec

index 975b7125bbe504063b24039c45015c6e5c5298f3..b14c4d9c9410f8f5412850f40a54122a18bae560 100644 (file)
@@ -1,20 +1,20 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # unit tests
 #
 %define        pdir    Class
 %define        pnam    C3
 Summary:       Class::C3 - A pragma to use the C3 method resolution order algorithm
 Summary(pl.UTF-8):     Class::C3 - pragma do używania algorytmu C3 kolejności rozwiązywania metod
 Name:          perl-Class-C3
-Version:       0.34
+Version:       0.35
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/Class/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 0d5218ee75d933737abc338d7fab9d61
-URL:           https://metacpan.org/release/Class-C3
+Source0:       https://www.cpan.org/modules/by-module/Class/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: db5450767d46ddb8ff31a99fbef7f3e0
+URL:           https://metacpan.org/dist/Class-C3
 BuildRequires: perl-ExtUtils-MakeMaker >= 6.52
 BuildRequires: perl-ExtUtils-CBuilder >= 0.27
 BuildRequires: perl-devel >= 1:5.8.0
@@ -23,8 +23,6 @@ BuildRequires:        rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires: perl-Algorithm-C3 >= 0.07
 BuildRequires: perl-Scalar-List-Utils >= 1.10
-BuildRequires: perl-Sub-Name
-BuildRequires: perl-Test-Exception >= 0.15
 BuildRequires: perl-Test-Simple >= 0.47
 %endif
 Suggests:      perl-Class-C3-XS >= 0.13
This page took 0.103577 seconds and 4 git commands to generate.