Add jaxb-istack-commons-maven-plugin subpackage
This commit is contained in:
parent
6589e254d1
commit
79e932709f
@ -1,6 +1,6 @@
|
|||||||
Name: jaxb-istack-commons
|
Name: jaxb-istack-commons
|
||||||
Version: 4.2.0
|
Version: 4.2.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: iStack Common Utility Code
|
Summary: iStack Common Utility Code
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
|
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.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-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-dependency-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.glassfish.jaxb:codemodel)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
|
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
|
%package runtime
|
||||||
Summary: istack-commons runtime
|
Summary: istack-commons runtime
|
||||||
|
|
||||||
@ -58,7 +66,6 @@ pushd istack-commons
|
|||||||
|
|
||||||
%pom_disable_module buildtools
|
%pom_disable_module buildtools
|
||||||
%pom_disable_module import-properties-plugin
|
%pom_disable_module import-properties-plugin
|
||||||
%pom_disable_module maven-plugin
|
|
||||||
|
|
||||||
%mvn_package :istack-commons __noinstall
|
%mvn_package :istack-commons __noinstall
|
||||||
popd
|
popd
|
||||||
@ -74,6 +81,8 @@ pushd istack-commons
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
popd
|
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
|
%files runtime -f istack-commons/.mfiles-istack-commons-runtime
|
||||||
%license LICENSE.md NOTICE.md
|
%license LICENSE.md NOTICE.md
|
||||||
%files test -f istack-commons/.mfiles-istack-commons-test
|
%files test -f istack-commons/.mfiles-istack-commons-test
|
||||||
@ -82,6 +91,9 @@ popd
|
|||||||
%license LICENSE.md NOTICE.md
|
%license LICENSE.md NOTICE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2023 Marian Koncek <mkoncek@redhat.com> - 4.2.0-4
|
||||||
|
- Add jaxb-istack-commons-maven-plugin subpackage
|
||||||
|
|
||||||
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-3
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.2.0-3
|
||||||
- Convert License tag to SPDX format
|
- Convert License tag to SPDX format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user