Add additional maven depmap
This commit is contained in:
parent
7fbcc51859
commit
8a71e572a4
@ -1,6 +1,6 @@
|
||||
Name: xml-commons-apis
|
||||
Version: 1.4.01
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: APIs for DOM, SAX, and JAXP
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0 and W3C and Public Domain
|
||||
@ -84,6 +84,7 @@ zip -u build/xml-apis-ext.jar META-INF/MANIFEST.MF
|
||||
install -pD -T build/xml-apis.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||
install -pDm 644 xml-apis-[0-9]*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}.pom
|
||||
%add_to_maven_depmap xml-apis xml-apis %{version} JPP %{name}
|
||||
%add_maven_depmap -a xerces:dom3-xml-apis
|
||||
|
||||
install -pD -T build/xml-apis-ext.jar %{buildroot}%{_javadir}/%{name}-ext.jar
|
||||
install -pDm 644 xml-apis-ext*.pom %{buildroot}/%{_mavenpomdir}/JPP-%{name}-ext.pom
|
||||
@ -131,6 +132,9 @@ rm -rf $(readlink -f %{_javadocdir}/%{name}) %{_javadocdir}/%{name} || :
|
||||
%{_javadocdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 2 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.01-9
|
||||
- Add additional maven depmap
|
||||
|
||||
* Fri Aug 17 2012 Andy Grimm <agrimm@gmail.com> - 1.4.01-8
|
||||
- Remove osgi(system.bundle) requirement from manifest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user