Update to upstream version 1.4
This commit is contained in:
parent
600f3c991d
commit
804edf40a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/maven-dependency-analyzer-1.3-source-release.zip
|
/maven-dependency-analyzer-1.3-source-release.zip
|
||||||
|
/maven-dependency-analyzer-1.4-source-release.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: maven-dependency-analyzer
|
Name: maven-dependency-analyzer
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Maven dependency analyzer
|
Summary: Maven dependency analyzer
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org/shared/maven-dependency-analyzer/
|
URL: http://maven.apache.org/shared/maven-dependency-analyzer/
|
||||||
@ -8,10 +8,15 @@ Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-shared
|
BuildRequires: mvn(asm:asm)
|
||||||
BuildRequires: httpcomponents-project
|
BuildRequires: mvn(junit:junit)
|
||||||
BuildRequires: maven-doxia-module-xhtml
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-tools)
|
||||||
BuildRequires: maven-plugin-testing-tools
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
||||||
|
|
||||||
# This is a replacement package for maven-shared-dependency-analyzer
|
# This is a replacement package for maven-shared-dependency-analyzer
|
||||||
Provides: maven-shared-dependency-analyzer = %{version}-%{release}
|
Provides: maven-shared-dependency-analyzer = %{version}-%{release}
|
||||||
@ -52,6 +57,9 @@ Summary: API documentation for %{name}
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4-1
|
||||||
|
- Update to upstream version 1.4
|
||||||
|
|
||||||
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-7
|
* Tue Feb 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3-7
|
||||||
- Build with xmvn
|
- Build with xmvn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user