re-import sources as agreed with the maintainer
This commit is contained in:
parent
2228396eac
commit
13c74311fe
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
SOURCES/istack-commons-2.21.tar.gz
|
/istack-commons-2.6.1.tar.gz
|
||||||
|
/istack-commons-2.17.tar.gz
|
||||||
/istack-commons-2.21.tar.gz
|
/istack-commons-2.21.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: istack-commons
|
Name: istack-commons
|
||||||
Version: 2.21
|
Version: 2.21
|
||||||
Release: 9%{?dist}
|
Release: 10%{?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,11 +15,8 @@ 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)
|
||||||
@ -43,7 +40,6 @@ 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.
|
||||||
@ -76,13 +72,6 @@ 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}
|
||||||
@ -106,7 +95,6 @@ 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
|
||||||
@ -116,11 +104,12 @@ 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 -s -- -Dproject.build.sourceEncoding=UTF-8
|
%mvn_build -f -s -- -Dproject.build.sourceEncoding=UTF-8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -141,9 +130,6 @@ 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
|
||||||
|
|
||||||
@ -152,6 +138,9 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user