Compare commits
No commits in common. "c8-stream-201801" and "c8-stream-201902" have entirely different histories.
c8-stream-
...
c8-stream-
@ -1 +1 @@
|
|||||||
496c6f58f74ae55f513ed14c7268833289649236 SOURCES/bcel-6.2-src.tar.gz
|
28802d52408952747671b95539bdda9b842cd25f SOURCES/bcel-6.4.1-src.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/bcel-6.2-src.tar.gz
|
SOURCES/bcel-6.4.1-src.tar.gz
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
%bcond_without jna
|
|
||||||
|
|
||||||
Name: bcel
|
Name: bcel
|
||||||
Version: 6.2
|
Version: 6.4.1
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 0
|
|
||||||
Summary: Byte Code Engineering Library
|
Summary: Byte Code Engineering Library
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/proper/commons-bcel/
|
URL: http://commons.apache.org/proper/commons-bcel/
|
||||||
@ -13,12 +10,6 @@ BuildArch: noarch
|
|||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
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
|
%description
|
||||||
The Byte Code Engineering Library (formerly known as JavaClass) is
|
The Byte Code Engineering Library (formerly known as JavaClass) is
|
||||||
@ -51,11 +42,7 @@ This package provides %{summary}.
|
|||||||
%mvn_file : %{name}
|
%mvn_file : %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if %{without jna}
|
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
%else
|
|
||||||
%mvn_build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -68,6 +55,23 @@ This package provides %{summary}.
|
|||||||
%license LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:6.2-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user