re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-06-30 07:33:42 +02:00
parent edb2f4c164
commit 134400c331
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
SOURCES/Test-Simple-1.302135.tar.gz
/Test-Simple-1.302135.tar.gz
/Test-Simple-[0-9._]*.tar.gz

5
.rpmlint Normal file
View File

@ -0,0 +1,5 @@
from Config import *
addFilter("spelling-error %description -l en_US perldoc -> ");
addFilter("spelling-error %description -l en_US lifed -> ");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/examples/");
addFilter("wrong-script-interpreter /usr/share/doc/perl-Test-Simple/t/");