From 79e932709f9e3e5647a4f71583e5d534ca7a06ac Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 27 Nov 2023 15:27:52 +0100 Subject: [PATCH] Add jaxb-istack-commons-maven-plugin subpackage --- jaxb-istack-commons.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/jaxb-istack-commons.spec b/jaxb-istack-commons.spec index 35ada94..eb09778 100644 --- a/jaxb-istack-commons.spec +++ b/jaxb-istack-commons.spec @@ -1,6 +1,6 @@ Name: jaxb-istack-commons Version: 4.2.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: iStack Common Utility Code License: BSD-3-Clause URL: https://github.com/eclipse-ee4j/jaxb-istack-commons @@ -17,10 +17,18 @@ BuildRequires: mvn(org.apache.ant:ant-junit) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-dependency-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.glassfish.jaxb:codemodel) %description Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects. +%package maven-plugin +Summary: istack-commons maven-plugin + +%description maven-plugin +This package contains istack-commons maven-plugin. + %package runtime Summary: istack-commons runtime @@ -58,7 +66,6 @@ pushd istack-commons %pom_disable_module buildtools %pom_disable_module import-properties-plugin -%pom_disable_module maven-plugin %mvn_package :istack-commons __noinstall popd @@ -74,6 +81,8 @@ pushd istack-commons %mvn_install popd +%files maven-plugin -f istack-commons/.mfiles-istack-commons-maven-plugin +%license LICENSE.md NOTICE.md %files runtime -f istack-commons/.mfiles-istack-commons-runtime %license LICENSE.md NOTICE.md %files test -f istack-commons/.mfiles-istack-commons-test @@ -82,6 +91,9 @@ popd %license LICENSE.md NOTICE.md %changelog +* Mon Nov 27 2023 Marian Koncek - 4.2.0-4 +- Add jaxb-istack-commons-maven-plugin subpackage + * Fri Sep 01 2023 Mikolaj Izdebski - 4.2.0-3 - Convert License tag to SPDX format