|
|
483939 |
Name: maven-artifact-resolver
|
|
|
483939 |
Version: 1.0
|
|
|
483939 |
Release: 18%{?dist}
|
|
|
483939 |
# Epoch is added because the original package's version in maven-shared is 1.1-SNAPSHOT
|
|
|
483939 |
Epoch: 1
|
|
|
483939 |
Summary: Maven Artifact Resolution API
|
|
|
483939 |
License: ASL 2.0
|
|
|
483939 |
URL: http://maven.apache.org/shared/%{name}
|
|
|
483939 |
BuildArch: noarch
|
|
|
483939 |
|
|
|
483939 |
Source0: http://central.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
|
|
483939 |
|
|
|
483939 |
# Replaced plexus-maven-plugin with plexus-component-metadata
|
|
|
483939 |
Patch0: %{name}-plexus.patch
|
|
|
483939 |
|
|
|
483939 |
BuildRequires: maven-local
|
|
|
483939 |
BuildRequires: mvn(junit:junit)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven:maven-artifact-manager)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven:maven-compat)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven:maven-core)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
|
483939 |
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
|
|
483939 |
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
483939 |
BuildRequires: mvn(org.easymock:easymock)
|
|
|
483939 |
|
|
|
483939 |
%description
|
|
|
483939 |
Provides a component for plugins to easily resolve project dependencies.
|
|
|
483939 |
|
|
|
483939 |
|
|
|
483939 |
%package javadoc
|
|
|
483939 |
Summary: Javadoc for %{name}
|
|
|
483939 |
|
|
|
483939 |
%description javadoc
|
|
|
483939 |
API documentation for %{name}.
|
|
|
483939 |
|
|
|
483939 |
|
|
|
483939 |
%prep
|
|
|
483939 |
%setup -q
|
|
|
483939 |
%patch0 -p1
|
|
|
483939 |
|
|
|
483939 |
%pom_xpath_inject pom:project/pom:dependencies "
|
|
|
483939 |
<dependency>
|
|
|
483939 |
<groupId>org.apache.maven</groupId>
|
|
|
483939 |
<artifactId>maven-compat</artifactId>
|
|
|
483939 |
<version>1.0</version>
|
|
|
483939 |
</dependency>" pom.xml
|
|
|
483939 |
|
|
|
483939 |
# Incompatible method invocation
|
|
|
483939 |
rm src/test/java/org/apache/maven/shared/artifact/resolver/DefaultProjectDependenciesResolverIT.java
|
|
|
483939 |
|
|
|
483939 |
%build
|
|
|
483939 |
%mvn_build
|
|
|
483939 |
|
|
|
483939 |
%install
|
|
|
483939 |
%mvn_install
|
|
|
483939 |
|
|
|
483939 |
%files -f .mfiles
|
|
|
483939 |
%doc DEPENDENCIES LICENSE NOTICE
|
|
|
483939 |
|
|
|
483939 |
%files javadoc -f .mfiles-javadoc
|
|
|
483939 |
%doc LICENSE NOTICE
|
|
|
483939 |
|
|
|
483939 |
|
|
|
483939 |
%changelog
|
|
|
483939 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0-18
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0-17
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0-16
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.0-15
|
|
|
483939 |
- Add missing build-requires
|
|
|
483939 |
- Remove old obsoletes/provides
|
|
|
483939 |
|
|
|
483939 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0-14
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-13
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.0-12
|
|
|
483939 |
- Fix build-requires on parent POM
|
|
|
483939 |
|
|
|
483939 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-11
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.0-10
|
|
|
483939 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
483939 |
|
|
|
483939 |
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1:1.0-9
|
|
|
483939 |
- Adapt to current guidelines
|
|
|
483939 |
|
|
|
483939 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-8
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Tue Feb 19 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.0-7
|
|
|
483939 |
- Add maven-shared to BR/R
|
|
|
483939 |
- Add few other missing BRs
|
|
|
483939 |
|
|
|
483939 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-6
|
|
|
483939 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
483939 |
|
|
|
483939 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:1.0-5
|
|
|
483939 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
483939 |
- Replace maven BuildRequires with maven-local
|
|
|
483939 |
|
|
|
483939 |
* Fri Sep 14 2012 Tomas Radej <tradej@redhat.com> - 1:1.0-4
|
|
|
483939 |
- Installing folders separately with -m 755
|
|
|
483939 |
- Installing NOTICE in javadoc subpackage
|
|
|
483939 |
- Fixed changelog
|
|
|
483939 |
|
|
|
483939 |
* Wed Sep 12 2012 Tomas Radej <tradej@redhat.com> - 1:1.0-3
|
|
|
483939 |
- Really fixed Provides/Obsoletes by introducing epoch
|
|
|
483939 |
|
|
|
483939 |
* Thu Sep 06 2012 Tomas Radej <tradej@redhat.com> - 1.0-2
|
|
|
483939 |
- Fixed Provides/Obsoletes
|
|
|
483939 |
|
|
|
483939 |
* Tue Jul 31 2012 Tomas Radej <tradej@redhat.com> - 1.0-1
|
|
|
483939 |
- Initial version
|