diff --git a/bladeRF.changes b/bladeRF.changes index cffc0a5..ace2823 100644 --- a/bladeRF.changes +++ b/bladeRF.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 15 22:22:28 UTC 2017 - mardnh@gmx.de + +- Workaround for generating manpages/documentation on + systems emulated via qemu (arm, ppc,...) not longer needed + ------------------------------------------------------------------- Sat Apr 15 17:12:59 UTC 2017 - mardnh@gmx.de diff --git a/bladeRF.spec b/bladeRF.spec index 3996e2f..5b376b2 100644 --- a/bladeRF.spec +++ b/bladeRF.spec @@ -79,9 +79,7 @@ cd host -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \ -DUDEV_RULES_PATH=%{_udevrulesdir} \ -DBLADERF_GROUP=%{bladerf_group} \ -%ifnarch %arm ppc ppc64 -DBUILD_DOCUMENTATION=YES \ -%endif %if 0%{?use_syslog} -DENABLE_LIBBLADERF_SYSLOG=ON \ %endif @@ -108,10 +106,7 @@ cd host %defattr(-,root,root) %doc README.md COPYING CONTRIBUTORS %{_bindir}/bladeRF-cli -# help2man executes ./bladeRF-cli: - that is br0ken when building with qemu's user mode emulation -%ifnarch %arm ppc ppc64 %{_mandir}/man1/bladeRF-cli.1%{ext_man} -%endif %files udev %defattr(-,root,root)