Compare commits
No commits in common. "c8-stream-201902" and "c8-beta-stream-201801" have entirely different histories.
c8-stream-
...
c8-beta-st
@ -1 +1 @@
|
||||
28802d52408952747671b95539bdda9b842cd25f SOURCES/bcel-6.4.1-src.tar.gz
|
||||
496c6f58f74ae55f513ed14c7268833289649236 SOURCES/bcel-6.2-src.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/bcel-6.4.1-src.tar.gz
|
||||
SOURCES/bcel-6.2-src.tar.gz
|
||||
|
@ -1,6 +1,9 @@
|
||||
%bcond_without jna
|
||||
|
||||
Name: bcel
|
||||
Version: 6.4.1
|
||||
Version: 6.2
|
||||
Release: 2%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Byte Code Engineering Library
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/proper/commons-bcel/
|
||||
@ -10,6 +13,12 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
%if %{with jna}
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(net.java.dev.jna:jna)
|
||||
BuildRequires: mvn(net.java.dev.jna:jna-platform)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Byte Code Engineering Library (formerly known as JavaClass) is
|
||||
@ -42,7 +51,11 @@ This package provides %{summary}.
|
||||
%mvn_file : %{name}
|
||||
|
||||
%build
|
||||
%if %{without jna}
|
||||
%mvn_build -f
|
||||
%else
|
||||
%mvn_build
|
||||
%endif
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -55,23 +68,6 @@ This package provides %{summary}.
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.4.1-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Wed Oct 16 2019 Marian Koncek <mkoncek@redhat.com> - 6.4.1-1
|
||||
- Update to upstream version 6.4.1
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.3.1-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Mon May 06 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3.1-1
|
||||
- Update to upstream version 6.3.1
|
||||
- Fixes: RHBZ #1692150
|
||||
|
||||
* Tue Feb 05 2019 Marian Koncek <mkoncek@redhat.com> - 0:6.3-1
|
||||
- Update to upstream version 6.3
|
||||
- Fixes: RHBZ #1670025
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user