File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ if (${BUILD_TYPE_UPPER} STREQUAL "COVERAGE")
5454 set (TESTS_DEFAULT ON )
5555endif ()
5656
57- option (ENABLE_DOC "Enable documentation building" ON )
57+ option (ENABLE_DOC "Enable documentation building" OFF )
5858option (ENABLE_TESTS "Build Unit tests (make test)" ${TESTS_DEFAULT} )
5959option (ENABLE_TESTS_VALGRIND "Build Unit tests with Valgrind Memcheck" OFF )
6060option (PACKAGE_BUILDER_RPM "Enable RPM package builder (make rpm)" OFF )
Original file line number Diff line number Diff line change @@ -59,10 +59,13 @@ make install DESTDIR=%{buildroot}
5959%license LICENSE
6060# %doc add-docs-here
6161%{_bindir}/ipfixcol2
62+ %{_bindir}/ipfixsend2
63+ %{_libdir}/ipfixcol2/*.so*
6264
6365%files devel
6466%{_includedir}/ipfixcol2.h
6567%{_includedir}/ipfixcol2/*.h
68+ %{_libdir}/pkgconfig/ipfixcol2.pc
6669
6770%changelog
6871* Tue Jun 6 2017 Lukas Hutak <
[email protected] >
You can’t perform that action at this time.
0 commit comments