diff --git a/perl-B-Hooks-OP-Check.rpmlintrc b/perl-B-Hooks-OP-Check.rpmlintrc new file mode 100644 index 0000000..8e3be47 --- /dev/null +++ b/perl-B-Hooks-OP-Check.rpmlintrc @@ -0,0 +1,7 @@ +from Config import * + +# Normal practice with Perl XS modules +addFilter("devel-file-in-non-devel-package /usr/.*/B/Hooks/OP/Check/Install/hook_op_check\.h") + +# Documentation, does not matter +addFilter("wrong-script-interpreter /usr/share/doc/perl-B-Hooks-OP-Check/t/00-report-prereqs.t perl") diff --git a/perl-B-Hooks-OP-Check.spec b/perl-B-Hooks-OP-Check.spec index eab934c..431c406 100644 --- a/perl-B-Hooks-OP-Check.spec +++ b/perl-B-Hooks-OP-Check.spec @@ -3,8 +3,8 @@ Summary: Wrap OP check callbacks Version: 0.22 Release: 9%{?dist} License: GPL+ or Artistic -Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/B-Hooks-OP-Check-%{version}.tar.gz URL: https://metacpan.org/release/B-Hooks-OP-Check +Source0: https://cpan.metacpan.org/modules/by-module/B/B-Hooks-OP-Check-%{version}.tar.gz # Module Build BuildRequires: coreutils BuildRequires: findutils