rpms/itext/devel .cvsignore, 1.5, 1.6 itext.spec, 1.18, 1.19 sources, 1.6, 1.7

Orcan Ogetbil oget at fedoraproject.org
Fri Jun 26 17:49:47 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/itext/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10139

Modified Files:
	.cvsignore itext.spec sources 
Log Message:
* Tue Jun 16 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.6-1
- New upstream release
- Some SPEC file cleanup



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	10 Mar 2009 16:24:47 -0000	1.5
+++ .cvsignore	26 Jun 2009 17:49:16 -0000	1.6
@@ -1 +1 @@
-iText-src-2.1.5.tar.gz
+iText-src-2.1.6.tar.gz


Index: itext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/itext.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- itext.spec	21 Apr 2009 16:52:42 -0000	1.18
+++ itext.spec	26 Jun 2009 17:49:16 -0000	1.19
@@ -3,15 +3,15 @@
 
 Summary:        A Free Java-PDF library
 Name:           itext
-Version:        2.1.5
-Release:        2%{?dist}
+Version:        2.1.6
+Release:        1%{?dist}
 License:        (LGPLv2+ or MPLv1.1) and ASL 2.0 and BSD and MIT and LGPLv2+ and CC-BY
 URL:            http://www.lowagie.com/iText/
 Group:          Development/Libraries
 Source0:        http://downloads.sourceforge.net/itext/iText-src-%{version}.tar.gz
-Patch1:		itext-2.1.5-pdftk.patch
+Patch1:         itext-2.1.5-pdftk.patch
 BuildRequires:  ant
-BuildRequires:  bouncycastle-mail
+BuildRequires:  bouncycastle-tsp
 BuildRequires:  dom4j
 BuildRequires:  pdf-renderer
 BuildRequires:  java-devel >= 1.5
@@ -25,7 +25,7 @@ Requires:         java-1.5.0-gcj
 BuildArch:      noarch
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       bouncycastle-mail
+Requires:       bouncycastle-tsp
 Requires:       dom4j
 Requires:       java >= 1.5
 Requires:       jpackage-utils >= 1.5
@@ -33,14 +33,11 @@ Requires:       pdf-renderer
 Provides:       %{alternate_name} == %{version}-%{release}
 
 %description
-iText is a library that allows you to generate 
-PDF files on the fly. The iText classes are very 
-useful for people who need to generate read-only, 
-platform independent documents containing text, 
-lists, tables and images. The library is especially 
-useful in combination with Java(TM) technology-based 
-Servlets: The look and feel of HTML is browser 
-dependent; with iText and PDF you can control 
+iText is a library that allows you to generate PDF files on the fly. The iText
+classes are very useful for people who need to generate read-only, platform
+independent documents containing text, lists, tables and images. The library is
+especially useful in combination with Java(TM) technology-based Servlets: The
+look and feel of HTML is browser dependent; with iText and PDF you can control 
 exactly how your servlet's output will look.
 
 %package javadoc
@@ -70,21 +67,20 @@ build-jar-repository -s -p lib bcprov bc
 
 # Remove jdk & version numbers from classpath entries
 for file in src/ant/{*,.ant*}; do
- sed -i 's|bcmail-${bc.jdk}-${bc.version}.jar|bcmail.jar|g' $file
- sed -i 's|bcprov-${bc.jdk}-${bc.version}.jar|bcprov.jar|g' $file
- sed -i 's|dom4j-1.6.1.jar|dom4j.jar|g' $file
+ for jarname in bcmail bcprov bctsp dom4j; do
+  sed -i "s|$jarname-.*\.jar|$jarname.jar|" $file
+ done
 done
 
 # Remove classpath elements from manifest
-sed -i 's|<attribute name="Class-Path" value="iText-toolbox.jar iText-toolbox-${releasenumber}.jar ${lib.bcmail} ${lib.bcprov}"/>||' src/ant/compile.xml
-sed -i 's|<attribute name="Class-Path" value="iText.jar iText-${releasenumber}.jar ${lib.bcmail} ${lib.bcprov}"/>||' src/ant/compile.xml
+sed -i '\|Class-Path|d' src/ant/compile.xml
 
 # Setting debug="on" on javac part of the build script.
 sed -i 's|destdir|debug="on" destdir|g' src/ant/compile.xml
 sed -i 's|debug="true"||g' src/ant/compile.xml
 
 %build
-export CLASSPATH=$(build-classpath bcprov bcmail pdf-renderer dom4j)
+export CLASSPATH=$(build-classpath bcprov bcmail bctsp pdf-renderer dom4j)
 pushd src
 ant jar javadoc
 popd
@@ -143,6 +139,10 @@ if [ -x %{_bindir}/rebuild-gcj-db ] 
 # -----------------------------------------------------------------------------
 
 %changelog
+* Tue Jun 16 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.6-1
+- New upstream release
+- Some SPEC file cleanup
+
 * Tue Apr 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 2.1.5-2
 - Patch to allow reading of pdf files from stdin for pdftk (BZ #495574)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	10 Mar 2009 16:24:47 -0000	1.6
+++ sources	26 Jun 2009 17:49:16 -0000	1.7
@@ -1 +1 @@
-82a2532130da3f35e749bda6f1b99ba0  iText-src-2.1.5.tar.gz
+e11ce11f23bd8b1bf4739e1b26d83ea5  iText-src-2.1.6.tar.gz




More information about the fedora-extras-commits mailing list