Replace plain make with %%make_build
This commit is contained in:
parent
0c3684fec2
commit
c96decb2ed
@ -86,7 +86,7 @@ echo 'INSTALL_LIBMANDOC=1' >> configure.local
|
|||||||
|
|
||||||
echo 'CFLAGS="%{optflags} -fPIC"' >> configure.local
|
echo 'CFLAGS="%{optflags} -fPIC"' >> configure.local
|
||||||
./configure
|
./configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -124,7 +124,7 @@ touch %{buildroot}%{_mandir}/man7/tbl.7
|
|||||||
touch %{buildroot}%{_mandir}/man8/makewhatis.8
|
touch %{buildroot}%{_mandir}/man8/makewhatis.8
|
||||||
|
|
||||||
%check
|
%check
|
||||||
env LD_LIBRARY_PATH="$PWD" make regress
|
env LD_LIBRARY_PATH="$PWD" %make_build regress
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libmandoc
|
%ldconfig_scriptlets -n libmandoc
|
||||||
|
|
||||||
@ -241,6 +241,7 @@ fi
|
|||||||
* Tue Apr 14 2020 Björn Esser <besser82@fedoraproject.org> - 1.14.5-10
|
* Tue Apr 14 2020 Björn Esser <besser82@fedoraproject.org> - 1.14.5-10
|
||||||
- libmandoc.so must be linked with COMPAT_OBJS
|
- libmandoc.so must be linked with COMPAT_OBJS
|
||||||
- Add patch to fix configure script
|
- Add patch to fix configure script
|
||||||
|
- Replace plain make with %%make_build
|
||||||
|
|
||||||
* Mon Mar 09 2020 David Cantrell - 1.14.5-9
|
* Mon Mar 09 2020 David Cantrell - 1.14.5-9
|
||||||
- BR perl-interpreter
|
- BR perl-interpreter
|
||||||
|
Loading…
Reference in New Issue
Block a user