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}
|
%setup -q -n HTTP-Negotiate-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
make %{?_smp_mflags}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=%{buildroot}
|
%{make_install}
|
||||||
%{_fixperms} %{buildroot}/*
|
%{_fixperms} %{buildroot}/*
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -53,6 +53,7 @@ make test
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 01 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.01-34
|
* Thu Dec 01 2022 Michal Josef Špaček <mspacek@redhat.com> - 6.01-34
|
||||||
|
- Simplify build and install phases
|
||||||
- Update license to SPDX format
|
- Update license to SPDX format
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.01-33
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.01-33
|
||||||
|
Loading…
Reference in New Issue
Block a user