From 416c5289ba553be6ffe1cd3e87199a3e438c4d6d Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Feb 10 2014 15:26:43 +0000 Subject: Add support for installing Maven artifacts with .hpi extension --- diff --git a/0001-Add-support-for-installing-hpi.patch b/0001-Add-support-for-installing-hpi.patch new file mode 100644 index 0000000..e5526a2 --- /dev/null +++ b/0001-Add-support-for-installing-hpi.patch @@ -0,0 +1,85 @@ +diff --git a/configs/configuration-20-rpmbuild-raw.xml b/configs/configuration-20-rpmbuild-raw.xml +index eb99908..9ab7b30 100644 +--- a/configs/configuration-20-rpmbuild-raw.xml ++++ b/configs/configuration-20-rpmbuild-raw.xml +@@ -37,6 +37,18 @@ + + + ++ jenkins-plugin ++ jpp ++ ++ usr/share/jenkins/plugins ++ ++ ++ ++ hpi ++ ++ ++ ++ + base-jni + jpp + +diff --git a/configs/configuration-20-rpmbuild.xml b/configs/configuration-20-rpmbuild.xml +index 5ecb4ba..7a7b543 100644 +--- a/configs/configuration-20-rpmbuild.xml ++++ b/configs/configuration-20-rpmbuild.xml +@@ -49,6 +49,18 @@ + + + ++ jenkins-plugin ++ jpp ++ ++ usr/share/jenkins/plugins ++ ++ ++ ++ hpi ++ ++ ++ ++ + base-jni + jpp + +diff --git a/configs/configuration-20.xml b/configs/configuration-20.xml +index 1186b46..fa6798d 100644 +--- a/configs/configuration-20.xml ++++ b/configs/configuration-20.xml +@@ -86,6 +86,18 @@ + + + ++ jenkins-plugin ++ jpp ++ ++ usr/share/jenkins/plugins ++ ++ ++ ++ hpi ++ ++ ++ ++ + base-jni + jpp + +@@ -107,6 +119,7 @@ + base-raw-pom + base-jar + base-jni ++ jenkins-plugin + + + +@@ -118,6 +131,7 @@ + base-raw-pom + base-jni + base-jar ++ jenkins-plugin + + + diff --git a/javapackages-tools.spec b/javapackages-tools.spec index d77eca7..fcc3bbb 100644 --- a/javapackages-tools.spec +++ b/javapackages-tools.spec @@ -1,6 +1,6 @@ Name: javapackages-tools Version: 3.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Macros and scripts for Java packaging support @@ -8,6 +8,9 @@ License: BSD URL: https://fedorahosted.org/javapackages/ Source0: https://fedorahosted.org/released/javapackages/javapackages-%{version}.tar.xz +# Add support for installing Maven artifacts with .hpi extension +Patch0: 0001-Add-support-for-installing-hpi.patch + BuildArch: noarch BuildRequires: jpackage-utils @@ -108,6 +111,8 @@ Requires: fedora-review %prep %setup -q -n javapackages-%{version} +%patch0 -p1 + %build %configure ./build @@ -144,6 +149,9 @@ popd %changelog +* Mon Feb 10 2014 Michal Srb - 3.5.0-4 +- Add support for installing Maven artifacts with .hpi extension + * Fri Jan 17 2014 Michael Simacek - 3.5.0-3 - Use upstream method of running tests (nosetests)