From: Stefan Schantl Date: Sun, 19 Mar 2023 09:47:48 +0000 (+0100) Subject: perl-SGMLSpm: Drop unneccessary perl script X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a161868d7dab959dde48b1b6ec0c3cc08636ba5;p=people%2Fstevee%2Fipfire-3.x.git perl-SGMLSpm: Drop unneccessary perl script We do not need this and it violates our FHS specs. Signed-off-by: Stefan Schantl --- diff --git a/perl-SGMLSpm/perl-SGMLSpm.nm b/perl-SGMLSpm/perl-SGMLSpm.nm index bc03dd3e8..a408ae7c5 100644 --- a/perl-SGMLSpm/perl-SGMLSpm.nm +++ b/perl-SGMLSpm/perl-SGMLSpm.nm @@ -5,7 +5,7 @@ name = perl-SGMLSpm version = 1.1 -release = 1 +release = 2 thisapp = SGMLSpm-%{version} arch = noarch @@ -24,6 +24,7 @@ source_dl = https://cpan.metacpan.org/authors/id/R/RA/RAAB/ build requires perl(ExtUtils::MakeMaker) + perl(Test::More) end build @@ -34,6 +35,11 @@ build test make test end + + install_cmds + # Drop unwanted script + rm -rvf %{BUILDROOT}%{bindir}/sgmlspl.pl + end end packages