[RPM (6.0)] [DIST generic] apache-poi-3.8-1.jpp6
Ralph Apel <[email protected]>
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : apache-poi Relocations: (not relocatable) Version : 3.8 Vendor: JPackage Project Release : 1.jpp6 Build Date: Sun 19 Aug 2012 05:57:07 PM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Libraries/Java Source RPM: (none) Size : 83157891 License: Apache Software License Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://poi.apache.org/ Summary : Java API To Access Microsoft Format Files Description : The Apache POI Project's mission is to create and maintain Java APIs for manipulating various file formats based upon the Office Open XML standards (OOXML) and Microsoft's OLE 2 Compound Document format (OLE2). In short, you can read and write MS Excel files using Java. In addition, you can read and write MS Word and MS PowerPoint files using Java. Apache POI is your Java Excel solution (for Excel 97-2008). We have a complete API for porting other OOXML and OLE2 formats and welcome others to participate. OLE2 files include most Microsoft Office files such as XLS, DOC, and PPT as well as MFC serialization API based file formats. The project provides APIs for the OLE2 Filesystem (POIFS) and OLE2 Document Properties (HPSF). Office OpenXML Format is the new standards based XML file format found in Microsoft Office 2007 and 2008. This includes XLSX, DOCX and PPTX. The project provides a low level API to support the Open Packaging Conventions using openxml4j. For each MS Office application there exists a component module that attempts to provide a common high level Java api to both OLE2 and OOXML document formats. This is most developed for Excel workbooks (SS=HSSF+XSSF). Work is progressing for Word documents (HWPF+XWPF) and PowerPoint presentations (HSLF+XSLF). The project has recently added support for Outlook (HSMF). Microsoft opened the specifications to this format in October 2007. We would welcome contributions. There are also projects for Visio (HDGF) and Publisher (HPBF). As a general policy we collaborate as much as possible with other projects to provide this functionality. Examples include: Cocoon for which there are serializers for HSSF; Open Office.org with whom we collaborate in documenting the XLS format; and Lucene for which we provide format interpretors. When practical, we donate components directly to those projects for POI-enabling them. --------------- Ralph Apel <r.apel at r-apel.de> - 0:3.8-1 - 3.8 final --------------- apache-poi.src: W: specfile-error sh: line 0: fg: no job control apache-poi.src: W: specfile-error sh: line 0: fg: no job control apache-poi.src: W: source-or-patch-not-bzipped apache-poi-3.8.tgz apache-poi.src: W: source-or-patch-not-bzipped apache-poi-build.patch apache-poi.src: W: no-signature 1 packages and 0 specfiles checked; 0 errors, 5 warnings. --------------- Index: apache-poi.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/apache-poi.spec,v retrieving revision 1.3 diff -u -r1.3 apache-poi.spec --- apache-poi.spec 12 Feb 2012 14:32:31 -0000 1.3 +++ apache-poi.spec 19 Aug 2012 16:42:34 -0000 @@ -30,26 +30,35 @@ %define section free %define base_name poi -%define namedversion 3.8-beta5-20111217 +%define namedversion 3.8 +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 Name: apache-%{base_name} Version: 3.8 -Release: 0.b5.1%{?dist} +Release: 1%{?dist} Epoch: 0 Summary: Java API To Access Microsoft Format Files Group: Development/Libraries/Java License: Apache Software License URL: http://poi.apache.org/ -Source0: http://www.apache.org/dist//poi/dev/src/poi-src-3.8-beta5-20111217.tar.gz +Source0: apache-poi-3.8.tgz +# svn export http://svn.apache.org/repos/asf/poi/tags/REL_3_8_FINAL/ apache-poi-3.8 +# tar czf apache-poi-3.8.tgz apache-poi-3.8/ Source1: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi/3.8/poi-3.8.pom Source3: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi-scratchpad/3.8/poi-scratchpad-3.8.pom Source4: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi-examples/3.8/poi-examples-3.8.pom Source5: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi-ooxml-schemas/3.8/poi-ooxml-schemas-3.8.pom Source6: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi-ooxml/3.8/poi-ooxml-3.8.pom +Source7: http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/poi/poi-excelant/3.8/poi-excelant-3.8.pom -Source7: OfficeOpenXML-XMLSchema.zip +Source8: OfficeOpenXML-XMLSchema.zip # extract it from http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip +Source9: http://www.eu.apache.org/dist/poi/release/src/poi-src-3.8-20120326.tar.gz + Patch0: apache-poi-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} ) BuildArch: noarch @@ -69,7 +78,7 @@ Requires: apache-commons-codec Requires: apache-commons-logging >= 0:1.1 Requires: dom4j >= 0:1.6.1 -Requires: geronimo-stax-1.0-api +Requires: stax_1_0_api Requires: log4j >= 0:1.2.13 Requires: xmlbeans @@ -133,10 +142,9 @@ %prep -%setup -q -n poi-%{version}-beta5 +%setup -q find . -name "*.jar" -exec mv {} {}.no \; %patch0 -b .sav0 -mkdir lib build-jar-repository -s -p lib \ ant \ commons-codec \ @@ -144,7 +152,6 @@ junit \ log4j -mkdir ooxml-lib build-jar-repository -s -p ooxml-lib \ dom4j \ geronimo-stax-1.0-api @@ -152,59 +159,64 @@ ln -s $(build-classpath geronimo-stax-1.0-api) ooxml-lib/stax-api.jar ln -s $(build-classpath xmlbeans/xbean) ooxml-lib/xmlbeans.jar -cp %{SOURCE7} ooxml-lib +cp %{SOURCE8} ooxml-lib + +tar xzf %{SOURCE9} +rm -rf poi-%{version}/docs/apidocs %build export LANG=en_US.UTF-8 ant compile-ooxml-xsds export ANT_OPTS="-Xmx256m -Djava.awt.headless=true -Ddisconnected=true" -ant -Dhalt.on.test.failure=false jar test +ant -Dhalt.on.test.failure=false jar test jar-src javadocs %install rm -rf $RPM_BUILD_ROOT install -dm 755 $RPM_BUILD_ROOT%{_javadir}/%{base_name} -cp -p build/dist/%{base_name}-%{version}-beta5*.jar \ +cp -p build/dist/%{base_name}-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-%{version}.jar -#cp -p build/dist/%{base_name}-contrib-%{version}-beta5.jar \ -# $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-contrib-%{version}.jar -cp -p build/dist/%{base_name}-examples-%{version}-beta5.jar \ +cp -p build/dist/%{base_name}-examples-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-examples-%{version}.jar -cp -p build/dist/%{base_name}-ooxml-%{version}-beta5.jar \ +cp -p build/dist/%{base_name}-excelant-%{version}.jar \ + $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-excelant-%{version}.jar +cp -p build/dist/%{base_name}-ooxml-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-ooxml-%{version}.jar -cp -p build/dist/%{base_name}-ooxml-schemas-%{version}-beta5.jar \ +cp -p build/dist/%{base_name}-ooxml-schemas-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-ooxml-schemas-%{version}.jar -cp -p build/dist/%{base_name}-scratchpad-%{version}-beta5.jar \ +cp -p build/dist/%{base_name}-scratchpad-%{version}.jar \ $RPM_BUILD_ROOT%{_javadir}/%{base_name}/%{name}-scratchpad-%{version}.jar (cd $RPM_BUILD_ROOT%{_javadir}/%{base_name} && for jar in %{name}*-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|apache-||g"`; done) (cd $RPM_BUILD_ROOT%{_javadir}/%{base_name} && for jar in *-%{version}.jar; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done) # poms install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms -install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}.pom -%add_to_maven_depmap org.apache.poi %{base_name} %{version} JPP/%{base_name} %{base_name} -#install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-contrib.pom -#%add_to_maven_depmap org.apache.poi %{base_name}-contrib %{version} JPP/%{base_name} %{base_name}-contrib -install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-scratchpad.pom -%add_to_maven_depmap org.apache.poi %{base_name}-scratchpad %{version} JPP/%{base_name} %{base_name}-scratchpad -install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-examples.pom -%add_to_maven_depmap org.apache.poi %{base_name}-examples %{version} JPP/%{base_name} %{base_name}-examples -install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-ooxml-schemas.pom -%add_to_maven_depmap org.apache.poi %{base_name}-ooxml-schemas %{version} JPP/%{base_name} %{base_name}-ooxml-schemas -install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP-%{name}-ooxml.pom -%add_to_maven_depmap org.apache.poi %{base_name}-ooxml %{version} JPP/%{base_name} %{base_name}-ooxml +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}.pom +%add_to_maven_depmap org.apache.poi %{base_name} %{version} JPP/%{base_name} %{name} +#install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-contrib.pom +#%add_to_maven_depmap org.apache.poi %{base_name}-contrib %{version} JPP/%{base_name} %{name}-contrib +install -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-scratchpad.pom +%add_to_maven_depmap org.apache.poi %{base_name}-scratchpad %{version} JPP/%{base_name} %{name}-scratchpad +install -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-examples.pom +%add_to_maven_depmap org.apache.poi %{base_name}-examples %{version} JPP/%{base_name} %{name}-examples +install -m 644 %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-ooxml-schemas.pom +%add_to_maven_depmap org.apache.poi %{base_name}-ooxml-schemas %{version} JPP/%{base_name} %{name}-ooxml-schemas +install -m 644 %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-ooxml.pom +%add_to_maven_depmap org.apache.poi %{base_name}-ooxml %{version} JPP/%{base_name} %{name}-ooxml +install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/maven2/poms/JPP.%{base_name}-%{name}-excelant.pom +%add_to_maven_depmap org.apache.poi %{base_name}-excelant %{version} JPP/%{base_name} %{name}-excelant #javadoc install -dm 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} -cp -pr docs/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} +cp -pr build/tmp/site/build/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} ln -s %{name}-%{version} $RPM_BUILD_ROOT%{_javadocdir}/%{name} # ghost symlink rm -rf docs/apidocs #manual install -dm 755 $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} -cp -pr docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} -cp -p LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} +cp -pr poi-%{version}/docs/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} +cp -p legal/LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} ln -s %{_javadocdir}/%{name}-%{version} $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/apidocs # ghost symlink %clean @@ -234,6 +246,9 @@ %doc %{_docdir}/%{name}-%{version} %changelog +* Sun Aug 19 2012 Ralph Apel <r.apel at r-apel.de> - 0:3.8-1 +- 3.8 final + * Sun Feb 12 2012 Ralph Apel <r.apel at r-apel.de> - 0:3.8-0.b5.1 - 3.8 Index: poi-3.8.pom =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/poi-3.8.pom,v retrieving revision 1.1 diff -u -r1.1 poi-3.8.pom --- poi-3.8.pom 12 Feb 2012 14:32:31 -0000 1.1 +++ poi-3.8.pom 19 Aug 2012 16:42:34 -0000 @@ -1,56 +1,83 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> - <head> - <title>404 - Not Found</title> - <link rel="stylesheet" type="text/css" media="screen" href="/directory_list/directory_list.css" /> -<script type="text/javascript"> -window.google_analytics_uacct = "UA-330438-12"; -</script> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-330438-12']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); -</script> - </head> - <body> - <div id="header" class="header"> - <div id="header-logo" class="header-logo"> - <a rel="home" href="http://www.ibiblio.org/"> - <img alt="ibiblio" src="http://www.ibiblio.org/cms/wp-content/themes/ibiblio/img/md_ibiblio_trans.gif"> - </a> - <p id="header-description" class="header-logo">The Public's Library and Digital Archive</p> - </div> - <div id="header-search" class="header-search"> -<script type="text/javascript" src="http://www.google.com/jsapi"></script> -<script type="text/javascript"> - google.load('search', '1'); - google.setOnLoadCallback(function() { - google.search.CustomSearchControl.attachAutoCompletion( - '006345117986368989313:58chbvov0a0', - document.getElementById('q'), - 'cse-search-box'); - }); -</script> -<form action="http://mirrors.ibiblio.org/search/" id="custom-search"> - <div> - <input type="hidden" name="cx" value="006345117986368989313:58chbvov0a0" /> - <input type="hidden" name="cof" value="FORID:11" /> - <input type="hidden" name="ie" value="UTF-8" /> - <input type="text" name="q" id="q" autocomplete="off" size="31" /> - <input type="submit" name="sa" value="Search" /> - </div> -</form> -<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> - </div> - </div> - <div class="clear"></div> - <h1>404 - Not Found</h1> - </body> -</html> +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.8</version> + <packaging>jar</packaging> + <name>Apache POI</name> + <url>http://poi.apache.org/</url> + <description>Apache POI - Java API To Access Microsoft Format Files</description> + + <mailingLists> + <mailingList> + <name>POI Users List</name> + <subscribe>user-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>user-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive> + </mailingList> + <mailingList> + <name>POI Developer List</name> + <subscribe>dev-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>dev-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + + <dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>1.1</version> + <scope>runtime</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.13</version> + <scope>runtime</scope> + <optional>true</optional> + </dependency> + <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.5</version> + </dependency> + </dependencies> + +</project> Index: poi-examples-3.8.pom =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/poi-examples-3.8.pom,v retrieving revision 1.1 diff -u -r1.1 poi-examples-3.8.pom --- poi-examples-3.8.pom 12 Feb 2012 14:32:31 -0000 1.1 +++ poi-examples-3.8.pom 19 Aug 2012 16:42:34 -0000 @@ -1,56 +1,78 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> - <head> - <title>404 - Not Found</title> - <link rel="stylesheet" type="text/css" media="screen" href="/directory_list/directory_list.css" /> -<script type="text/javascript"> -window.google_analytics_uacct = "UA-330438-12"; -</script> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-330438-12']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); -</script> - </head> - <body> - <div id="header" class="header"> - <div id="header-logo" class="header-logo"> - <a rel="home" href="http://www.ibiblio.org/"> - <img alt="ibiblio" src="http://www.ibiblio.org/cms/wp-content/themes/ibiblio/img/md_ibiblio_trans.gif"> - </a> - <p id="header-description" class="header-logo">The Public's Library and Digital Archive</p> - </div> - <div id="header-search" class="header-search"> -<script type="text/javascript" src="http://www.google.com/jsapi"></script> -<script type="text/javascript"> - google.load('search', '1'); - google.setOnLoadCallback(function() { - google.search.CustomSearchControl.attachAutoCompletion( - '006345117986368989313:58chbvov0a0', - document.getElementById('q'), - 'cse-search-box'); - }); -</script> -<form action="http://mirrors.ibiblio.org/search/" id="custom-search"> - <div> - <input type="hidden" name="cx" value="006345117986368989313:58chbvov0a0" /> - <input type="hidden" name="cof" value="FORID:11" /> - <input type="hidden" name="ie" value="UTF-8" /> - <input type="text" name="q" id="q" autocomplete="off" size="31" /> - <input type="submit" name="sa" value="Search" /> - </div> -</form> -<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> - </div> - </div> - <div class="clear"></div> - <h1>404 - Not Found</h1> - </body> -</html> +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-examples</artifactId> + <version>3.8</version> + <packaging>jar</packaging> + <name>Apache POI</name> + <url>http://poi.apache.org/</url> + <description>Apache POI Examples</description> + + <mailingLists> + <mailingList> + <name>POI Users List</name> + <subscribe>user-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>user-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive> + </mailingList> + <mailingList> + <name>POI Developer List</name> + <subscribe>dev-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>dev-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + + <dependencies> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.8</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-scratchpad</artifactId> + <version>3.8</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.8</version> + </dependency> + </dependencies> +</project> Index: poi-ooxml-3.8.pom =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/poi-ooxml-3.8.pom,v retrieving revision 1.1 diff -u -r1.1 poi-ooxml-3.8.pom --- poi-ooxml-3.8.pom 12 Feb 2012 14:32:31 -0000 1.1 +++ poi-ooxml-3.8.pom 19 Aug 2012 16:42:34 -0000 @@ -1,56 +1,78 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> - <head> - <title>404 - Not Found</title> - <link rel="stylesheet" type="text/css" media="screen" href="/directory_list/directory_list.css" /> -<script type="text/javascript"> -window.google_analytics_uacct = "UA-330438-12"; -</script> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-330438-12']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); -</script> - </head> - <body> - <div id="header" class="header"> - <div id="header-logo" class="header-logo"> - <a rel="home" href="http://www.ibiblio.org/"> - <img alt="ibiblio" src="http://www.ibiblio.org/cms/wp-content/themes/ibiblio/img/md_ibiblio_trans.gif"> - </a> - <p id="header-description" class="header-logo">The Public's Library and Digital Archive</p> - </div> - <div id="header-search" class="header-search"> -<script type="text/javascript" src="http://www.google.com/jsapi"></script> -<script type="text/javascript"> - google.load('search', '1'); - google.setOnLoadCallback(function() { - google.search.CustomSearchControl.attachAutoCompletion( - '006345117986368989313:58chbvov0a0', - document.getElementById('q'), - 'cse-search-box'); - }); -</script> -<form action="http://mirrors.ibiblio.org/search/" id="custom-search"> - <div> - <input type="hidden" name="cx" value="006345117986368989313:58chbvov0a0" /> - <input type="hidden" name="cof" value="FORID:11" /> - <input type="hidden" name="ie" value="UTF-8" /> - <input type="text" name="q" id="q" autocomplete="off" size="31" /> - <input type="submit" name="sa" value="Search" /> - </div> -</form> -<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> - </div> - </div> - <div class="clear"></div> - <h1>404 - Not Found</h1> - </body> -</html> +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml</artifactId> + <version>3.8</version> + <packaging>jar</packaging> + <name>Apache POI</name> + <url>http://poi.apache.org/</url> + <description>Apache POI - Java API To Access Microsoft Format Files</description> + + <mailingLists> + <mailingList> + <name>POI Users List</name> + <subscribe>user-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>user-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive> + </mailingList> + <mailingList> + <name>POI Developer List</name> + <subscribe>dev-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>dev-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + + <dependencies> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.8</version> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-schemas</artifactId> + <version>3.8</version> + </dependency> + <dependency> + <groupId>dom4j</groupId> + <artifactId>dom4j</artifactId> + <version>1.6.1</version> + </dependency> + </dependencies> +</project> Index: poi-ooxml-schemas-3.8.pom =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/poi-ooxml-schemas-3.8.pom,v retrieving revision 1.1 diff -u -r1.1 poi-ooxml-schemas-3.8.pom --- poi-ooxml-schemas-3.8.pom 12 Feb 2012 14:32:31 -0000 1.1 +++ poi-ooxml-schemas-3.8.pom 19 Aug 2012 16:42:34 -0000 @@ -1,56 +1,68 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> - <head> - <title>404 - Not Found</title> - <link rel="stylesheet" type="text/css" media="screen" href="/directory_list/directory_list.css" /> -<script type="text/javascript"> -window.google_analytics_uacct = "UA-330438-12"; -</script> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-330438-12']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); -</script> - </head> - <body> - <div id="header" class="header"> - <div id="header-logo" class="header-logo"> - <a rel="home" href="http://www.ibiblio.org/"> - <img alt="ibiblio" src="http://www.ibiblio.org/cms/wp-content/themes/ibiblio/img/md_ibiblio_trans.gif"> - </a> - <p id="header-description" class="header-logo">The Public's Library and Digital Archive</p> - </div> - <div id="header-search" class="header-search"> -<script type="text/javascript" src="http://www.google.com/jsapi"></script> -<script type="text/javascript"> - google.load('search', '1'); - google.setOnLoadCallback(function() { - google.search.CustomSearchControl.attachAutoCompletion( - '006345117986368989313:58chbvov0a0', - document.getElementById('q'), - 'cse-search-box'); - }); -</script> -<form action="http://mirrors.ibiblio.org/search/" id="custom-search"> - <div> - <input type="hidden" name="cx" value="006345117986368989313:58chbvov0a0" /> - <input type="hidden" name="cof" value="FORID:11" /> - <input type="hidden" name="ie" value="UTF-8" /> - <input type="text" name="q" id="q" autocomplete="off" size="31" /> - <input type="submit" name="sa" value="Search" /> - </div> -</form> -<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> - </div> - </div> - <div class="clear"></div> - <h1>404 - Not Found</h1> - </body> -</html> +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-ooxml-schemas</artifactId> + <version>3.8</version> + <packaging>jar</packaging> + <name>Apache POI</name> + <url>http://poi.apache.org/</url> + <description>Apache POI - Java API To Access Microsoft Format Files</description> + + <mailingLists> + <mailingList> + <name>POI Users List</name> + <subscribe>user-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>user-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive> + </mailingList> + <mailingList> + <name>POI Developer List</name> + <subscribe>dev-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>dev-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + + <dependencies> + <dependency> + <groupId>org.apache.xmlbeans</groupId> + <artifactId>xmlbeans</artifactId> + <version>2.3.0</version> + </dependency> + </dependencies> +</project> Index: poi-scratchpad-3.8.pom =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/apache-poi/poi-scratchpad-3.8.pom,v retrieving revision 1.1 diff -u -r1.1 poi-scratchpad-3.8.pom --- poi-scratchpad-3.8.pom 12 Feb 2012 14:32:31 -0000 1.1 +++ poi-scratchpad-3.8.pom 19 Aug 2012 16:42:34 -0000 @@ -1,56 +1,68 @@ -<?xml version='1.0' encoding='utf-8'?> -<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'> -<html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en'> - <head> - <title>404 - Not Found</title> - <link rel="stylesheet" type="text/css" media="screen" href="/directory_list/directory_list.css" /> -<script type="text/javascript"> -window.google_analytics_uacct = "UA-330438-12"; -</script> -<script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-330438-12']); - _gaq.push(['_trackPageview']); - - (function() { - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); - })(); -</script> - </head> - <body> - <div id="header" class="header"> - <div id="header-logo" class="header-logo"> - <a rel="home" href="http://www.ibiblio.org/"> - <img alt="ibiblio" src="http://www.ibiblio.org/cms/wp-content/themes/ibiblio/img/md_ibiblio_trans.gif"> - </a> - <p id="header-description" class="header-logo">The Public's Library and Digital Archive</p> - </div> - <div id="header-search" class="header-search"> -<script type="text/javascript" src="http://www.google.com/jsapi"></script> -<script type="text/javascript"> - google.load('search', '1'); - google.setOnLoadCallback(function() { - google.search.CustomSearchControl.attachAutoCompletion( - '006345117986368989313:58chbvov0a0', - document.getElementById('q'), - 'cse-search-box'); - }); -</script> -<form action="http://mirrors.ibiblio.org/search/" id="custom-search"> - <div> - <input type="hidden" name="cx" value="006345117986368989313:58chbvov0a0" /> - <input type="hidden" name="cof" value="FORID:11" /> - <input type="hidden" name="ie" value="UTF-8" /> - <input type="text" name="q" id="q" autocomplete="off" size="31" /> - <input type="submit" name="sa" value="Search" /> - </div> -</form> -<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&lang=en"></script> - </div> - </div> - <div class="clear"></div> - <h1>404 - Not Found</h1> - </body> -</html> +<?xml version="1.0"?> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +--> + +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.poi</groupId> + <artifactId>poi-scratchpad</artifactId> + <version>3.8</version> + <packaging>jar</packaging> + <name>Apache POI</name> + <url>http://poi.apache.org/</url> + <description>Apache POI - Java API To Access Microsoft Format Files</description> + + <mailingLists> + <mailingList> + <name>POI Users List</name> + <subscribe>user-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>user-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-user/</archive> + </mailingList> + <mailingList> + <name>POI Developer List</name> + <subscribe>dev-subscribe-Zbc/[email protected]</subscribe> + <unsubscribe>dev-unsubscribe-Zbc/[email protected]</unsubscribe> + <archive>http://mail-archives.apache.org/mod_mbox/poi-dev/</archive> + </mailingList> + </mailingLists> + + <licenses> + <license> + <name>The Apache Software License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + </license> + </licenses> + + <organization> + <name>Apache Software Foundation</name> + <url>http://www.apache.org/</url> + </organization> + + <dependencies> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.8</version> + </dependency> + </dependencies> +</project>