From 58de365c388798cfab5e07b82a00ac3f83fe705d Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Mon, 24 Feb 2020 17:46:59 +0100 Subject: [PATCH] Use make_* macros --- perl-Lingua-Stem-Ru.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-Lingua-Stem-Ru.spec b/perl-Lingua-Stem-Ru.spec index 566a9f1..ab9d3f0 100644 --- a/perl-Lingua-Stem-Ru.spec +++ b/perl-Lingua-Stem-Ru.spec @@ -7,8 +7,8 @@ URL: https://metacpan.org/release/Lingua-Stem-Ru Source0: https://cpan.metacpan.org/authors/id/N/NE/NEILB/Lingua-Stem-Ru-%{version}.tar.gz 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) @@ -27,11 +27,11 @@ returning the stemmed words. %setup -q -n Lingua-Stem-Ru-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} +%{make_install} %{_fixperms} %{buildroot}/* %check