161 lines
5.9 KiB
RPMSpec
161 lines
5.9 KiB
RPMSpec
Name: maven-dependency-plugin
|
|
Version: 2.10
|
|
Release: 2%{?dist}
|
|
Summary: Plugin to manipulate, copy and unpack local and remote artifacts
|
|
|
|
Group: Development/Libraries
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/plugins/%{name}
|
|
Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
Patch0: 0001-Add-setThreshold-stub.patch
|
|
# Added apache-commons-io dep
|
|
Patch1: %{name}-commons-io.patch
|
|
# Added maven-core dep
|
|
Patch2: %{name}-core.patch
|
|
# Removed exception catching as it has already been done
|
|
# (not upstreamable)
|
|
Patch3: %{name}-removed-exception-catching.patch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(commons-collections:commons-collections)
|
|
BuildRequires: mvn(commons-lang:commons-lang)
|
|
BuildRequires: mvn(junit:junit)
|
|
BuildRequires: mvn(org.apache.commons:commons-io)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-tools)
|
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
|
BuildRequires: mvn(org.apache.maven.shared:file-management)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-common-artifact-filters)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-analyzer) >= 1.4
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-dependency-tree)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-invoker)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-plugin-testing-harness)
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
BuildRequires: mvn(org.apache.maven:maven-artifact-manager)
|
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
BuildRequires: mvn(org.apache.maven:maven-repository-metadata)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-archiver)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-io)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
%description
|
|
|
|
The dependency plugin provides the capability to manipulate
|
|
artifacts. It can copy and/or unpack artifacts from local or remote
|
|
repositories to a specified location.
|
|
|
|
%package javadoc
|
|
Group: Documentation
|
|
Summary: API documentation for %{name}
|
|
|
|
%description javadoc
|
|
%{summary}.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
|
|
%build
|
|
# Tests fail to compile because they use unsupported legacy API.
|
|
%mvn_build -f
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%dir %{_javadir}/%{name}
|
|
%doc LICENSE NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.10-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Mon Feb 2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.10-1
|
|
- Update to upstream version 2.10
|
|
|
|
* Mon Sep 22 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9-1
|
|
- Update to upstream version 2.9
|
|
|
|
* Wed Jun 11 2014 Alexander Kurtakov <akurtako@redhat.com> 2.8-4
|
|
- Fix building by dropping useless BRs.
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.8-2
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
* Tue May 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8-1
|
|
- Update to upstream version 2.8
|
|
|
|
* Fri Mar 15 2013 Michal Srb <msrb@redhat.com> - 2.7-1
|
|
- Update to upstream version 2.7
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-1
|
|
- Update to upstream version 2.6
|
|
- Build with xmvn
|
|
- Install license files
|
|
|
|
* Tue Jan 22 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.1-2
|
|
- Remove unneeded BR: asm2
|
|
|
|
* Tue Aug 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.1-1
|
|
- Update to upstream version 2.5.1
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Tue Feb 21 2012 Tomas Radej <tradej@redhat.com> - 2.4-1
|
|
- Updated to the upstream version
|
|
- Partially removed a test because of a legacy class use
|
|
- Removed exception checking as it has already been done
|
|
|
|
* Fri Jan 13 2012 Alexander Kurtakov <akurtako@redhat.com> 2.3-3
|
|
- Add missing BR.
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Mon Jul 11 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.3-1
|
|
- Update to latest upstream
|
|
|
|
* Tue Jun 28 2011 Alexander Kurtakov <akurtako@redhat.com> 2.2-2
|
|
- BR/R maven-shared-file-management.
|
|
|
|
* Tue Apr 26 2011 Alexander Kurtakov <akurtako@redhat.com> 2.2-1
|
|
- Update to 2.2 final release.
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2-0.4.svn949573
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
* Tue Sep 7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-0.3.svn949573
|
|
- Fix test case to expect new classworlds
|
|
|
|
* Tue Jun 15 2010 Alexander Kurtakov <akurtako@redhat.com> 2.2-0.2.svn949573
|
|
- Add missing Requires.
|
|
|
|
* Thu Jun 3 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2-0.1.svn949573
|
|
- Initial package
|