rpms/itext/devel itext.spec,1.13,1.14

Orcan Ogetbil oget at fedoraproject.org
Thu Feb 19 18:31:44 UTC 2009


Author: oget

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

Modified Files:
	itext.spec 
Log Message:
* Thu Feb 19 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.4-3
- Add extra Provides for a nice interaction with pdftk.



Index: itext.spec
===================================================================
RCS file: /cvs/pkgs/rpms/itext/devel/itext.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- itext.spec	12 Feb 2009 18:43:44 -0000	1.13
+++ itext.spec	19 Feb 2009 18:31:14 -0000	1.14
@@ -4,7 +4,7 @@
 Summary:        A Free Java-PDF library
 Name:           itext
 Version:        2.1.4
-Release:        2%{?dist}
+Release:        3%{?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
@@ -30,6 +30,12 @@
 Requires:       jpackage-utils >= 1.5
 Requires:       pdf-renderer
 Provides:       %{alternate_name} == %{version}-%{release}
+# pdftk needs this kind of provides from itext:
+%ifarch x86_64 ppc64
+Provides:       %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so()(64bit)
+%else
+Provides:       %{_libdir}/gcj/%{name}/%{name}-%{version}.jar.so
+%endif
 
 %description
 iText is a library that allows you to generate 
@@ -141,6 +147,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu Feb 19 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.4-3
+- Add extra Provides for a nice interaction with pdftk.
+
 * Thu Feb 12 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 2.1.4-2
 - Pass the additional flag "-fno-indirect-classes" to aot-compile-rpm
 




More information about the fedora-extras-commits mailing list