Dirk Mueller 2019-10-30 16:59:43 +00:00 committed by Git OBS Bridge
parent c715f4783b
commit c1d6ec879c

View File

@ -75,14 +75,15 @@ Python binding part.
%build
make %{?_smp_mflags} V=1 NO_PYTHON=1
cd pylibfdt
python3 setup.py build '--executable=/usr/bin/python3 -s'
python3 setup.py build_ext
%py3_build
%install
%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} NO_PYTHON=1
install -p -m 644 libfdt/libfdt_env.h %{buildroot}/%{_includedir}
rm -f %{buildroot}/%{_libdir}/*.a
cd pylibfdt
python3 setup.py install -O1 --force --root %{buildroot} --prefix %{_prefix}
%python3_install
%check
make %{?_smp_mflags} check