Modernize a spec file
This commit is contained in:
parent
c4613968b5
commit
3ecf510586
@ -53,11 +53,11 @@ getting provides and requires from Perl binaries and modules.
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORSCRIPT=%{_rpmconfigdir} \
|
||||
NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
mkdir -p %{buildroot}%{_rpmconfigdir}/fileattrs/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user