From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 5/9] perl-Canary-Stability: New package. Date: Thu, 14 Apr 2016 08:30:41 +0200 Message-ID: <1460615445-3996-5-git-send-email-stefan.schantl@ipfire.org> In-Reply-To: <1460615445-3996-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3197317828487444627==" List-Id: --===============3197317828487444627== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a build dependency of perl-Coro. Signed-off-by: Stefan Schantl --- perl-Canary-Stability/perl-Canary-Stability.nm | 51 ++++++++++++++++++++++++= ++ 1 file changed, 51 insertions(+) create mode 100644 perl-Canary-Stability/perl-Canary-Stability.nm diff --git a/perl-Canary-Stability/perl-Canary-Stability.nm b/perl-Canary-Sta= bility/perl-Canary-Stability.nm new file mode 100644 index 0000000..24046b9 --- /dev/null +++ b/perl-Canary-Stability/perl-Canary-Stability.nm @@ -0,0 +1,51 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D perl-Canary-Stability +version =3D 2011 +release =3D 1 +arch =3D noarch +thisapp =3D Canary-Stability-%{version} + +groups =3D Development/Libraries +url =3D http://search.cpan.org/dist/Canary-Stability +license =3D GPL+ +summary =3D Canary to check perl compatibility for Schmorp's modules. + +description + This module is used by Schmorp's modules during configuration stage to test + the installed perl for compatibility with his modules. +end + +source_dl =3D http://www.cpan.org/authors/id/M/ML/MLEHMANN/ + +build + requires + findutils + perl(ExtUtils::MakeMaker) + pakfire >=3D 0.9.26-3.1 + end + + build + perl Makefile.PL INSTALLDIRS=3Dvendor + make %{PARALLELISMFLAGS} + end + + test + make test + end + + make_install_targets =3D \ + pure_install +end + +packages + package %{name} + requires + perl(:MODULE_COMPAT_%{perl_version}) + perl(ExtUtils::MakeMaker) + end + end +end --=20 2.4.11 --===============3197317828487444627==--