From 54c38d46e504a1b1545b586910cfa09cc16f2ff1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Jul 2014 19:46:00 +0200 Subject: php55-extras for Copr --- Makefile | 16 +++ php-extras.spec | 352 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 368 insertions(+) create mode 100644 Makefile create mode 100644 php-extras.spec diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..9a3dec3 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +SRCDIR := $(shell pwd) +NAME := php-extras +INCL1 := $(shell php-config --includes) +INCL2 := -I $(shell php-config --include-dir)/sapi/embed +LIBS := -lphp5 $(shell php-config --libs) + +include ../../common/Makefile + +tembed: tembed.c + gcc -Wall $(INCL1) $(INCL2) tembed.c $(LIBS) -o tembed + +debug: + time rpmbuild $(RPMDEFINES) --with debug -bb $(NAME).spec + +srpm: + rpmbuild $(RPMDEFINES) $(SRCDEFINES) --define "scl php55" --define "scl_prefix php55-" -bs $(NAME).spec diff --git a/php-extras.spec b/php-extras.spec new file mode 100644 index 0000000..1d506ab --- /dev/null +++ b/php-extras.spec @@ -0,0 +1,352 @@ +%if 0%{?scl:1} +%scl_package php-extras +%else +%global pkg_name %{name} +%endif + +# EPEL 5: interbase, mcrypt, mssql, recode, tidy, enchant +# EPEL 6: interbase, mcrypt, mssql +# EPEL 7: interbase, mcrypt, mssql, tidy, imap + +%define def() %%{!?_without_default:%%{!?_without_%1: %%global _with_%1 --with-%1}} + +%{expand:%def interbase} +%{expand:%def mcrypt} +%{expand:%def mssql} +%if 0%{?rhel} != 6 +%{expand:%def tidy} +%endif +%if 0%{?rhel} < 6 +%{expand:%def recode} +%{expand:%def enchant} +%endif +%if 0%{?rhel} > 6 || 0%{?fedora} > 0 +%{expand:%def imap} +%endif + +%define list %{?_with_recode:recode} %{?_with_mcrypt:mcrypt} %{?_with_tidy:tidy} %{?_with_mssql:mssql pdo_dblib} %{?_with_interbase:interbase pdo_firebird} %{?_with_enchant:enchant} %{?_with_imap:imap} +%define opts %{?_with_interbase:--with-interbase=%{_libdir}/firebird --with-pdo-firebird=%{_libdir}/firebird} %{?_with_imap:--with-imap-ssl --with-kerberos} + +Name: %{?scl_prefix}php-extras +Summary: Additional PHP modules from the standard PHP distribution +Version: 5.5.6 +Release: 2%{?dist} +Group: Development/Languages +License: The PHP License +URL: http://www.php.net/ +# Sources extracted from php source rpm +Source0: php-%{version}-strip.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: %{?scl_prefix}php-devel >= %{version} + + +%description +PHP is an HTML-embedded scripting language. + +This package contains various additional modules for PHP, which +have not been included in the basic PHP package for Fedora Core. + + +%package -n %{?scl_prefix}php-recode +Summary: Standard PHP module provides GNU recode support +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_with_recode:BuildRequires: recode-devel} + +%description -n %{?scl_prefix}php-recode +The %{?scl_prefix}php-recode package contains a dynamic shared object that will +add support for using the recode library to PHP. + + +%package -n %{?scl_prefix}php-mcrypt +Summary: Standard PHP module provides mcrypt library support +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_with_mcrypt:BuildRequires: libmcrypt-devel} + +%description -n %{?scl_prefix}php-mcrypt +The %{?scl_prefix}php-mcrypt package contains a dynamic shared object that will +add support for using the mcrypt library to PHP. + + +%package -n %{?scl_prefix}php-tidy +Summary: Standard PHP module provides tidy library support +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_with_tidy:BuildRequires: libtidy-devel} + +%description -n %{?scl_prefix}php-tidy +The %{?scl_prefix}php-tidy package contains a dynamic shared object that will +add support for using the tidy library to PHP. + + +%package -n %{?scl_prefix}php-mssql +Summary: Standard PHP module provides mssql support +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +Requires: %{?scl_prefix}php(pdo-abi) = %{php_pdo_api} +Provides: php_database +%{?_with_mssql:BuildRequires: freetds-devel} + +%description -n %{?scl_prefix}php-mssql +The %{?scl_prefix}php-mssql package contains a dynamic shared object that will +add MSSQL database support to PHP. It uses the TDS (Tabular +DataStream) protocol through the freetds library, hence any +database server which supports TDS can be accessed. + + +%package -n %{?scl_prefix}php-interbase +Summary: Standard PHP module provides interbase/firebird support +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +Requires: %{?scl_prefix}php(pdo-abi) = %{php_pdo_api} +Provides: php_database, php-firebird +%{?_with_interbase:BuildRequires: firebird-devel} + +%description -n %{?scl_prefix}php-interbase +The %{?scl_prefix}php-interbase package contains a dynamic shared object that will +add database support through Interbase/Firebird to PHP. + +InterBase is the name of the closed-source variant of this RDBMS that was +developed by Borland/Inprise. + +Firebird is a commercially independent project of C and C++ programmers, +technical advisors and supporters developing and enhancing a multi-platform +relational database management system based on the source code released by +Inprise Corp (now known as Borland Software Corp) under the InterBase Public +License. + + +%package -n %{?scl_prefix}php-enchant +Summary: Human Language and Character Encoding Support +License: PHP +Group: Development/Languages +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_with_enchant:BuildRequires: enchant-devel >= 1.2.4} + +%description -n %{?scl_prefix}php-enchant +The %{?scl_prefix}php-intl package contains a dynamic shared object that will +add support for using the enchant library to PHP. + + +%package -n %{?scl_prefix}php-imap +Summary: A module for PHP applications that use IMAP +Group: Development/Languages +# All files licensed under PHP version 3.01 +License: PHP +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_with_imap:BuildRequires: krb5-devel, openssl-devel, libc-client-devel} + +%description -n %{?scl_prefix}php-imap +The php-imap module will add IMAP (Internet Message Access Protocol) +support to PHP. IMAP is a protocol for retrieving and uploading e-mail +messages on mail servers. PHP is an HTML-embedded scripting language. + + +# Filter private shared +%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} +%{?filter_setup} + + +%prep +%setup -q -n php-%{version} + +# avoid tests which requires databases +rm -rf ext/{mssql,pdo_dblib,interbase,pdo_firebird}/tests + +# Need investigation (seems libenchant in epel-5 is too old) +rm -f ext/enchant/tests/{bug13181,broker_request_dict}.phpt + + +%build +for mod in %{list} +do + pushd ext/$mod + + %{_bindir}/phpize + %configure \ + --with-libdir=%{_lib} \ + %{opts} \ + --with-php-config=%{_bindir}/php-config + + make %{?_smp_mflags} + + popd +done + + +%check +fail=0 +for mod in %{list} +do + [ -d ext/$mod/tests ] || continue + + pushd ext/$mod + + make test NO_INTERACTION=1 | tee rpmtests.log + if grep -q "FAILED TEST" rpmtests.log + then + for t in tests/*.diff + do + echo "TEST FAILURE: $PWD/$t --" + diff -u tests/$(basename $t .diff).exp tests/$(basename $t .diff).out || : + fail=1 + done + fi + popd +done +exit $fail + + +%install +rm -rf %{buildroot} + +install -d %{buildroot}%{php_extdir} +install -d %{buildroot}%{_sysconfdir}/php.d + +for mod in %{list} +do + make -C ext/${mod} install INSTALL_ROOT=%{buildroot} + + cat > %{buildroot}%{_sysconfdir}/php.d/${mod}.ini < files.${mod} <>files.mssql} +%{?_with_interbase:cat files.pdo_firebird >>files.interbase} + + +%clean +rm -rf %{buildroot} + + +%define fil() %%{?_with_%1:%%files -n %{?scl_prefix}php-%1 -f files.%1} +%{expand:%fil recode} +%{expand:%fil mcrypt} +%{expand:%fil tidy} +%{expand:%fil mssql} +%{expand:%fil interbase} +%{expand:%fil enchant} +%{expand:%fil imap} + + +%changelog +* Mon Jul 21 2014 Remi Collet - 5.5.6-2 +- add imap for rhel-7 + +* Fri Nov 29 2013 Remi Collet - 5.5.6-1 +- update to 5.5.6 + +* Thu Oct 17 2013 Remi Collet - 5.5.5-1 +- update to 5.5.5 + +* Thu Sep 26 2013 Remi Collet - 5.5.4-1 +- update to 5.5.4 + +* Fri Aug 2 2013 Remi Collet - 5.5.1-1 +- update to 5.5.1 for php55 SCL + +* Tue Jul 23 2013 Remi Collet - 5.4.16-3 +- disable recode and tidy on rhel-6 +- enable enchant on rhel-5 +- improve package descriptions + +* Thu Jul 18 2013 Remi Collet - 5.4.16-2 +- rebuild for new value of php(zend-abi) and php(api) + +* Tue Jul 16 2013 Remi Collet - 5.4.16-1 +- update to 5.4.16 +- adapt for SCL +- enable recode + +* Tue Sep 13 2011 Dmitry Butskoy - 5.3.3-1 +- update to 5.3.3 +- avoid explicit php dependencies in favour of php-api (#737956) + +* Wed Dec 22 2010 Dmitry Butskoy - 5.3.2-3 +- drop readline (now in the main php package) +- drop mhash (no more provided in php, hash used instead) +- spec file cleanup + +* Tue Dec 21 2010 Nick Bebout - 5.3.2-2 +- Disable php-readline for now so we can get the rest built + +* Sun Dec 19 2010 Jon Ciesla - 5.3.2-1 +- Update for EL-6. + +* Tue May 12 2009 Dmitry Butskoy - 5.1.6-5 +- add pdo_dblib module for php-mssql +- add php-interbase support (both interbase and pdo_firebird modules) + (initial patch from Remi Collet ) + +* Wed Jun 20 2007 Dmitry Butskoy - 5.1.6-4 +- add patch for mssql (#244736), a backport of some php-5.2 changes + +* Fri Jun 15 2007 Dmitry Butskoy - 5.1.6-3 +- add --with-libdir=%%{_lib} to handle 64bit arches properly + +* Thu Jun 14 2007 Dmitry Butskoy - 5.1.6-2 +- add php-mssql support + +* Fri Sep 1 2006 Dmitry Butskoy - 5.1.6-1 +- update to 5.1.6 + +* Thu Jun 22 2006 Dmitry Butskoy - 5.1.4-2 +- auto-detect extdir and apiver again (needed for x86_64) + +* Fri Jun 16 2006 Dmitry Butskoy - 5.1.4-1 +- update to upstream php 5.1.4 +- an easier way to auto-detect php-api version +- specify extdir and apiver explicitly, because FE build system + is not able to auto-detect it now. + +* Fri Mar 31 2006 Dmitry Butskoy - 5.1.2-3 +- ppc arch hack: change dir before %%apiver auto-detecting + +* Sat Mar 25 2006 Dmitry Butskoy - 5.1.2-2 +- Accepted for Fedora Extras + (review by Tom "spot" Callaway ) + +* Wed Mar 1 2006 Dmitry Butskoy - 5.1.2-2 +- more accurate Requires for the main php + (using php-api, provided now by the Core php package). + +* Tue Feb 28 2006 Dmitry Butskoy - 5.1.2-1 +- update to 5.1.2 +- replace readline patch (old issue go away and a new appears). +- apply well-known "libtool-rpath-workaround" (see in Internet ;-)) + to avoid use -rpath for linking + +* Sat Dec 17 2005 Dmitry Butskoy - 5.1.1-1 +- upgrade to 5.1.1 for FC5 +- drop now missed "fam" and obsolete "sqlite" (sqlite2) modules + +* Mon Nov 14 2005 Dmitry Butskoy - 5.0.4-1 +- spec file cleanups + +* Mon Oct 10 2005 Dmitry Butskoy - 5.0.4-0 +- adaptation for php5 +- drop tests patch (no more needed). + +* Fri Oct 7 2005 Dmitry Butskoy - 4.3.11-0 +- initial release +- create test stuff for check section. A lot of work because we play + with extra modules by our own way... +- add patch to fix some pathes in tests +- add patch for readline configure + -- cgit