[maven] Rename mvn3-local to mvn-local

Stanislav Ochotnicky sochotni at fedoraproject.org
Wed Jan 12 10:14:03 UTC 2011


commit 0cc48e02a3ce7c9fb3bedbaf8ee839352c4b3bf4
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Jan 11 14:57:48 2011 +0100

    Rename mvn3-local to mvn-local
    
    - rename patch to be sequential from git format-patch

 ...esolver.patch => 0002-Use-custom-resolver.patch |    0
 maven.spec                                         |    8 ++++----
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/0003-Use-custom-resolver.patch b/0002-Use-custom-resolver.patch
similarity index 100%
rename from 0003-Use-custom-resolver.patch
rename to 0002-Use-custom-resolver.patch
diff --git a/maven.spec b/maven.spec
index 7fe65cf..90441e2 100644
--- a/maven.spec
+++ b/maven.spec
@@ -1,7 +1,7 @@
 
 Name:           maven
 Version:        3.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Java project management and project comprehension tool
 
 Group:          Development/Tools
@@ -23,7 +23,7 @@ Source201:    %{name}-script-local
 Patch150:         0001-Add-plexus-default-container-dep.patch
 
 # Patch2XX for non-upstreamable patches
-Patch200:       0003-Use-custom-resolver.patch
+Patch200:       0002-Use-custom-resolver.patch
 
 BuildArch:      noarch
 
@@ -229,7 +229,7 @@ install -dm 755 $RPM_BUILD_ROOT%{_bindir}
 
 # Wrappers
 cp -af %{SOURCE200} $RPM_BUILD_ROOT%{_bindir}/mvn3
-cp -af %{SOURCE201} $RPM_BUILD_ROOT%{_bindir}/mvn3-local
+cp -af %{SOURCE201} $RPM_BUILD_ROOT%{_bindir}/mvn-local
 
 ###################
 # Individual jars #
@@ -269,7 +269,7 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
 %defattr(-,root,root,-)
 %doc LICENSE.txt NOTICE.txt README.txt
 %attr(0755,root,root) %{_bindir}/mvn3
-%attr(0755,root,root) %{_bindir}/mvn3-local
+%attr(0755,root,root) %{_bindir}/mvn-local
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/bin
 %attr(0755,root,root) %{_datadir}/%{name}/bin/mvn


More information about the scm-commits mailing list