Page MenuHomeSolus

0001-Initial-working-xml-commons.patch

Authored By
SFaulken
Oct 3 2016, 12:16 AM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-Initial-working-xml-commons.patch

From d54bc7c4380338b04ab36ed22d944734d685d6c6 Mon Sep 17 00:00:00 2001
From: Shawn W Dunn <sfalken@cloverleaf-linux.org>
Date: Sun, 2 Oct 2016 17:14:45 -0700
Subject: [PATCH] Initial working xml-commons
Signed-off-by: Shawn W Dunn <sfalken@cloverleaf-linux.org>
---
Makefile | 1 +
package.yml | 29 +++++++++++++++++++++++++++++
pspec_x86_64.xml | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+)
create mode 100644 Makefile
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..041d33a
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,29 @@
+name : xml-commons
+version : 1.4.01
+release : 1
+source :
+ - http://mirrors.sonic.net/apache//xerces/xml-commons/source/xml-commons-external-1.4.01-src.tar.gz : d34bd88dc89c5c1ed2545ec5c61e4606fc28beb200a6fecf8c3ed17694181866
+license :
+ - Apache-2.0
+ - W3C
+ - SAX-PD
+component : programming
+summary : Common xml code
+description: |
+ Common code and guidelines for xml projects
+builddeps :
+ - openjdk-8
+rundeps :
+ - openjdk-8
+build : |
+ mkdir classes
+ javac -source 1.4 -d classes `find org/ javax/ -name '*.java'`
+ cd classes
+ jar -cvfm ../xml-apis-ext.jar ../manifest.commons \
+ `find -type d -name "sac" -o -name "smil" -o -name "svg"`
+ jar -cvfm ../xml-apis.jar ../manifest.commons \
+ `find -type f ! \( -wholename "*/sac/*" -o -wholename "*/smil/*" -o wholename "*/svf/*" \)`
+install : |
+ install -dm 755 $installdir/usr/share/xml-commons
+ install -m 644 xml-apis-ext.jar $installdir/usr/share/xml-commons/
+ install -m 644 xml-apis.jar $installdir/usr/share/xml-commons/
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..70b7796
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,36 @@
+<PISI>
+ <Source>
+ <Name>xml-commons</Name>
+ <Packager>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Packager>
+ <License>Apache-2.0</License>
+ <License>W3C</License>
+ <License>SAX-PD</License>
+ <PartOf>programming</PartOf>
+ <Summary xml:lang="en">Common xml code</Summary>
+ <Description xml:lang="en">Common code and guidelines for xml projects
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>xml-commons</Name>
+ <Summary xml:lang="en">Common xml code</Summary>
+ <Description xml:lang="en">Common code and guidelines for xml projects
+</Description>
+ <PartOf>programming</PartOf>
+ <Files>
+ <Path fileType="data">/usr/share/xml-commons</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2016-10-03</Date>
+ <Version>1.4.01</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Shawn W Dunn</Name>
+ <Email>sfalken@cloverleaf-linux.org</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.10.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3005
Default Alt Text
0001-Initial-working-xml-commons.patch (3 KB)

Event Timeline