commit 68532b3ad17b98f9ade630dda822c032fcb5857c
Author: Arkadiusz Miƛkiewicz <[email protected]>
Date:   Tue Feb 18 14:21:25 2014 +0100

    - up to 6.0.060

 php-tcpdf.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/php-tcpdf.spec b/php-tcpdf.spec
index cb52518..1455428 100644
--- a/php-tcpdf.spec
+++ b/php-tcpdf.spec
@@ -3,12 +3,12 @@
 %define                ver     %(echo %{version} | tr . _)
 Summary:       TCPDF - PHP class for PDF
 Name:          php-tcpdf
-Version:       6.0.043
+Version:       6.0.060
 Release:       1
 License:       LGPL v2.1
 Group:         Development/Languages/PHP
 Source0:       http://downloads.sourceforge.net/tcpdf/tcpdf_%{ver}.zip
-# Source0-md5: a0f1b81da48f71e215a9aaa24c463155
+# Source0-md5: c971abbf545d5702b395b90aa8a9cd8d
 URL:           http://www.tcpdf.org/
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: unzip
@@ -29,6 +29,11 @@ Unicode, RTL languages and HTML.
 
 %{__sed} -i -e 's,\r$,,' *.TXT
 
+%build
+for a in /usr/share/fonts/TTF/DejaVuS*; do
+       php tools/tcpdf_addfont.php -t TrueTypeUnicode -i $a;
+done
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_appdir},%{_examplesdir}/%{name}-%{version}}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-tcpdf.git/commitdiff/68532b3ad17b98f9ade630dda822c032fcb5857c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to