From a3f50b09fcd83ed892abae4042f848accdd47ac6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 27 Feb 2018 17:42:39 +0100 Subject: [PATCH] Modernize spec file --- .rpmlint | 2 ++ perl-Mason-Tidy.spec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..795601d --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* (masontidy|perltidy)"); diff --git a/perl-Mason-Tidy.spec b/perl-Mason-Tidy.spec index 69e42a1..6073fa1 100644 --- a/perl-Mason-Tidy.spec +++ b/perl-Mason-Tidy.spec @@ -9,8 +9,8 @@ Source0: http://www.cpan.org/authors/id/J/JS/JSWARTZ/Mason-Tidy-%{version Patch0: Mason-Tidy-2.57-Adapt-to-changes-in-Perl-Tidy-20180219.patch BuildArch: noarch BuildRequires: make -BuildRequires: perl-interpreter BuildRequires: perl-generators +BuildRequires: perl-interpreter BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 BuildRequires: perl(strict) BuildRequires: perl(warnings)