* Disable non working testsuite.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- perl-Authen-SASL/perl-Authen-SASL.nm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/perl-Authen-SASL/perl-Authen-SASL.nm b/perl-Authen-SASL/perl-Authen-SASL.nm index b14f1741e..9415808a1 100644 --- a/perl-Authen-SASL/perl-Authen-SASL.nm +++ b/perl-Authen-SASL/perl-Authen-SASL.nm @@ -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