]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
perl-Parse-Yapp: Remove trailing whitespace and moves thisapp
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2023 09:15:49 +0000 (09:15 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2023 09:15:49 +0000 (09:15 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
perl-Parse-Yapp/perl-Parse-Yapp.nm

index 4a48f3eead72629615e5f58bc76dd1caf6804bd6..4ceb6441bc10aded9531ec528f644cb7fb340456 100644 (file)
@@ -6,22 +6,21 @@
 name       = perl-Parse-Yapp
 version    = 1.21
 release    = 1
+thisapp    = Parse-Yapp-%{version}
 
 groups     = Development/Libratries
 url        = http://search.cpan.org/dist/Parse-Yapp/
 license    = GPL+ or Artistic
-summary    = Perl extension for generating and using LALR parsers. 
+summary    = Perl extension for generating and using LALR parsers.
 
 description
-       Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules 
+       Parse::Yapp (Yet Another Perl Parser compiler) is a collection of modules
        that let you generate and use yacc like thread safe (reentrant) parsers with
        perl object oriented interface.
 end
 
 source_dl  = https://cpan.metacpan.org/authors/id/W/WB/WBRASWELL/
 
-thisapp    = Parse-Yapp-%{version}
-
 build
        requires
                perl(ExtUtils::MakeMaker)