diff --git a/perl-Fedora-VSP.spec b/perl-Fedora-VSP.spec index 8705667..7f3277e 100644 --- a/perl-Fedora-VSP.spec +++ b/perl-Fedora-VSP.spec @@ -38,12 +38,11 @@ Red Hat Package (RPM) based Linux distributions. %setup -q -n Fedora-VSP-%{version} %build -perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 +%{make_build} %install -make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -delete +%{make_install} %{_fixperms} %{buildroot}/* %check @@ -56,6 +55,7 @@ make test %changelog * Mon Nov 28 2022 Michal Josef Špaček - 0.001-30 +- Simplify build and install phase - Update license to SPDX format * Fri Jul 22 2022 Fedora Release Engineering - 0.001-29