Backport java-headless patches
This commit is contained in:
parent
0bb61b2d7e
commit
b38e058ac5
@ -1,6 +1,6 @@
|
||||
Name: javapackages-tools
|
||||
Version: 3.5.0
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -11,6 +11,9 @@ Source0: https://fedorahosted.org/released/javapackages/javapackages-%{ve
|
||||
# Add support for installing Maven artifacts with .hpi extension
|
||||
Patch0: 0001-Add-support-for-installing-hpi.patch
|
||||
|
||||
Patch1: 0001-depgenerators-Switch-to-require-java-headless-instea.patch
|
||||
Patch2: 0002-test-Fix-testsuite-for-java-headless-change.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: jpackage-utils
|
||||
@ -112,6 +115,8 @@ Requires: fedora-review
|
||||
%setup -q -n javapackages-%{version}
|
||||
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -149,6 +154,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 24 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.5.0-5
|
||||
- Backport java-headless patches
|
||||
|
||||
* Mon Feb 10 2014 Michal Srb <msrb@redhat.com> - 3.5.0-4
|
||||
- Add support for installing Maven artifacts with .hpi extension
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user