|
|
|
|
@ -1,34 +1,23 @@
|
|
|
|
|
%bcond_with bootstrap
|
|
|
|
|
|
|
|
|
|
Name: maven-wagon
|
|
|
|
|
Version: 3.5.3
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 3.3.3
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Tools to manage artifacts and deployment
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://maven.apache.org/wagon
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://maven.apache.org/wagon
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
|
|
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
|
|
|
|
Source0: http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
|
|
|
|
|
|
|
|
|
|
%if %{with bootstrap}
|
|
|
|
|
BuildRequires: javapackages-bootstrap
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: mvn(org.apache.httpcomponents:httpclient)
|
|
|
|
|
BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(commons-io:commons-io)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpclient)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
|
|
|
|
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
|
BuildRequires: mvn(org.slf4j:jcl-over-slf4j)
|
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Provides: maven-wagon-file = %{version}-%{release}
|
|
|
|
|
Provides: maven-wagon-http = %{version}-%{release}
|
|
|
|
|
Provides: maven-wagon-http-shared = %{version}-%{release}
|
|
|
|
|
Provides: maven-wagon-provider-api = %{version}-%{release}
|
|
|
|
|
Provides: maven-wagon-providers = %{version}-%{release}
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.jsoup:jsoup)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.slf4j:jcl-over-slf4j)
|
|
|
|
|
BuildRequires: %{?module_prefix}mvn(org.slf4j:slf4j-api)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Maven Wagon is a transport abstraction that is used in Maven's
|
|
|
|
|
@ -41,10 +30,11 @@ following providers:
|
|
|
|
|
* WebDAV
|
|
|
|
|
* SCM (in progress)
|
|
|
|
|
|
|
|
|
|
%{?module_package}
|
|
|
|
|
%{?javadoc_package}
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n wagon-%{version}
|
|
|
|
|
%setup -q -n wagon-%{version}
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin :animal-sniffer-maven-plugin
|
|
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
|
|
|
|
@ -73,7 +63,7 @@ following providers:
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
# tests are disabled because of missing dependencies
|
|
|
|
|
%mvn_build -f -- -DjavaVersion=8
|
|
|
|
|
%mvn_build -f
|
|
|
|
|
|
|
|
|
|
# Maven requires Wagon HTTP with classifier "shaded"
|
|
|
|
|
%mvn_alias :wagon-http :::shaded:
|
|
|
|
|
@ -81,119 +71,14 @@ following providers:
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%files -n %{?module_prefix}%{name} -f .mfiles
|
|
|
|
|
%license LICENSE NOTICE
|
|
|
|
|
%doc DEPENDENCIES
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-9
|
|
|
|
|
- Update Java compiler target settings
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.5.3-8
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Aug 05 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-7
|
|
|
|
|
- Switch Java compiler source/target to 1.8
|
|
|
|
|
- Resolves: RHEL-52700
|
|
|
|
|
|
|
|
|
|
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 3.5.3-7
|
|
|
|
|
- Bump release for Aug 2024 java mass rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.5.3-6
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Sep 20 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-3
|
|
|
|
|
- Rebuild to regenerate auto-Requires on java
|
|
|
|
|
|
|
|
|
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-2
|
|
|
|
|
- Convert License tag to SPDX format
|
|
|
|
|
|
|
|
|
|
* Thu Aug 17 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.3-1
|
|
|
|
|
- Update to upstream version 3.5.3
|
|
|
|
|
|
|
|
|
|
* Tue Aug 15 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-5
|
|
|
|
|
- Build with default JDK 17
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 21 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.5.1-1
|
|
|
|
|
- Update to upstream version 3.5.1
|
|
|
|
|
|
|
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.4.2-6
|
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-3
|
|
|
|
|
- Obsolete removed subpackages
|
|
|
|
|
|
|
|
|
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-2
|
|
|
|
|
- Bootstrap build
|
|
|
|
|
- Non-bootstrap build
|
|
|
|
|
|
|
|
|
|
* Tue Feb 02 2021 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.2-1
|
|
|
|
|
- Update to version 3.4.2.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 4 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4.2-1
|
|
|
|
|
- Update to upstream version 3.4.2
|
|
|
|
|
|
|
|
|
|
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 3.4.1-1
|
|
|
|
|
- Update to upstream version 3.4.1
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:3.4.1-2
|
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
|
|
|
|
|
* Mon Jun 08 2020 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.1-1
|
|
|
|
|
- Update to version 3.4.1.
|
|
|
|
|
|
|
|
|
|
* Sat May 09 2020 Fabio Valentini <decathorpe@gmail.com> - 0:3.4.0-1
|
|
|
|
|
- Update to version 3.4.0.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.3.3-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.4-2
|
|
|
|
|
- Build with OpenJDK 8
|
|
|
|
|
|
|
|
|
|
* Thu Nov 21 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.4-1
|
|
|
|
|
- Update to upstream version 3.3.4
|
|
|
|
|
|
|
|
|
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-2
|
|
|
|
|
- Mass rebuild for javapackages-tools 201902
|
|
|
|
|
|
|
|
|
|
* Sat Sep 14 2019 Miro Hrončok <mhroncok@redhat.com> - 0:3.3.3-4
|
|
|
|
|
- Obsolete maven-wagon-ssh properly (#1752165)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-3
|
|
|
|
|
- Disable SSH functionality.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-2
|
|
|
|
|
- Disable SCM leaf subpackage to fix FTBFS on 32bit architectures.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
|
|
|
|
|
- Update to upstream version 3.3.3
|
|
|
|
|
- Remove dependency on maven-shade-plugin
|
|
|
|
|
@ -201,9 +86,6 @@ following providers:
|
|
|
|
|
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
|
|
|
|
|
- Disable ftp and http-lightweight providers
|
|
|
|
|
|
|
|
|
|
* Thu Jun 27 2019 Fabio Valentini <decathorpe@gmail.com> - 0:3.3.3-1
|
|
|
|
|
- Update to version 3.3.3.
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-2
|
|
|
|
|
- Mass rebuild for javapackages-tools 201901
|
|
|
|
|
|
|
|
|
|
@ -211,15 +93,9 @@ following providers:
|
|
|
|
|
- Update to upstream version 3.3.2
|
|
|
|
|
- Fixes: RHBZ #1674068
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Oct 8 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.2.0-1
|
|
|
|
|
- Update to upstream version 3.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.1.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 0:3.1.0-1
|
|
|
|
|
- Update to upstream version 3.1.0
|
|
|
|
|
|