Update to upstream version 4.1.1
This commit is contained in:
parent
cef8c08d0c
commit
10cae73b67
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
|
|
||||||
/jaxb-istack-commons-3.0.11.tar.gz
|
/jaxb-istack-commons-3.0.11.tar.gz
|
||||||
/jaxb-istack-commons-3.0.12.tar.gz
|
/jaxb-istack-commons-3.0.12.tar.gz
|
||||||
|
/jaxb-istack-commons-4.1.1.tar.gz
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
%global commit 7ed1368ef26d2b4ef752b35ae33a98ec372ef3f8
|
|
||||||
%global _buildNumber %(c=%{commit}; echo ${c:0:7})
|
|
||||||
%global _scmBranch %{version}
|
|
||||||
|
|
||||||
Name: jaxb-istack-commons
|
Name: jaxb-istack-commons
|
||||||
Version: 3.0.12
|
Version: 4.1.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: iStack Common Utility Code
|
Summary: iStack Common Utility Code
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
|
URL: https://github.com/eclipse-ee4j/jaxb-istack-commons
|
||||||
@ -39,50 +35,53 @@ Code shared between JAXP, JAXB, SAAJ, and JAX-WS projects.
|
|||||||
|
|
||||||
%package -n istack-commons-maven-plugin
|
%package -n istack-commons-maven-plugin
|
||||||
Summary: istack-commons Maven Mojo
|
Summary: istack-commons Maven Mojo
|
||||||
|
|
||||||
%description -n istack-commons-maven-plugin
|
%description -n istack-commons-maven-plugin
|
||||||
This package contains the istack-commons Maven Mojo.
|
This package contains the istack-commons Maven Mojo.
|
||||||
|
|
||||||
%package -n import-properties-plugin
|
%package -n import-properties-plugin
|
||||||
Summary: istack-commons import properties plugin
|
Summary: istack-commons import properties plugin
|
||||||
|
|
||||||
%description -n import-properties-plugin
|
%description -n import-properties-plugin
|
||||||
This package contains the istack-commons import properties Maven Mojo.
|
This package contains the istack-commons import properties Maven Mojo.
|
||||||
|
|
||||||
%package -n istack-commons-runtime
|
%package -n istack-commons-runtime
|
||||||
Summary: istack-commons runtime
|
Summary: istack-commons runtime
|
||||||
|
|
||||||
%description -n istack-commons-runtime
|
%description -n istack-commons-runtime
|
||||||
This package contains istack-commons runtime.
|
This package contains istack-commons runtime.
|
||||||
|
|
||||||
%package -n istack-commons-tools
|
%package -n istack-commons-tools
|
||||||
Summary: istack-commons tools
|
Summary: istack-commons tools
|
||||||
|
|
||||||
%description -n istack-commons-tools
|
%description -n istack-commons-tools
|
||||||
This package contains istack-commons tools.
|
This package contains istack-commons tools.
|
||||||
|
|
||||||
%package -n istack-commons-buildtools
|
%package -n istack-commons-buildtools
|
||||||
Summary: istack-commons buildtools
|
Summary: istack-commons buildtools
|
||||||
|
|
||||||
%description -n istack-commons-buildtools
|
%description -n istack-commons-buildtools
|
||||||
This package contains istack-commons buildtools.
|
This package contains istack-commons buildtools.
|
||||||
|
|
||||||
%package -n istack-commons-soimp
|
%package -n istack-commons-soimp
|
||||||
Summary: istack-commons soimp
|
Summary: istack-commons soimp
|
||||||
|
|
||||||
%description -n istack-commons-soimp
|
%description -n istack-commons-soimp
|
||||||
This package contains istack-commons soimp.
|
This package contains istack-commons soimp.
|
||||||
|
|
||||||
%package -n istack-commons-test
|
%package -n istack-commons-test
|
||||||
Summary: istack-commons test
|
Summary: istack-commons test
|
||||||
|
|
||||||
%description -n istack-commons-test
|
%description -n istack-commons-test
|
||||||
This package contains istack-commons test.
|
This package contains istack-commons test.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%setup -q
|
||||||
|
|
||||||
pushd istack-commons
|
pushd istack-commons
|
||||||
# disable very verbose warnings
|
|
||||||
sed -i -e '/Xlint:all/d' pom.xml
|
|
||||||
|
|
||||||
# remove unnecessary dependency on parent POM
|
|
||||||
%pom_remove_parent
|
%pom_remove_parent
|
||||||
|
|
||||||
# remove unnecessary maven plugins
|
|
||||||
%pom_remove_plugin :buildnumber-maven-plugin
|
%pom_remove_plugin :buildnumber-maven-plugin
|
||||||
%pom_remove_plugin :glassfish-copyright-maven-plugin
|
%pom_remove_plugin :glassfish-copyright-maven-plugin
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
@ -98,9 +97,8 @@ popd
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
pushd istack-commons
|
pushd istack-commons
|
||||||
# - skip javadoc build due to https://github.com/fedora-java/xmvn/issues/58
|
# Javadoc fails on module.info files: "error: too many module declarations found"
|
||||||
# - ignore test
|
%mvn_build -f -s -j
|
||||||
%mvn_build -f -j -s -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 -DscmBranch=%{_scmBranch} -DbuildNumber=%{_buildNumber}
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -130,6 +128,9 @@ popd
|
|||||||
%license LICENSE.md NOTICE.md
|
%license LICENSE.md NOTICE.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 21 2022 Marian Koncek <mkoncek@redhat.com> - 4.1.1-1
|
||||||
|
- Update to upstream version 4.1.1
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-5
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.12-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
@ -165,4 +166,3 @@ popd
|
|||||||
|
|
||||||
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 3.0.11-2
|
* Tue Aug 11 2020 Fabio Valentini <decathorpe@gmail.com> - 3.0.11-2
|
||||||
- Initial package renamed from istack-commons.
|
- Initial package renamed from istack-commons.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (jaxb-istack-commons-3.0.12.tar.gz) = 41193fbc20e9332f66754fc4dd52b7e98bd905c4a5dbca8adc46cb9b29f3e5fe39a684d9ca08b38c5ba15e54acb69dc289b72e2885946349bb48f4e9c2e34dfb
|
SHA512 (jaxb-istack-commons-4.1.1.tar.gz) = b119b2c3582f5cbbd5793e0eb0a00c199c93119f3c18e34c57f8753b3a7008b9b93de58fd62df94d6cbedd698488616a80c334fda3d5038078e3858229f995cf
|
||||||
|
Loading…
Reference in New Issue
Block a user