Compare commits
No commits in common. "c10s" and "c8-stream-rhel8" have entirely different histories.
c10s
...
c8-stream-
1
.HdrHistogram.metadata
Normal file
1
.HdrHistogram.metadata
Normal file
@ -0,0 +1 @@
|
||||
3e76f4f3b51828dc121ec02b4efc48a09528f0a8 SOURCES/HdrHistogram-2.1.11.tar.gz
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/HdrHistogram-2.1.8.tar.gz
|
||||
/HdrHistogram-2.1.11.tar.gz
|
||||
/HdrHistogram-2.1.12.tar.gz
|
||||
SOURCES/HdrHistogram-2.1.11.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: HdrHistogram
|
||||
Version: 2.1.12
|
||||
Version: 2.1.11
|
||||
Release: 3%{?dist}
|
||||
Summary: A High Dynamic Range (HDR) Histogram
|
||||
License: BSD and CC0
|
||||
@ -7,14 +7,17 @@ URL: http://hdrhistogram.github.io/%{name}/
|
||||
Source0: https://github.com/%{name}/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: junit5
|
||||
BuildRequires: mvn(com.google.code.maven-replacer-plugin:replacer)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
# fedora 25
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
# Explicit requires for javapackages-tools since HistogramLogProcessor script
|
||||
# uses /usr/share/java-utils/java-functions
|
||||
Requires: javapackages-tools
|
||||
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
%description
|
||||
HdrHistogram supports the recording and analyzing sampled data value
|
||||
@ -40,14 +43,13 @@ find -name "*.jar" -print -delete
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :nexus-staging-maven-plugin
|
||||
%pom_remove_plugin :maven-gpg-plugin
|
||||
|
||||
%pom_xpath_set "pom:plugin[pom:groupId = 'com.google.code.maven-replacer-plugin' ]/pom:artifactId" replacer
|
||||
|
||||
%mvn_file :%{name} %{name}
|
||||
|
||||
%build
|
||||
%mvn_build --xmvn-javadoc
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -63,30 +65,8 @@ find -name "*.jar" -print -delete
|
||||
%license COPYING.txt LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.12-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.12-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Thu Jan 28 2021 Alex Macdonald <almacdon@redhat.com> - 2.1.12-1
|
||||
- Update to 2.1.12
|
||||
|
||||
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.11-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.1.11-5
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Thu Jun 11 2020 jiri vanel <jvanek@redhat.com> - 2.1.11-4
|
||||
- building javadoc with --xmvn-javadoc
|
||||
|
||||
* Sat Apr 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.1.11-3
|
||||
- Clean up BuildRequires with xmvn-builddep.
|
||||
* Thu Mar 04 2021 Alex Macdonald <almacdon@redhat.com> - 2.1.11-3
|
||||
- Add ExclusiveArch: x86_64
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
Loading…
Reference in New Issue
Block a user