Changes of Revision 5
[-] | Changed | php5-pdflib.spec |
x 1
2 # norootforbuild 3 -%define pkg_name pdflib 4 -%define pkg_version 2.1.5 5 -%define php_version %(php-config --version 2>/dev/null) 6 +%define pkg_name pdflib 7 +%define pkg_version 2.1.5 8 +%define php_version %(php-config --version 2>/dev/null) 9 # 10 -Name: php5-pdflib 11 -Version: %{pkg_version} 12 -Release: 0 13 +Name: php5-pdflib 14 +Version: %{pkg_version} 15 +Release: 1 16 # 17 -License: PHP 18 -Group: Productivity/Networking/Web/Servers 19 +License: PHP 20 +Group: Productivity/Networking/Web/Servers 21 # 22 -BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 23 -BuildRequires: php5-devel PDFlib-Lite-devel gcc gcc-c++ 24 -Requires: php5 = %{php_version} 25 +BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build 26 +BuildRequires: php5-devel libpdf6-devel gcc gcc-c++ 27 +Requires: php5 = %{php_version} 28 # 29 -URL: http://pecl.php.net/ 30 -Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz 31 +URL: http://pecl.php.net/ 32 +Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz 33 #make sure the extension understands lib64, most dont. 34 -Patch0: php5-pdflib-lib64.patch 35 -Summary: Creating PDF on the fly with the PDFlib library 36 +Patch0: php5-pdflib-lib64.patch 37 +Summary: Creating PDF on the fly with the PDFlib library 38 39 %description 40 41 |