[saxon] Add alias with 'dom' classifier

Mikolaj Izdebski mizdebsk at fedoraproject.org
Tue Oct 15 09:18:36 UTC 2013


commit 78d83c73dd3c6283ec20e9d2ef147521e3e832ab
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Tue Oct 15 11:17:25 2013 +0200

    Add alias with 'dom' classifier

 saxon.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/saxon.spec b/saxon.spec
index 7b40207..bc32c39 100644
--- a/saxon.spec
+++ b/saxon.spec
@@ -31,7 +31,7 @@
 Summary:        Java XPath, XSLT 2.0 and XQuery implementation
 Name:           saxon
 Version:        9.3.0.4
-Release:        8%{?dist}
+Release:        9%{?dist}
 # net.sf.saxon.om.XMLChar is from ASL-licensed Xerces
 # net/sf/saxon/option/jdom/ is MPLv1.1
 # net/sf/saxon/serialize/codenorm/ is UCD
@@ -181,7 +181,7 @@ ln -s %{_sysconfdir}/alternatives \
 install -dm 755 $RPM_BUILD_ROOT%{_mavenpomdir}
 install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 sed -i -e 's/saxon-he/saxon/' $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap JPP-%{name}.pom %{name}.jar
+%add_maven_depmap -a net.sf.saxon:saxon::dom: JPP-%{name}.pom %{name}.jar
 
 %pre javadoc
 # workaround for rpm bug, can be removed in F-18
@@ -227,6 +227,9 @@ update-alternatives --install %{_javadir}/jaxp_transform_impl.jar \
 
 
 %changelog
+* Tue Oct 15 2013 Mikolaj Izdebski <mizdebsk at redhat.com> - 9.3.0.4-9
+- Add alias with 'dom' classifier
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.3.0.4-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list