Changes of Revision 11
[-] | Changed | php5-pdflib.spec |
x 1
2 # norootforbuild 3 %define pkg_name pdflib 4 -%define pkg_version 2.1.10 5 +%define pkg_version 3.0.3 6 %define php_version %(php-config --version 2>/dev/null) 7 # 8 Name: php5-pdflib 9
10 URL: http://pecl.php.net/ 11 Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz 12 #make sure the extension understands lib64, most dont. 13 -Patch0: php5-pdflib-lib64.patch 14 +##Patch0: php5-pdflib-lib64.patch 15 Summary: Creating PDF on the fly with the PDFlib library 16 17 %description 18
19 20 %prep 21 %setup -n %{pkg_name}-%{version} 22 -%patch0 23 +# % patch0 24 25 %{__mkdir} %{name} 26 27 |
||
Added | pdflib-3.0.3.tgz ^ |