Blame SPECS/HdrHistogram_c.spec

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