Improve compatibility with new CMake macro

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-07-05 20:05:47 +02:00
parent c96b0b99c3
commit 3d32f58e81
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

View File

@ -1,3 +1,6 @@
%undefine __cmake_in_source_build
%global _vpath_builddir build
Name: yajl Name: yajl
Version: 2.1.0 Version: 2.1.0
Release: 14%{?dist} Release: 14%{?dist}
@ -52,16 +55,12 @@ necessary for developing against the YAJL library
# NB, we are not using upstream's 'configure'/'make' # NB, we are not using upstream's 'configure'/'make'
# wrapper, instead we use cmake directly to better # wrapper, instead we use cmake directly to better
# align with Fedora standards # align with Fedora standards
mkdir build %cmake
cd build %cmake_build
%cmake ..
make VERBOSE=1 %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT %cmake_install
cd build
make install DESTDIR=$RPM_BUILD_ROOT
# No static libraries # No static libraries