Simplify build and install phases
This commit is contained in:
parent
4483dcf06a
commit
9aead18958
@ -36,11 +36,11 @@ value of the various Accept* header fields in the request.
|
||||
%setup -q -n HTTP-Negotiate-%{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
|
||||
@ -53,6 +53,7 @@ make test
|
||||
|
||||
%changelog
|
||||
* Thu Dec 01 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.01-34
|
||||
- Simplify build and install phases
|
||||
- Update license to SPDX format
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.01-33
|
||||
|
Loading…
Reference in New Issue
Block a user