diff --git a/perl-Apache-LogRegex.spec b/perl-Apache-LogRegex.spec index 3af6bd2..c75b3cb 100644 --- a/perl-Apache-LogRegex.spec +++ b/perl-Apache-LogRegex.spec @@ -26,11 +26,11 @@ lines from the log file line by line returning a hash of each line. %setup -q -n Apache-LogRegex-%{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