Workaround regression in %add_maven_depmap -a parameter handling

This commit is contained in:
Mikolaj Izdebski 2014-08-11 20:02:42 +02:00
parent 8609c3d613
commit 9abff6242c

View File

@ -4,7 +4,7 @@
Name: xerces-j2
Version: 2.11.0
Release: 20%{?dist}
Release: 21%{?dist}
Summary: Java XML parser
Group: Development/Libraries
License: ASL 2.0
@ -182,7 +182,7 @@ cp -pr data %{buildroot}%{_datadir}/%{name}
install -pD -T -m 644 %{SOURCE7} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
# Depmap with legacy depmaps for compatability
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "xerces:xerces" -a "xerces:xmlParserAPIs" -a "apache:xerces-j2"
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "xerces:xerces,xerces:xmlParserAPIs,apache:xerces-j2"
# jaxp_parser_impl ghost symlink
ln -s %{_sysconfdir}/alternatives \
@ -216,6 +216,9 @@ update-alternatives --install %{_javadir}/jaxp_parser_impl.jar \
%{_datadir}/%{name}
%changelog
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.0-21
- Workaround regression in %%add_maven_depmap -a parameter handling
* Mon Aug 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.11.0-20
- Add alias for apache:xerces-j2