Accepting request 653659 from Java:packages
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/653659 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xpp3?expand=0&rev=20
This commit is contained in:
commit
db1d6d9732
19
xpp3-1.1.4c-OSGI-MANIFEST.MF
Normal file
19
xpp3-1.1.4c-OSGI-MANIFEST.MF
Normal file
@ -0,0 +1,19 @@
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-SymbolicName: org.xmlpull
|
||||
Bundle-Version: 1.1.4
|
||||
Export-Package: org.xmlpull.mxp1,
|
||||
org.xmlpull.mxp1_serializer,
|
||||
org.xmlpull.v1,
|
||||
org.xmlpull.v1.builder,
|
||||
org.xmlpull.v1.builder.adapter,
|
||||
org.xmlpull.v1.builder.impl,
|
||||
org.xmlpull.v1.dom2_builder,
|
||||
org.xmlpull.v1.parser_pool,
|
||||
org.xmlpull.v1.sax2,
|
||||
org.xmlpull.v1.util,
|
||||
org.xmlpull.v1.wrapper,
|
||||
org.xmlpull.v1.wrapper.classic
|
||||
Import-Package: javax.xml.parsers;resolution:=optional,
|
||||
org.w3c.dom;resolution:=optional,
|
||||
org.xml.sax;resolution:=optional,
|
||||
org.xml.sax.helpers;resolution:=optional
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 23 12:43:24 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Add OSGi manifest to xpp3-1.1.4c.jar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 19 20:38:27 UTC 2018 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -27,6 +27,7 @@ Source0: http://www.extreme.indiana.edu/dist/java-repository/xpp3/distrib
|
||||
Source1: http://central.maven.org/maven2/xpp3/xpp3/%{version}/xpp3-%{version}.pom
|
||||
Source2: http://central.maven.org/maven2/xpp3/xpp3_min/%{version}/xpp3_min-%{version}.pom
|
||||
Source3: http://central.maven.org/maven2/xpp3/xpp3_xpath/%{version}/xpp3_xpath-%{version}.pom
|
||||
Source4: %{name}-%{version}-OSGI-MANIFEST.MF
|
||||
Patch0: xpp3-sourcetarget.patch
|
||||
BuildRequires: ant >= 1.6
|
||||
BuildRequires: javapackages-local
|
||||
@ -76,6 +77,9 @@ sed -i 's|depends="junit_main,junit_addons"|depends="junit_main"|' build.xml
|
||||
export CLASSPATH=$(build-classpath xml-commons-apis junit)
|
||||
ant xpp3 junit apidoc
|
||||
|
||||
# Add OSGi metadata
|
||||
jar ufm build/%{name}-%{version}.jar %{SOURCE4}
|
||||
|
||||
%install
|
||||
# jars
|
||||
mkdir -p %{buildroot}%{_javadir}
|
||||
|
Loading…
x
Reference in New Issue
Block a user