Change to arch specific since we are using _libdir for _jnidir
This commit is contained in:
parent
3ace7c298b
commit
e48a64d229
10
maven.spec
10
maven.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
Name: maven
|
Name: maven
|
||||||
Version: 3.0.3
|
Version: 3.0.3
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Java project management and project comprehension tool
|
Summary: Java project management and project comprehension tool
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -36,8 +36,6 @@ Patch150: 0001-Add-plugin-api-deps.patch
|
|||||||
# Patch2XX for non-upstreamable patches
|
# Patch2XX for non-upstreamable patches
|
||||||
Patch200: 0002-Use-custom-resolver.patch
|
Patch200: 0002-Use-custom-resolver.patch
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
BuildRequires: maven
|
BuildRequires: maven
|
||||||
BuildRequires: maven-parent
|
BuildRequires: maven-parent
|
||||||
BuildRequires: maven-assembly-plugin
|
BuildRequires: maven-assembly-plugin
|
||||||
@ -93,6 +91,9 @@ Requires: mojo-parent
|
|||||||
Requires: hamcrest
|
Requires: hamcrest
|
||||||
Requires: apache-commons-parent
|
Requires: apache-commons-parent
|
||||||
|
|
||||||
|
# for noarch->arch change
|
||||||
|
Obsoletes: %{name} < 0:3.0.3-11
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Maven is a software project management and comprehension tool. Based on the
|
Maven is a software project management and comprehension tool. Based on the
|
||||||
@ -327,6 +328,9 @@ install -Dm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/bash_completion.d/%{name}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-11
|
||||||
|
- Change to arch specific since we are using _libdir for _jnidir
|
||||||
|
|
||||||
* Tue Jul 26 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-10
|
* Tue Jul 26 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.3-10
|
||||||
- Add bash completion (#706856)
|
- Add bash completion (#706856)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user