[apache-poi] Update to 3.8-beta3 Add commons-codec to the build jar repository

Orion Poplawski orion at fedoraproject.org
Fri Jul 22 15:48:11 UTC 2011


commit da28f30980c430f8a6943c46f4336918c002dd97
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Jul 22 09:47:36 2011 -0600

    Update to 3.8-beta3
    Add commons-codec to the build jar repository

 .gitignore      |    1 +
 apache-poi.spec |   13 +++++++++----
 sources         |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33a675e..f8d8fe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Office Open XML 1st edition Part 4 (PDF).zip
 /poi-src-3.7-20101029.tar.gz
 /Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip
+/poi-src-3.8-beta3-20110606.tar.gz
diff --git a/apache-poi.spec b/apache-poi.spec
index c999546..15d4fe5 100644
--- a/apache-poi.spec
+++ b/apache-poi.spec
@@ -1,9 +1,9 @@
-%global reldate 20110408
-%global rcver -beta2
+%global reldate 20110606
+%global rcver -beta3
 
 Name:           apache-poi
 Version:        3.8
-Release:        0.1.beta2%{?dist}
+Release:        0.2.beta3%{?dist}
 Summary:        The Java API for Microsoft Documents
 
 Group:          Development/Libraries
@@ -93,7 +93,7 @@ The manual for %{name}.
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 mkdir lib ooxml-lib
-build-jar-repository -s -p lib ant commons-logging junit log4j
+build-jar-repository -s -p lib ant commons-codec commons-logging junit log4j
 build-jar-repository -s -p ooxml-lib dom4j xmlbeans/xbean
 #Unpack the XMLSchema
 pushd ooxml-lib
@@ -104,6 +104,7 @@ popd
 %build
 cat > build.properties <<'EOF'
 main.ant.jar=lib/ant.jar
+main.commons-codec.jar=lib/commons-codec.jar
 main.commons-logging.jar=lib/commons-logging.jar
 main.log4j.jar=lib/log4j.jar
 main.junit.jar=lib/junit.jar
@@ -173,6 +174,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 22 2011 Orion Poplawski <orion at cora.nwra.com> - 3.8-0.2.beta3
+- Update to 3.8-beta3
+- Add commons-codec to the build jar repository
+
 * Wed Apr 20 2011 Orion Poplawski <orion at cora.nwra.com> - 3.8-0.1.beta2
 - Update to 3.8-beta2
 - Add BR fontconfig needed for tests to find fonts
diff --git a/sources b/sources
index 76f744b..a6dbe5c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-2b93b3254bae7fbebb86fdf95cbd06f2  poi-src-3.7-20101029.tar.gz
+5e6ba373af34db4581f180f8698bac11  poi-src-3.8-beta3-20110606.tar.gz
 abe6bb6e7799e854934b3c634e8bcf7b  Office%20Open%20XML%201st%20edition%20Part%204%20(PDF).zip


More information about the scm-commits mailing list