]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl-Authen-SASL: Update build requirements.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 26 Feb 2023 19:19:01 +0000 (20:19 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Feb 2023 12:47:28 +0000 (12:47 +0000)
* Disable non working testsuite.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
perl-Authen-SASL/perl-Authen-SASL.nm

index b14f1741e910056995d55121130e85e18917d3fb..9415808a16d338fde854e93a17b85f0b97ff2530 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-Authen-SASL
 version    = 2.16
-release    = 1
+release    = 2
 arch       = noarch
 thisapp    = Authen-SASL-%{version}
 
@@ -24,17 +24,25 @@ source_dl  = http://www.cpan.org/authors/id/G/GB/GBARR/
 
 build
        requires
+               perl(FindBin)
                perl(Digest::HMAC)
                perl(Digest::MD5)
                perl(ExtUtils::MakeMaker)
                perl(File::Path)
                perl(GSSAPI)
+               perl(Module::Install)
        end
 
        build
                perl Makefile.PL INSTALLDIRS=vendor
                make %{PARALLELISMFLAGS}
        end
+
+       # Testsuite is unable to load its own module
+       # and therefore broken.
+       #test
+       #       make test
+       #end
 end
 
 packages