Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php4
:
extensions
>
php4-pdflib
> php4-pdflib.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File php4-pdflib.spec of Package php4-pdflib
# norootforbuild %define pkg_name pdflib %define pkg_version 2.1.7 %define php_version %(php-config4 --version 2>/dev/null) # Name: php4-pdflib Version: %{pkg_version} Release: 1 # License: PHP Group: Productivity/Networking/Web/Servers # BuildRoot: %{_tmppath}/%{pkg_name}-%{version}-build BuildRequires: php4-devel libpdf6-devel gcc gcc-c++ Requires: php4 = %{php_version} # URL: http://pecl.php.net/ Source: http://pecl.php.net/package/%{pkg_name}/%{pkg_name}-%{version}.tgz #make sure the extension understands lib64, most dont. Patch0: php4-pdflib-lib64.patch Summary: Creating PDF on the fly with the PDFlib library %description Authors: --------- Rainer Schaaf <rjs@pdflib.com> Uwe Steinmann <uwe@steinmann.cx> %debug_package %prep %setup -n %{pkg_name}-%{version} %patch0 %{__mkdir} %{name} %build /usr/bin/phpize4 pushd %{name} CFLAGS="%{optflags} -fno-strict-aliasing" CXXFLAGS="%{optflags} -fno-strict-aliasing" %if 0%{?suse_version} > 1000 CFLAGS="$CFLAGS -fstack-protector" CXXFLAGS="$CXXFLAGS -fstack-protector" %endif export CFLAGS export CXXFLAGS ../configure --with-pdflib=%{_usr} --with-libdir=%{_lib} --with-php-config=%{_bindir}/php-config4 %{__make} %{?jobs:-j%jobs} popd %install %makeinstall -C %{name} INSTALL_ROOT=%{buildroot} %{__mkdir} -p %{buildroot}%{_sysconfdir}/php4/php.d echo "; comment out next line to disable pdf extension in php" > %{buildroot}%{_sysconfdir}/php4/php.d/pdf.ini echo "extension = pdf.so" >> %{buildroot}%{_sysconfdir}/php4/php.d/pdf.ini %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %{_libdir}/php4/pdf.so %config(noreplace) %{_sysconfdir}/php4/php.d/pdf.ini %doc CREDITS %changelog * Sat Aug 08 2009 Carsten Schoene <cs@linux-administrator.com> - 2.1.7-1 - build for php4 * Sun Mar 22 2009 Carsten Schoene <cs@linux-administrator.com> - new release 2.1.7 - fixed [PECL-BUG] Bug #16066 [NEW]: Missing php_pdflib.h in archive * Fri Mar 20 2009 Carsten Schoene <cs@linux-administrator.com> - new upstream release 2.1.6 - added PDF_utf32_to_utf16() - improved show_boxed() function - fixed GD_SUPPORT (not supported) * Mon Mar 24 2008 Carsten Schoene <cs@linux-administrator.com> - new upstream release 2.1.5 - switched to package.xml 2.0 Format - improved exception handling