Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
1
.HdrHistogram_c.metadata
Normal file
1
.HdrHistogram_c.metadata
Normal file
@ -0,0 +1 @@
|
||||
eb98b65d7b642a370759002c5d190cbf8f896f66 SOURCES/HdrHistogram_c-0.9.13.tar.gz
|
@ -1 +0,0 @@
|
||||
1
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
.build*
|
||||
x86_64/
|
||||
HdrHistogram_c-*.rpm
|
||||
/HdrHistogram_c-*.tar.gz
|
||||
/HdrHistogram_c-0.9.12.tar.gz
|
||||
SOURCES/HdrHistogram_c-0.9.13.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: HdrHistogram_c
|
||||
Version: 0.11.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.9.13
|
||||
Release: 2%{?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 g++ cmake zlib-devel
|
||||
BuildRequires: gcc cmake zlib-devel
|
||||
|
||||
%description
|
||||
C port of High Dynamic Range (HDR) Histogram.
|
||||
@ -25,17 +25,19 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%build
|
||||
%cmake -DHDR_HISTOGRAM_INSTALL_STATIC=OFF .
|
||||
%cmake_build
|
||||
%cmake .
|
||||
%make_build
|
||||
|
||||
|
||||
%check
|
||||
%ctest
|
||||
ls test
|
||||
test/hdr_atomic_test
|
||||
test/hdr_histogram_test
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%cmake_install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
find $RPM_BUILD_ROOT
|
||||
|
||||
@ -47,9 +49,15 @@ find $RPM_BUILD_ROOT
|
||||
%files
|
||||
%license LICENSE.txt
|
||||
%doc README.md
|
||||
%exclude %{_bindir}/*
|
||||
%{_libdir}/libhdr_histogram.so.6.1.0
|
||||
%{_libdir}/libhdr_histogram.so.6
|
||||
%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
|
||||
|
||||
%files devel
|
||||
%dir %{_includedir}/hdr
|
||||
@ -60,35 +68,16 @@ 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
|
||||
* 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
|
||||
|
||||
* Mon Jun 22 2020 Lukas Zapletal <lzap+rpm@redhat.com> - 0.11.0-1
|
||||
- New upstream version
|
||||
* Wed May 20 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-2
|
||||
- Rebuild for CI/gating
|
||||
|
||||
* Wed Apr 29 2020 Nathan Scott <nathans@redhat.com> - 0.9.13-1
|
||||
- New upstream version
|
||||
- Initial version for RHEL-8 (BZ 1748643)
|
||||
|
||||
* Wed Feb 12 2020 Lukas Zapletal <lzap+rpm@redhat.com> - 0.9.12-1
|
||||
- New upstream version
|
||||
- New 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
|
@ -1,9 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-aarch64.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-ppc64le.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-s390x.functional}
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-tmt-x86_64.functional}
|
@ -1,7 +0,0 @@
|
||||
summary: CI Gating Plan
|
||||
discover:
|
||||
how: fmf
|
||||
filter: tag:gating
|
||||
url: https://src.fedoraproject.org/rpms/HdrHistogram_c.git
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user