Accepting request 488129 from home:mnhauke:sdr-devel

- Workaround for generating manpages/documentation on
  systems emulated via qemu (arm, ppc,...) not longer needed

OBS-URL: https://build.opensuse.org/request/show/488129
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/bladeRF?expand=0&rev=10
This commit is contained in:
Martin Pluskal 2017-04-15 22:32:54 +00:00 committed by Git OBS Bridge
parent 9c43916a37
commit a631efa236
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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)