https://bugzilla.redhat.com/show_bug.cgi?id=1614551 Robert-André Mauchin <zebob.m@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@xxxxxxxxx --- Comment #1 from Robert-André Mauchin <zebob.m@xxxxxxxxx> --- - Same issue as before, why do you package a snapshot instead of the latest release - Not needed: rm -rf $RPM_BUILD_ROOT - Don't use a glob for the major soname version to avoid unintentional soname bump: %{_libdir}/libSoapySDR.so.0.* - Use of %{python2_sitearch}/* / %{python3_sitearch}/* is now forbidden, be more specific instead of using a glob. - Python2 files don't seem to be built: BUILDSTDERR: File not found : /builddir/build/BUILDROOT/SoapySDR-0.6.1-1.fc29.x86_64/usr/lib64/python2.7/site-packages/* Child return code was: 1 The Cmake script only detects Python 3: -- ############################################# -- ## Begin configuration for Python support... -- ############################################# -- Enabling optional Python bindings if possible... -- Found SWIG: /usr/bin/swig (found version "3.0.12") -- SWIG_FOUND: TRUE - 3.0.12 -- Found PythonInterp: /usr/bin/python3.7 (found version "3.7") -- PYTHONINTERP_FOUND: TRUE - 3.7 -- PYTHON_EXECUTABLE: /usr/bin/python3.7 -- PYTHON_INSTALL_DIR: ${prefix}/lib64/python3.7/site-packages -- PYTHONLIBS_FOUND: TRUE - 3.7 -- PYTHON_INCLUDE_DIRS: /usr/include/python3.7m;/usr/include/python3.7m -- PYTHON_LIBRARIES: -L/usr/lib64 -lpython3.7m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -- Performing Test SIZE_T_IS_UNSIGNED_INT -- Performing Test SIZE_T_IS_UNSIGNED_INT - Failed -- CMAKE_SWIG_FLAGS=-c++;-threads -- -- ############################################# -- ## Begin configuration for Python3 support... -- ############################################# -- Enabling optional Python3 bindings if possible... -- SWIG_FOUND: TRUE - 3.0.12 -- Found Python3Interp: /usr/bin/python3 -- Could NOT find Python3InterpDbg (missing: PYTHON3_DBG_EXECUTABLE) -- PYTHON3INTERP_FOUND: TRUE -- PYTHON3_EXECUTABLE: /usr/bin/python3 -- PYTHON3_INSTALL_DIR: ${prefix}/lib64/python3.7/site-packages -- Found Python3Libs: -L/usr/lib64 -lpython3.7m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -- PYTHON3LIBS_FOUND: TRUE -- PYTHON3_INCLUDE_DIRS: /usr/include/python3.7m;/usr/include/python3.7m -- PYTHON3_LIBRARIES: -L/usr/lib64 -lpython3.7m -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -- -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx/message/SBB7Z74A5SWGH3JHK7V6MIKE6MUMAKYA/