Compare commits
No commits in common. "c8s" and "c8" have entirely different histories.
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
|||||||
/istack-commons-2.6.1.tar.gz
|
SOURCES/istack-commons-2.21.tar.gz
|
||||||
/istack-commons-2.17.tar.gz
|
|
||||||
/istack-commons-2.21.tar.gz
|
|
||||||
|
1
.istack-commons.metadata
Normal file
1
.istack-commons.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
dc8de945ff7550d38ea3cd72cea4f35b1eec055d SOURCES/istack-commons-2.21.tar.gz
|
@ -1,6 +1,6 @@
|
|||||||
Name: istack-commons
|
Name: istack-commons
|
||||||
Version: 2.21
|
Version: 2.21
|
||||||
Release: 10%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Common code for some Glassfish projects
|
Summary: Common code for some Glassfish projects
|
||||||
License: CDDL-1.1 and GPLv2 with exceptions
|
License: CDDL-1.1 and GPLv2 with exceptions
|
||||||
URL: http://istack-commons.java.net
|
URL: http://istack-commons.java.net
|
||||||
@ -15,8 +15,11 @@ BuildArch: noarch
|
|||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(com.sun.codemodel:codemodel)
|
BuildRequires: mvn(com.sun.codemodel:codemodel)
|
||||||
BuildRequires: mvn(com.sun:tools)
|
BuildRequires: mvn(com.sun:tools)
|
||||||
|
BuildRequires: mvn(dom4j:dom4j)
|
||||||
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: mvn(net.java:jvnet-parent:pom:)
|
BuildRequires: mvn(net.java:jvnet-parent:pom:)
|
||||||
BuildRequires: mvn(org.apache.ant:ant)
|
BuildRequires: mvn(org.apache.ant:ant)
|
||||||
|
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:maven-aether-provider)
|
BuildRequires: mvn(org.apache.maven:maven-aether-provider)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-compat)
|
BuildRequires: mvn(org.apache.maven:maven-compat)
|
||||||
@ -40,6 +43,7 @@ BuildRequires: mvn(org.eclipse.aether:aether-spi)
|
|||||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-file)
|
BuildRequires: mvn(org.eclipse.aether:aether-transport-file)
|
||||||
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
|
BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon)
|
||||||
BuildRequires: mvn(org.eclipse.aether:aether-util)
|
BuildRequires: mvn(org.eclipse.aether:aether-util)
|
||||||
|
BuildRequires: mvn(org.testng:testng)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
|
Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
|
||||||
@ -72,6 +76,13 @@ Obsoletes: %{name} < %{version}-%{release}
|
|||||||
%description runtime
|
%description runtime
|
||||||
This package contains istack-commons runtime.
|
This package contains istack-commons runtime.
|
||||||
|
|
||||||
|
%package test
|
||||||
|
Summary: istack-commons test
|
||||||
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
|
|
||||||
|
%description test
|
||||||
|
This package contains istack-commons test.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: istack-commons tools
|
Summary: istack-commons tools
|
||||||
Obsoletes: %{name} < %{version}-%{release}
|
Obsoletes: %{name} < %{version}-%{release}
|
||||||
@ -95,6 +106,7 @@ This package contains the API documentation for %{name}.
|
|||||||
# backward compatibility symlinks
|
# backward compatibility symlinks
|
||||||
%mvn_file com.sun.istack:%{name}-buildtools %{name}-buildtools %{name}/%{name}-buildtools
|
%mvn_file com.sun.istack:%{name}-buildtools %{name}-buildtools %{name}/%{name}-buildtools
|
||||||
%mvn_file com.sun.istack:%{name}-runtime %{name}-runtime %{name}/%{name}-runtime
|
%mvn_file com.sun.istack:%{name}-runtime %{name}-runtime %{name}/%{name}-runtime
|
||||||
|
%mvn_file com.sun.istack:%{name}-test %{name}-test %{name}/%{name}-test
|
||||||
%mvn_file com.sun.istack:%{name}-tools %{name}-tools %{name}/%{name}-tools
|
%mvn_file com.sun.istack:%{name}-tools %{name}-tools %{name}/%{name}-tools
|
||||||
|
|
||||||
# Unused & unavailable dep
|
# Unused & unavailable dep
|
||||||
@ -104,12 +116,11 @@ This package contains the API documentation for %{name}.
|
|||||||
%pom_remove_dep com.sun:tools tools
|
%pom_remove_dep com.sun:tools tools
|
||||||
%pom_add_dep com.sun:tools tools
|
%pom_add_dep com.sun:tools tools
|
||||||
|
|
||||||
%pom_disable_module test
|
|
||||||
%pom_disable_module soimp
|
%pom_disable_module soimp
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%mvn_build -f -s -- -Dproject.build.sourceEncoding=UTF-8
|
%mvn_build -s -- -Dproject.build.sourceEncoding=UTF-8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -130,6 +141,9 @@ This package contains the API documentation for %{name}.
|
|||||||
%files runtime -f .mfiles-istack-commons-runtime
|
%files runtime -f .mfiles-istack-commons-runtime
|
||||||
%doc Licence.txt
|
%doc Licence.txt
|
||||||
|
|
||||||
|
%files test -f .mfiles-istack-commons-test
|
||||||
|
%doc Licence.txt
|
||||||
|
|
||||||
%files tools -f .mfiles-istack-commons-tools
|
%files tools -f .mfiles-istack-commons-tools
|
||||||
%doc Licence.txt
|
%doc Licence.txt
|
||||||
|
|
||||||
@ -138,9 +152,6 @@ This package contains the API documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 29 2021 Fraser Tweedale <ftweedal@redhat.com> - 2.21-10
|
|
||||||
- Disable test module
|
|
||||||
|
|
||||||
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.21-9
|
* Wed May 30 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.21-9
|
||||||
- Disable soimp module
|
- Disable soimp module
|
||||||
|
|
@ -1,9 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
# istack-commons is a build dependency of glassfish-jaxb.
|
|
||||||
# The manual gating should ensure that glassfish-jaxb builds
|
|
||||||
# successfully with any updates to istack-commons
|
|
||||||
- !PassingTestCaseRule {test_case_name: manual.sst_identity_management.istack-commons.glassfish-jaxb-builds}
|
|
Loading…
Reference in New Issue
Block a user