Skip to content

Commit 188f735

Browse files
committed
RPM: updated .spec file
1 parent 317e40a commit 188f735

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkg/rpm/ipfixcol.spec.in

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Vendor: @CPACK_PACKAGE_VENDOR@
1111
Packager: @CPACK_PACKAGE_CONTACT@
1212

1313
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
14-
BuildRequires: gcc, gcc-c++, cmake >= 2.8.8, make, doxygen, pkg-config
15-
BuildRequires: libfds-devel, gtest >= 1.6.0, gtest-devel
14+
BuildRequires: gcc >= 4.8, gcc-c++ >= 4.8, cmake >= 2.8.8, make
15+
BuildRequires: libfds-devel, python2-docutils
1616
Requires: libfds >= 0.1.0
1717

1818
%description
@@ -61,12 +61,13 @@ make install DESTDIR=%{buildroot}
6161
%{_bindir}/ipfixcol2
6262
%{_bindir}/ipfixsend2
6363
%{_libdir}/ipfixcol2/*.so*
64+
%{_mandir}/man7/*.7.gz
6465

6566
%files devel
6667
%{_includedir}/ipfixcol2.h
6768
%{_includedir}/ipfixcol2/*.h
6869
%{_libdir}/pkgconfig/ipfixcol2.pc
6970

7071
%changelog
71-
* Tue Jun 6 2017 Lukas Hutak <[email protected].cz>
72-
-
72+
* Mon Oct 8 2018 Lukas Hutak <lukas.hutak@cesnet.cz> 2.0.0-1
73+
- Initial RPM release

0 commit comments

Comments
 (0)