From 2d99d5f120907ad0c4d2094f40537dfa6c085308 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Fri, 30 Jun 2023 07:40:54 +0200 Subject: [PATCH] re-import sources as agreed with the maintainer --- .gitignore | 4 ++++ perl-Math-BigInt-FastCalc.rpmlintrc | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 perl-Math-BigInt-FastCalc.rpmlintrc diff --git a/.gitignore b/.gitignore index 4d53faa..9642615 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +/Math-BigInt-FastCalc-0.5005.tar.gz +/Math-BigInt-FastCalc-0.5006.tar.gz +/Math-BigInt-FastCalc-0.5007.tar.gz +/Math-BigInt-FastCalc-0.5008.tar.gz /Math-BigInt-FastCalc-0.5009.tar.gz diff --git a/perl-Math-BigInt-FastCalc.rpmlintrc b/perl-Math-BigInt-FastCalc.rpmlintrc new file mode 100644 index 0000000..1abaf32 --- /dev/null +++ b/perl-Math-BigInt-FastCalc.rpmlintrc @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* Calc");