Summary: C port of High Dynamic Range (HDR) Histogram Name: hdr-histogram-c Version: 0.9.6 Release: 2%{?dist} License: BSD or CC0 Group: Development/Tools Source: https://github.com/HdrHistogram/HdrHistogram_c/archive/%{version}.tar.gz URL: https://github.com/HdrHistogram/HdrHistogram_c BuildRequires: cmake BuildRequires: make BuildRequires: gcc BuildRequires: zlib-devel Requires: zlib %description This library is a C port of High Dynamic Range (HDR) Histogram %package devel Summary: C port of High Dynamic Range (HDR) Histogram development kit Requires: hdr-histogram-c Group: Development/Libraries %description devel Development packages for the C port of High Dynamic Range (HDR) Histogram %prep %autosetup -n hdr-histogram-c-%{version} %build mkdir build && cd build %cmake .. make all %install cd build make install DESTDIR=%{buildroot} %files %doc README.md LICENSE.txt COPYING.txt %{_libdir}/* %{_bindir}/* %files devel %{_includedir}/* %changelog * Fri Jul 28 2017 Otavio R. Piske - 0.9.6-2 - Adjust to comply with fedora packaging guidelines * Sun Jul 23 2017 Otavio R. Piske - 0.9.6-1 - Initial packaging