packages: php/php.spec - fdf has been removed from php 5.3 (see php-pecl-fd...
qboosh
qboosh at pld-linux.org
Tue Oct 26 09:20:29 CEST 2010
Author: qboosh Date: Tue Oct 26 07:20:29 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- fdf has been removed from php 5.3 (see php-pecl-fdf now)
---- Files affected:
packages/php:
php.spec (1.900 -> 1.901)
---- Diffs:
================================================================
Index: packages/php/php.spec
diff -u packages/php/php.spec:1.900 packages/php/php.spec:1.901
--- packages/php/php.spec:1.900 Mon Oct 25 21:47:57 2010
+++ packages/php/php.spec Tue Oct 26 09:20:22 2010
@@ -27,7 +27,6 @@
# Reflection
#
# Conditional build:
-%bcond_with fdf # with FDF (PDF forms) module (BR: proprietary lib)
%bcond_with interbase_inst # use InterBase install., not Firebird (BR: proprietary libs)
%bcond_with oci8 # with Oracle oci8 extension module (BR: proprietary libs)
%bcond_with instantclient # build Oracle oci8 extension module against oracle-instantclient package
@@ -41,7 +40,7 @@
%bcond_without mm # without mm support for session storage
%bcond_without mssql # without MS SQL extension module
# don't turn it on by default; see TODO item for mysqlnd in this spec
-%bcond_with mysqlnd # without mysqlnd support in mysql related extensions
+%bcond_with mysqlnd # with mysqlnd support in mysql related extensions
%bcond_without mysqli # without mysqli support (Requires mysql > 4.1)
%bcond_without odbc # without ODBC extension module
%bcond_without openssl # without OpenSSL support and OpenSSL extension (module)
@@ -60,7 +59,7 @@
%bcond_without apache1 # disable building Apache 1.3.x SAPI
%bcond_without apache2 # disable building Apache 2.x SAPI
%bcond_without zts # disable Zend Thread Safety
-%bcond_without cgi # disable CGI/FCGI SAPI
+%bcond_without cgi # disable CGI/FCGI SAPI
%bcond_without fpm # disable FPM
%bcond_without suhosin # with suhosin patch
%bcond_with tests # default off; test process very often hangs on builders, approx run time 45m; perform "make test"
@@ -201,7 +200,6 @@
BuildRequires: db-devel >= 4.0
BuildRequires: elfutils-devel
#BuildRequires: fcgi-devel
-%{?with_fdf:BuildRequires: fdftk-devel}
#BuildRequires: flex
BuildRequires: pkgconfig
BuildRequires: sed >= 4.0
@@ -680,22 +678,6 @@
%description exif -l pl.UTF-8
Moduł PHP dodający obsługę znaczników EXIF w plikach obrazków.
-%package fdf
-Summary: FDF extension module for PHP
-Summary(pl.UTF-8): Moduł FDF dla PHP
-Group: Libraries
-URL: http://www.php.net/manual/en/book.fdf.php
-Requires: %{name}-common = %{epoch}:%{version}-%{release}
-Provides: php(fdf)
-
-%description fdf
-This PHP module adds support for PDF Forms through Adobe FDFTK
-library.
-
-%description fdf -l pl.UTF-8
-Moduł PHP dodający obsługę formularzy PDF poprzez bibliotekę Adobe
-FDFTK.
-
%package fileinfo
Summary: libmagic bindings
Group: Libraries
@@ -2054,7 +2036,6 @@
--with-bz2=shared \
%{__with_without curl curl shared} \
--with-db4 \
- %{?with_fdf:--with-fdftk=shared} \
--with-iconv=shared \
--with-freetype-dir=shared \
--with-gettext=shared \
@@ -2430,7 +2411,6 @@
%extension_scripts dba
%extension_scripts dom
%extension_scripts exif
-%extension_scripts fdf
%extension_scripts fileinfo
%extension_scripts filter
%extension_scripts ftp
@@ -2509,9 +2489,6 @@
%triggerun exif -- %{name}-exif < 4:5.0.4-9.1
%{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*exif\.so/d' %{_sysconfdir}/php.ini
-%triggerun fdf -- %{name}-fdf < 4:5.0.4-9.1
-%{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*fdf\.so/d' %{_sysconfdir}/php.ini
-
%triggerun ftp -- %{name}-ftp < 4:5.0.4-9.1
%{__sed} -i -e '/^extension[[:space:]]*=[[:space:]]*ftp\.so/d' %{_sysconfdir}/php.ini
@@ -2766,13 +2743,6 @@
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/dom.ini
%attr(755,root,root) %{php_extensiondir}/dom.so
-%if %{with fdf}
-%files fdf
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/fdf.ini
-%attr(755,root,root) %{php_extensiondir}/fdf.so
-%endif
-
%files fileinfo
%defattr(644,root,root,755)
%doc README.input_filter
@@ -3168,6 +3138,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.901 2010/10/26 07:20:22 qboosh
+- fdf has been removed from php 5.3 (see php-pecl-fdf now)
+
Revision 1.900 2010/10/25 19:47:57 qboosh
- requires imap-lib with annotations patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/php.spec?r1=1.900&r2=1.901&f=u
More information about the pld-cvs-commit
mailing list