|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: HdrHistogram_c
|
|
|
|
|
Version: 0.9.13
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.11.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Summary: C port of the HdrHistogram
|
|
|
|
|
License: BSD and Public Domain
|
|
|
|
|
URL: https://github.com/HdrHistogram/%{name}
|
|
|
|
|
Source0: https://github.com/HdrHistogram/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc cmake zlib-devel
|
|
|
|
|
BuildRequires: gcc g++ cmake zlib-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
C port of High Dynamic Range (HDR) Histogram.
|
|
|
|
@ -25,19 +25,17 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake .
|
|
|
|
|
%make_build
|
|
|
|
|
%cmake -DHDR_HISTOGRAM_INSTALL_STATIC=OFF .
|
|
|
|
|
%cmake_build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
ls test
|
|
|
|
|
test/hdr_atomic_test
|
|
|
|
|
test/hdr_histogram_test
|
|
|
|
|
%ctest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%make_install
|
|
|
|
|
%cmake_install
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
find $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
@ -49,15 +47,9 @@ find $RPM_BUILD_ROOT
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
|
%doc README.md
|
|
|
|
|
%exclude %{_bindir}/hiccup
|
|
|
|
|
%exclude %{_bindir}/hdr_decoder
|
|
|
|
|
%exclude %{_bindir}/perftest
|
|
|
|
|
%exclude %{_bindir}/hdr_histogram_log_test
|
|
|
|
|
%exclude %{_bindir}/hdr_histogram_test
|
|
|
|
|
%exclude %{_bindir}/hdr_histogram_atomic_test
|
|
|
|
|
%{_libdir}/libhdr_histogram.so.5.0.0
|
|
|
|
|
%{_libdir}/libhdr_histogram.so.5
|
|
|
|
|
%exclude %{_libdir}/libhdr_histogram_static.a
|
|
|
|
|
%exclude %{_bindir}/*
|
|
|
|
|
%{_libdir}/libhdr_histogram.so.6.1.0
|
|
|
|
|
%{_libdir}/libhdr_histogram.so.6
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%dir %{_includedir}/hdr
|
|
|
|
@ -68,19 +60,35 @@ find $RPM_BUILD_ROOT
|
|
|
|
|
%{_includedir}/hdr/hdr_histogram_log.h
|
|
|
|
|
%{_includedir}/hdr/hdr_histogram.h
|
|
|
|
|
%{_libdir}/libhdr_histogram.so
|
|
|
|
|
%{_libdir}/cmake/hdr_histogram/*.cmake
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.9.13-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.11.0-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.11.0-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 20 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-2
|
|
|
|
|
- Rebuild for CI/gating
|
|
|
|
|
* Mon Jun 22 2020 Lukas Zapletal <lzap+rpm@redhat.com> - 0.11.0-1
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Wed Apr 29 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-1
|
|
|
|
|
- Initial version for RHEL-8 (BZ 1748643)
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Wed Feb 12 2020 Lukas Zapletal <lzap+rpm@redhat.com> - 0.9.12-1
|
|
|
|
|
- New version
|
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.11-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|