rpms/apache-commons-net/devel apache-commons-net.spec,1.2,1.3

Stanislav Ochotnicky sochotni at fedoraproject.org
Thu May 20 14:21:06 UTC 2010


Author: sochotni

Update of /cvs/pkgs/rpms/apache-commons-net/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4340

Modified Files:
	apache-commons-net.spec 
Log Message:
Fix maven depmap JPP name to short_name




Index: apache-commons-net.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-net/devel/apache-commons-net.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- apache-commons-net.spec	19 May 2010 09:57:21 -0000	1.2
+++ apache-commons-net.spec	20 May 2010 14:21:01 -0000	1.3
@@ -4,7 +4,7 @@
 
 Name:           apache-%{short_name}
 Version:        2.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Internet protocol suite Java library
 License:        ASL 2.0
 Group:          Development/Libraries
@@ -85,7 +85,7 @@ popd # come back from javadir
 # pom
 install -d -m 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{short_name}.pom
-%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{name}
+%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP %{short_name}
 
 # following line is only for backwards compatibility. New packages
 # should use proper groupid org.apache.commons and also artifactid
@@ -117,6 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_javadocdir}/*
 
 %changelog
+* Thu May 20 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.0-5
+- Fix maven depmap JPP name to short_name
+
 * Wed May 19 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 2.0-4
 - Ignore test failure
 



More information about the scm-commits mailing list