]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
perl-XML-Parser: Fix library permissions
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 19 Mar 2023 10:07:39 +0000 (11:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 21 Mar 2023 18:25:40 +0000 (18:25 +0000)
* Also enable the testsuite
* Drop old fragment from QA

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
perl-XML-Parser/perl-XML-Parser.nm

index fb100a1942a8fa19d7bab479268e5a8eae692aae..d1d2e540d658472daf77b77f9ac9286cef6fb334 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = perl-XML-Parser
 version    = 2.44
-release    = 3
+release    = 4
 thisapp    = XML-Parser-%{version}
 
 groups     = Development/Libraries
@@ -34,11 +34,15 @@ build
                perl Makefile.PL INSTALLDIRS=vendor
                make %{PARALLELISMFLAGS}
        end
-end
 
-quality-agent
-       whitelist_rpath
-               /lib
+       test
+               make test
+       end
+
+       install_cmds
+               # Set correct library permissions.
+               find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
+                       -exec chmod 755 {} \;
        end
 end