From 1ee3cf0bca471d2fcfa2fc083a087fc88d09e9df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Aug 2014 08:14:48 +0200 Subject: php-tcpdf: 6.0.091 --- php-tcpdf.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-tcpdf.spec') diff --git a/php-tcpdf.spec b/php-tcpdf.spec index 231deb1..b7b778c 100644 --- a/php-tcpdf.spec +++ b/php-tcpdf.spec @@ -10,8 +10,8 @@ %global real_name tcpdf Name: php-tcpdf -Summary: PHP class for generating PDF documents -Version: 6.0.089 +Summary: PHP class for generating PDF documents and barcodes +Version: 6.0.091 Release: 1%{?dist} URL: http://www.tcpdf.org @@ -42,6 +42,8 @@ Requires: php-xml Requires: php-zlib # imagick is optionnal (and conflicts with gmagick) +Provides: php-composer(tecnick.com/tcpdf) = %{version} + %description PHP class for generating PDF documents. @@ -268,6 +270,7 @@ rm -rf %{buildroot} %files -f corefonts.lst %defattr(-,root,root,-) %doc README.TXT CHANGELOG.TXT examples +%doc composer.json %{!?_licensedir:%global license %%doc} %license LICENSE.TXT %{_bindir}/%{real_name}_addfont @@ -319,6 +322,10 @@ rm -rf %{buildroot} %changelog +* Fri Aug 15 2014 Remi Collet - 6.0.091-1 +- update to 6.0.091 +- provide php-composer(tecnick.com/tcpdf) + * Thu Jul 17 2014 Remi Collet - 6.0.089-1 - update to 6.0.089 -- cgit