]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl-Test-Simple: Remove package because this has ever been in perl itself.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Oct 2011 09:42:34 +0000 (11:42 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Oct 2011 09:42:34 +0000 (11:42 +0200)
perl-Test-Simple/perl-Test-Simple.nm [deleted file]

diff --git a/perl-Test-Simple/perl-Test-Simple.nm b/perl-Test-Simple/perl-Test-Simple.nm
deleted file mode 100644 (file)
index d70a35b..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-###############################################################################
-# IPFire.org    - An Open Source Firewall Solution                            #
-# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
-###############################################################################
-
-name       = Test-Simple
-version    = 0.98
-release    = 1
-arch       = noarch
-
-groups     = Development/Libratries
-url        = http://search.cpan.org/dist/Test-Simple/
-license    = GPL+ or Artistic
-summary    = Basic utilities for writing tests.
-
-description
-       This package provides the bulk of the core testing facilities.  For more
-       information, see perldoc for Test::Simple, Test::More, etc.
-end
-
-source_dl  =
-
-build
-       requires
-               perl-core
-               perl-devel
-               perl(Test::Harness)
-       end
-
-       build
-               perl Makefile.PL INSTALLDIRS=perl
-               make %{PARALLELISMFLAGS}
-       end
-
-       test
-               make test
-       end
-end
-
-packages
-       package perl-%{name}
-end