Blame SPECS/HdrHistogram_c.spec

c8c839
Name: HdrHistogram_c
c8c839
Version: 0.9.13
c8c839
Release: 2%{?dist}
c8c839
Summary: C port of the HdrHistogram 
c8c839
License: BSD and Public Domain
c8c839
URL: https://github.com/HdrHistogram/%{name}
c8c839
Source0: https://github.com/HdrHistogram/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
c8c839
c8c839
BuildRequires: gcc cmake zlib-devel
c8c839
c8c839
%description
c8c839
C port of High Dynamic Range (HDR) Histogram.
c8c839
c8c839
%package devel
c8c839
Summary: Development files for %{name}
c8c839
Requires: %{name}%{?_isa} = %{version}-%{release}
c8c839
c8c839
%description devel
c8c839
The %{name}-devel package contains libraries and header files for
c8c839
developing applications that use %{name}.
c8c839
c8c839
c8c839
%prep
c8c839
%autosetup -n %{name}-%{version}
c8c839
c8c839
c8c839
%build
c8c839
%cmake .
c8c839
%make_build
c8c839
c8c839
c8c839
%check
c8c839
ls test
c8c839
test/hdr_atomic_test
c8c839
test/hdr_histogram_test
c8c839
c8c839
c8c839
%install
c8c839
rm -rf $RPM_BUILD_ROOT
c8c839
%make_install
c8c839
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
c8c839
find $RPM_BUILD_ROOT
c8c839
c8c839
%ldconfig_post
c8c839
c8c839
%ldconfig_postun
c8c839
c8c839
c8c839
%files
c8c839
%license LICENSE.txt
c8c839
%doc README.md
c8c839
%exclude %{_bindir}/hiccup
c8c839
%exclude %{_bindir}/hdr_decoder
c8c839
%exclude %{_bindir}/perftest
c8c839
%exclude %{_bindir}/hdr_histogram_log_test
c8c839
%exclude %{_bindir}/hdr_histogram_test
c8c839
%exclude %{_bindir}/hdr_histogram_atomic_test
c8c839
%{_libdir}/libhdr_histogram.so.5.0.0
c8c839
%{_libdir}/libhdr_histogram.so.5
c8c839
%exclude %{_libdir}/libhdr_histogram_static.a
c8c839
c8c839
%files devel
c8c839
%dir %{_includedir}/hdr
c8c839
%{_includedir}/hdr/hdr_thread.h
c8c839
%{_includedir}/hdr/hdr_interval_recorder.h
c8c839
%{_includedir}/hdr/hdr_writer_reader_phaser.h
c8c839
%{_includedir}/hdr/hdr_time.h
c8c839
%{_includedir}/hdr/hdr_histogram_log.h
c8c839
%{_includedir}/hdr/hdr_histogram.h
c8c839
%{_libdir}/libhdr_histogram.so
c8c839
c8c839
%changelog
c8c839
* Wed May 20 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-2
c8c839
- Rebuild for CI/gating
c8c839
c8c839
* Wed Apr 29 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-1
c8c839
- Initial version for RHEL-8 (BZ 1748643)
c8c839
c8c839
* Wed Feb 12 2020 Lukas Zapletal <lzap+rpm@redhat.com> - 0.9.12-1
c8c839
- New version
c8c839
c8c839
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.11-2
c8c839
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c8c839
c8c839
* Wed Aug 14 2019 Lukáš Zapletal 0.9.11-1
c8c839
- Initial package version