From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] perl-Parse-Yapp: New package. Date: Thu, 16 Feb 2023 10:18:37 +0100 Message-ID: In-Reply-To: <20230215194707.357124-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1978542844387413477==" List-Id: --===============1978542844387413477== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable You are leaving a lot of trailing whitespaces in your patches recently... > On 15 Feb 2023, at 20:47, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > perl-Parse-Yapp/perl-Parse-Yapp.nm | 51 ++++++++++++++++++++++++++++++ > 1 file changed, 51 insertions(+) > create mode 100644 perl-Parse-Yapp/perl-Parse-Yapp.nm >=20 > diff --git a/perl-Parse-Yapp/perl-Parse-Yapp.nm b/perl-Parse-Yapp/perl-Pars= e-Yapp.nm > new file mode 100644 > index 000000000..4a48f3eea > --- /dev/null > +++ b/perl-Parse-Yapp/perl-Parse-Yapp.nm > @@ -0,0 +1,51 @@ > +##########################################################################= ##### > +# IPFire.org - An Open Source Firewall Solution = # > +# Copyright (C) - IPFire Development Team = # > +##########################################################################= ##### > + > +name =3D perl-Parse-Yapp > +version =3D 1.21 > +release =3D 1 > + > +groups =3D Development/Libratries > +url =3D http://search.cpan.org/dist/Parse-Yapp/ > +license =3D GPL+ or Artistic > +summary =3D Perl extension for generating and using LALR parsers.=20 > + > +description > + Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules= =20 > + that let you generate and use yacc like thread safe (reentrant) parsers w= ith > + perl object oriented interface. > +end > + > +source_dl =3D https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/ > + > +thisapp =3D Parse-Yapp-%{version} > + > +build > + requires > + perl(ExtUtils::MakeMaker) > + perl(Test::More) > + end > + > + build > + perl Makefile.PL INSTALLDIRS=3Dvendor OPTIMIZE=3D"%{CFLAGS}" > + make %{PARALLELISMFLAGS} > + end > + > + test > + make test > + end > +end > + > +packages > + package %{name} > + requires > + perl(:MODULE_COMPAT_%{perl_version}) > + end > + end > + > + package %{name}-debuginfo > + template DEBUGINFO > + end > +end > --=20 > 2.30.2 >=20 --===============1978542844387413477==--