Skip to content

Commit 7e740ce

Browse files
committed
RPM: add description of missing files
1 parent 9d84b58 commit 7e740ce

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (${BUILD_TYPE_UPPER} STREQUAL "COVERAGE")
5454
set(TESTS_DEFAULT ON)
5555
endif()
5656

57-
option(ENABLE_DOC "Enable documentation building" ON)
57+
option(ENABLE_DOC "Enable documentation building" OFF)
5858
option(ENABLE_TESTS "Build Unit tests (make test)" ${TESTS_DEFAULT})
5959
option(ENABLE_TESTS_VALGRIND "Build Unit tests with Valgrind Memcheck" OFF)
6060
option(PACKAGE_BUILDER_RPM "Enable RPM package builder (make rpm)" OFF)

pkg/rpm/ipfixcol.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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]>

0 commit comments

Comments
 (0)