a4783c
Name:           maven-wagon
a4783c
Version:        3.3.3
a4783c
Release:        2%{?dist}
a4783c
Summary:        Tools to manage artifacts and deployment
a4783c
License:        ASL 2.0
a4783c
URL:            http://maven.apache.org/wagon
a4783c
BuildArch:      noarch
a4783c
a4783c
Source0:        http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon/%{version}/wagon-%{version}-source-release.zip
a4783c
a4783c
BuildRequires:  maven-local
a4783c
BuildRequires:  %{?module_prefix}mvn(commons-io:commons-io)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.apache.httpcomponents:httpclient)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.apache.httpcomponents:httpcore)
a4783c
BuildRequires:  mvn(org.apache.maven:maven-parent:pom:)
a4783c
BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.codehaus.plexus:plexus-utils)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.jsoup:jsoup)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.slf4j:jcl-over-slf4j)
a4783c
BuildRequires:  %{?module_prefix}mvn(org.slf4j:slf4j-api)
a4783c
a4783c
%description
a4783c
Maven Wagon is a transport abstraction that is used in Maven's
a4783c
artifact and repository handling code. Currently wagon has the
a4783c
following providers:
a4783c
* File
a4783c
* HTTP
a4783c
* FTP
a4783c
* SSH/SCP
a4783c
* WebDAV
a4783c
* SCM (in progress)
a4783c
a4783c
%{?module_package}
a4783c
%{?javadoc_package}
a4783c
a4783c
%prep
a4783c
%setup -q -n wagon-%{version}
a4783c
a4783c
%pom_remove_plugin :animal-sniffer-maven-plugin
a4783c
%pom_remove_plugin :maven-enforcer-plugin
a4783c
%pom_remove_dep :wagon-tck-http wagon-providers/wagon-http
a4783c
a4783c
# disable tests, missing dependencies
a4783c
%pom_disable_module wagon-tcks
a4783c
%pom_disable_module wagon-ssh-common-test wagon-providers
a4783c
%pom_disable_module wagon-provider-test
a4783c
%pom_remove_dep :wagon-provider-test
a4783c
%pom_remove_dep :wagon-provider-test wagon-providers
a4783c
a4783c
# missing dependencies
a4783c
%pom_disable_module wagon-ftp wagon-providers
a4783c
%pom_disable_module wagon-http-lightweight wagon-providers
a4783c
%pom_disable_module wagon-scm wagon-providers
a4783c
%pom_disable_module wagon-ssh wagon-providers
a4783c
%pom_disable_module wagon-ssh-common wagon-providers
a4783c
%pom_disable_module wagon-ssh-external wagon-providers
a4783c
%pom_disable_module wagon-webdav-jackrabbit wagon-providers
a4783c
a4783c
%pom_remove_plugin :maven-shade-plugin wagon-providers/wagon-http
a4783c
a4783c
%mvn_file ":wagon-{*}" %{name}/@1
a4783c
%mvn_package ":wagon"
a4783c
a4783c
%build
a4783c
# tests are disabled because of missing dependencies
a4783c
%mvn_build -f
a4783c
a4783c
# Maven requires Wagon HTTP with classifier "shaded"
a4783c
%mvn_alias :wagon-http :::shaded:
a4783c
a4783c
%install
a4783c
%mvn_install
a4783c
a4783c
%files -n %{?module_prefix}%{name} -f .mfiles
a4783c
%license LICENSE NOTICE
a4783c
%doc DEPENDENCIES
a4783c
a4783c
%changelog
a4783c
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-2
a4783c
- Mass rebuild for javapackages-tools 201902
a4783c
a4783c
* Wed Jul 10 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.3-1
a4783c
- Update to upstream version 3.3.3
a4783c
- Remove dependency on maven-shade-plugin
a4783c
a4783c
* Fri Jun 28 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-3
a4783c
- Disable ftp and http-lightweight providers
a4783c
a4783c
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.2-2
a4783c
- Mass rebuild for javapackages-tools 201901
a4783c
a4783c
* Wed Feb 27 2019 Marian Koncek <mkoncek@redhat.com> - 0:3.3.2-1
a4783c
- Update to upstream version 3.3.2
a4783c
- Fixes: RHBZ #1674068
a4783c
a4783c
* Mon Oct  8 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.2.0-1
a4783c
- Update to upstream version 3.2.0
a4783c
a4783c
* Wed Jun 27 2018 Michael Simacek <msimacek@redhat.com> - 0:3.1.0-1
a4783c
- Update to upstream version 3.1.0
a4783c
a4783c
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.0.0-2
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a4783c
a4783c
* Mon Sep 11 2017 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.0.0-1
a4783c
- Update to upstream version 3.0.0
a4783c
a4783c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.10-4
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a4783c
a4783c
* Mon Feb 06 2017 Michael Simacek <msimacek@redhat.com> - 0:2.10-3
a4783c
- Add conditionals for ssh and scm
a4783c
- Remove old requires from main package
a4783c
a4783c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.10-2
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
a4783c
a4783c
* Mon Sep 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.10-1
a4783c
- Update to upstream version 2.10
a4783c
a4783c
* Wed Jul 08 2015 Michael Simacek <msimacek@redhat.com> - 0:2.9-4
a4783c
- Remove unnecessary BuildRequires
a4783c
a4783c
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.9-3
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
a4783c
a4783c
* Tue May 12 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.9-2
a4783c
- Disable webdav-jackrabbit provides
a4783c
a4783c
* Tue Apr 21 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.9-1
a4783c
- Update to upstream version 2.9
a4783c
a4783c
* Wed Nov 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.8-1
a4783c
- Update to upstream version 2.8
a4783c
a4783c
* Wed Sep 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-1
a4783c
- Update to upstream version 2.7
a4783c
a4783c
* Thu Aug 21 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-10
a4783c
- Enable webdav-jackrabbit module
a4783c
a4783c
* Mon Jun 30 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-9
a4783c
- Obsolete main package instead of requiring it
a4783c
a4783c
* Fri Jun 27 2014 Michael Simacek <msimacek@redhat.com>
a4783c
- Require main package from provider-api
a4783c
- Fix maven-parent BR
a4783c
a4783c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.6-7
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
a4783c
a4783c
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-6
a4783c
- Rebuild to regenerate Maven auto-requires
a4783c
a4783c
* Thu Mar 06 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.6-5
a4783c
- Use Requires: java-headless rebuild (#1067528)
a4783c
a4783c
* Thu Feb 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-4
a4783c
- Add requires on all modules to main package
a4783c
a4783c
* Thu Feb 20 2014 Michael Simacek <msimacek@redhat.com> - 0:2.6-3
a4783c
- Split into subpackages
a4783c
a4783c
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-2
a4783c
- Fix unowned directory
a4783c
a4783c
* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6-1
a4783c
- Update to upstream version 2.6
a4783c
a4783c
* Mon Sep 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.5-2
a4783c
- Add shaded alias for wagon-http
a4783c
a4783c
* Tue Sep 17 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.5-1
a4783c
- Update to upstream version 2.5
a4783c
a4783c
* Thu Aug 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4-3
a4783c
- Disable unused wagon-provider-test module
a4783c
- Resolves: rhbz#1002480
a4783c
a4783c
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4-2
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a4783c
a4783c
* Fri Mar 01 2013 Michal Srb <msrb@redhat.com> - 0:2.4-1
a4783c
- Port to jetty 9
a4783c
a4783c
* Thu Feb 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4-1
a4783c
- Simplify build-requires
a4783c
a4783c
* Thu Feb 14 2013 Michal Srb <msrb@redhat.com> - 0:2.4-1
a4783c
- Update to latest upstream 2.4
a4783c
- Remove old depmap and patches
a4783c
- Build with xmvn
a4783c
a4783c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-8
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
a4783c
a4783c
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:1.0-7
a4783c
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
a4783c
- Replace maven BuildRequires with maven-local
a4783c
a4783c
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.0-6
a4783c
- Remove BR: ganymed-ssh2
a4783c
a4783c
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-5
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a4783c
a4783c
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-4
a4783c
- Fix build against jetty 8 and servlet 3.
a4783c
a4783c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-3
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
a4783c
a4783c
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 0:1.0-2
a4783c
- Migration from plexus-maven-plugin to plexus-containers-component-metadata
a4783c
a4783c
* Wed Jul 27 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-1
a4783c
- Update to 1.0 final.
a4783c
a4783c
* Tue Apr 26 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.b7.22
a4783c
- Install wagon-providers depmap too.
a4783c
a4783c
* Tue Apr 26 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.3.b7.21
a4783c
- Install wagon pom depmap.
a4783c
- Use maven 3 for build.
a4783c
a4783c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.b7.1
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a4783c
a4783c
* Mon Dec 13 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b7.1
a4783c
- Update to beta 7.
a4783c
- Adapt to current guidelines.
a4783c
- Fix pom names.
a4783c
a4783c
* Thu Sep 9 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b6.3
a4783c
- Use javadoc:aggregate.
a4783c
- Drop ant build.
a4783c
- Use global instead of define.
a4783c
a4783c
* Fri May 14 2010 Yong Yang <yyang@redhat.com> 0:1.0-0.2.b6.2
a4783c
- Create patch for wagon-http-shared pom.xml
a4783c
a4783c
* Wed May 12 2010 Yong Yang <yyang@redhat.com> 0:1.0-0.2.b6.1
a4783c
- Update to beta 6, build with with_maven 1
a4783c
a4783c
* Wed Aug 19 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b2.7
a4783c
- Remove gcj parts.
a4783c
a4783c
* Wed Aug 19 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.2.b2.6
a4783c
- Update to beta2 - sync with jpackage.
a4783c
a4783c
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a5.3.5
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
a4783c
a4783c
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.2.a5.3.5
a4783c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a4783c
a4783c
* Mon Dec  1 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 0:1.0-0.1.a5.3.5
a4783c
- include missing dir below _docdir
a4783c
a4783c
* Fri Oct 03 2008 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3.4
a4783c
- added patch to make it compatible with the newer version of jsch
a4783c
a4783c
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0-0.1.a5.3.3
a4783c
- drop repotag
a4783c
- fix license tag
a4783c
a4783c
* Sat Apr 05 2008 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3jpp.2
a4783c
- Rebuild with new version of jsch
a4783c
a4783c
* Tue Mar 13 2007 Matt Wringe <mwringe@redhat.com> - 0:1.0-0.1.a5.3jpp.1
a4783c
- Merge in the changes neeeded to build without jetty
a4783c
- Fix rpmlint issues
a4783c
- Generate new *-build.xml files from pom.xml files as origins of
a4783c
  *-project files is unknown.
a4783c
- Remove maven1 project.xml files from sources
a4783c
- Comment out various section requiring maven or javadocs
a4783c
  (to be re-enabled at a future time). Note that the ant:ant task
a4783c
  for maven2 does not currently generate javadocs.
a4783c
a4783c
* Tue Apr 04 2006 Ralph Apel <r.apel@r-apel.de> - 0:1.0-0.a5.3jpp
a4783c
- Require j-c-codec, to build with j-c-httpclient = 3.0
a4783c
a4783c
* Thu Dec 22 2005 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.a5.2jpp
a4783c
- Commented out potentially superfluous dependencies.
a4783c
- Disabled wagon-scm
a4783c
a4783c
* Mon Nov 07 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.a5.1jpp
a4783c
- First JPackage build