auto-import php-4.1.0-2 from php-4.1.0-2.src.rpm
This commit is contained in:
parent
cd38fdbe36
commit
88f5c88188
17
.cvsignore
17
.cvsignore
@ -1,14 +1,3 @@
|
|||||||
php-4.0.6.tar.gz
|
php-4.1.0.tar.gz
|
||||||
php_manual_cs.tar.bz2
|
php-manual-en.tar.gz
|
||||||
php_manual_de.tar.bz2
|
php.tar.gz
|
||||||
php_manual_en.tar.bz2
|
|
||||||
php_manual_es.tar.bz2
|
|
||||||
php_manual_fr.tar.bz2
|
|
||||||
php_manual_hu.tar.bz2
|
|
||||||
php_manual_it.tar.bz2
|
|
||||||
php_manual_ja.tar.bz2
|
|
||||||
php_manual_ko.tar.bz2
|
|
||||||
php_manual_nl.tar.bz2
|
|
||||||
php_manual_pt_BR.tar.bz2
|
|
||||||
php_manual_tr.tar.bz2
|
|
||||||
rfc1867.c.diff-4.0.6.gz
|
|
||||||
|
430
php.spec
430
php.spec
@ -1,83 +1,43 @@
|
|||||||
%define contentdir /var/www
|
%define contentdir /var/www
|
||||||
%define manual_langs en pt_BR cs nl fr de hu it ja ko es tr
|
%define manual_langs en
|
||||||
# Build these extension subpackages.
|
# pt_BR cs nl fr de hu it ja kr es
|
||||||
%define odbc 1
|
|
||||||
%define snmp 0
|
|
||||||
# Build these extensions in.
|
|
||||||
%define ext_curl 1
|
|
||||||
%define ext_dom 1
|
|
||||||
%define ext_expat 1
|
|
||||||
%define ext_gd_freetype 1
|
|
||||||
%define ext_iconv 1
|
|
||||||
%define ext_mm 1
|
|
||||||
%define ext_openssl 1
|
|
||||||
|
|
||||||
%{!?oracle:%define oracle 0}
|
%{!?oracle:%define oracle 0}
|
||||||
|
|
||||||
Summary: The PHP HTML-embedded scripting language.
|
Summary: The PHP HTML-embedded scripting language.
|
||||||
Name: php
|
Name: php
|
||||||
Version: 4.0.6
|
Version: 4.1.0
|
||||||
Release: 16
|
Release: 2
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
||||||
Source1: http://www.php.net/distributions/manual/php_manual_en.tar.bz2
|
# Manuals from http://www.php.net/distributions/manual/
|
||||||
Source2: http://www.php.net/distributions/manual/php_manual_pt_BR.tar.bz2
|
Source1: php-manual-en.tar.gz
|
||||||
Source3: http://www.php.net/distributions/manual/php_manual_cs.tar.bz2
|
#Source2: php-manual-pt_BR.tar.gz
|
||||||
Source4: http://www.php.net/distributions/manual/php_manual_nl.tar.bz2
|
#Source3: php-manual-cs.tar.gz
|
||||||
Source5: http://www.php.net/distributions/manual/php_manual_fr.tar.bz2
|
#Source4: php-manual-nl.tar.gz
|
||||||
Source6: http://www.php.net/distributions/manual/php_manual_de.tar.bz2
|
#Source5: php-manual-fr.tar.gz
|
||||||
Source7: http://www.php.net/distributions/manual/php_manual_hu.tar.bz2
|
#Source6: php-manual-de.tar.gz
|
||||||
Source8: http://www.php.net/distributions/manual/php_manual_it.tar.bz2
|
#Source7: php-manual-hu.tar.gz
|
||||||
Source9: http://www.php.net/distributions/manual/php_manual_ja.tar.bz2
|
#Source8: php-manual-it.tar.gz
|
||||||
Source10: http://www.php.net/distributions/manual/php_manual_ko.tar.bz2
|
#Source9: php-manual-ja.tar.gz
|
||||||
Source11: http://www.php.net/distributions/manual/php_manual_es.tar.bz2
|
#Source10: php-manual-kr.tar.gz
|
||||||
Source12: http://www.php.net/distributions/manual/php_manual_tr.tar.bz2
|
#Source11: php-manual-es.tar.gz
|
||||||
|
Source12: php-get-manuals
|
||||||
|
Source13: php.tar.gz
|
||||||
#Icon: php3.gif
|
#Icon: php3.gif
|
||||||
Patch0: php-4.0.6-redhat.patch
|
Patch0: php-4.0.6-redhat.patch
|
||||||
Patch1: php-4.0.3-required.patch
|
Patch1: php-4.0.3-required.patch
|
||||||
Patch2: php-4.0.4pl1-linkage.patch
|
Patch4: php-4.0.5-db.patch
|
||||||
Patch3: php-4.0.6-libtool.patch
|
License: PHP
|
||||||
Patch4: php-4.0.6-db.patch
|
|
||||||
Patch5: php-4.0.6-ZVAL.patch
|
|
||||||
Patch6: php-4.0.6-dom.patch
|
|
||||||
Patch7: http://www.php.net/distributions/rfc1867.c.diff-4.0.6.gz
|
|
||||||
Patch8: php-4.0.6-xml2.patch
|
|
||||||
Patch9: php-4.0.6-mysql-path.patch
|
|
||||||
Patch10: php-4.0.6-rfc1867.c.fixfix
|
|
||||||
License: PHP License
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Obsoletes: mod_php, php3, phpfi
|
Obsoletes: mod_php, php3, phpfi
|
||||||
BuildPrereq: apache-devel, db2-devel, db3-devel, gdbm-devel
|
BuildPrereq: apache-devel, db2-devel, db3-devel, gdbm-devel, imap-devel >= 2000-9
|
||||||
BuildPrereq: imap-devel >= 2000-9, krb5-devel, mysql-devel, postgresql-devel
|
BuildPrereq: krb5-devel, mysql-devel, openssl-devel, postgresql-devel, pam-devel
|
||||||
BuildPrereq: gd-devel, libjpeg-devel, libpng-devel, zlib-devel
|
BuildPrereq: freetype-devel, gd-devel, libjpeg-devel, libpng-devel, zlib-devel
|
||||||
BuildPrereq: bzip2, bzip2-devel >= 1.0.0, gmp-devel, pspell-devel
|
BuildPrereq: unixODBC-devel, libxml2-devel, pspell-devel, curl-devel >= 7.8
|
||||||
BuildPrereq: autoconf, automake, libtool
|
BuildPrereq: bzip2-devel >= 1.0.0, mm-devel
|
||||||
BuildPrereq: /usr/include/security/pam_appl.h
|
Requires: %(cat %{_includedir}/apache/.eapi-tag)
|
||||||
%if %{odbc}
|
|
||||||
BuildPrereq: unixODBC-devel
|
|
||||||
%endif
|
|
||||||
%if %{snmp}
|
|
||||||
BuildPrereq: ucd-snmp-devel
|
|
||||||
%endif
|
|
||||||
%if %{ext_curl}
|
|
||||||
BuildPrereq: curl-devel >= 7.8
|
|
||||||
%endif
|
|
||||||
%if %{ext_dom}
|
|
||||||
BuildPrereq: libxml2-devel
|
|
||||||
%endif
|
|
||||||
%if %{ext_expat}
|
|
||||||
BuildPrereq: expat-devel
|
|
||||||
%endif
|
|
||||||
%if %{ext_gd_freetype}
|
|
||||||
BuildPrereq: freetype-devel
|
|
||||||
%endif
|
|
||||||
%if %{ext_mm}
|
|
||||||
BuildPrereq: mm-devel
|
|
||||||
%endif
|
|
||||||
%if %{ext_openssl}
|
|
||||||
BuildPrereq: openssl-devel
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PHP is an HTML-embedded scripting language. PHP attempts to make it
|
PHP is an HTML-embedded scripting language. PHP attempts to make it
|
||||||
@ -101,7 +61,7 @@ need to install this package.
|
|||||||
%package imap
|
%package imap
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Prereq: php = %{version}-%{release}, perl
|
Prereq: php = %{version}-%{release}, perl
|
||||||
Requires: pam
|
Requires: krb5-libs, pam
|
||||||
Obsoletes: mod_php3-imap
|
Obsoletes: mod_php3-imap
|
||||||
Summary: An Apache module for PHP applications that use IMAP.
|
Summary: An Apache module for PHP applications that use IMAP.
|
||||||
BuildPrereq: imap-devel, krb5-devel
|
BuildPrereq: imap-devel, krb5-devel
|
||||||
@ -176,7 +136,6 @@ HTML-embedded scripting language. If you need back-end support for
|
|||||||
PostgreSQL, you should install this package in addition to the main
|
PostgreSQL, you should install this package in addition to the main
|
||||||
php package.
|
php package.
|
||||||
|
|
||||||
%if %{odbc}
|
|
||||||
%package odbc
|
%package odbc
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Prereq: php = %{version}-%{release}, perl
|
Prereq: php = %{version}-%{release}, perl
|
||||||
@ -194,105 +153,68 @@ HTML-embeddable scripting language. If you need ODBC support for PHP
|
|||||||
applications, you will need to install this package and the php
|
applications, you will need to install this package and the php
|
||||||
package.
|
package.
|
||||||
|
|
||||||
%endif
|
|
||||||
%if %{oracle}
|
%if %{oracle}
|
||||||
%package oci8
|
%package oci8
|
||||||
%description oci8
|
%description oci8
|
||||||
%endif
|
%endif
|
||||||
%if %{snmp}
|
|
||||||
%package snmp
|
|
||||||
%description snmp
|
|
||||||
%endif
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -c
|
||||||
|
pushd %{name}-%{version}
|
||||||
%patch0 -p1 -b .redhat
|
%patch0 -p1 -b .redhat
|
||||||
%patch1 -p1 -b .required
|
%patch1 -p1 -b .required
|
||||||
%patch2 -p1 -b .linkage
|
%patch4 -p1 -b .db
|
||||||
%patch3 -p1 -b .libtool
|
|
||||||
%patch4 -p0 -b .db
|
|
||||||
%patch5 -p1 -b .ZVAL
|
|
||||||
%patch6 -p1 -b .dom
|
|
||||||
pushd main
|
|
||||||
%patch7 -p0 -b .file_uploads
|
|
||||||
popd
|
|
||||||
%patch8 -p1 -b .xml2
|
|
||||||
%patch9 -p1 -b .mysql-path
|
|
||||||
%patch10 -p0 -b .fixfix
|
|
||||||
cp Zend/LICENSE Zend/ZEND_LICENSE
|
|
||||||
mkdir build-cgi build-apache
|
|
||||||
|
|
||||||
# Buildconf expects the system libtool to be the same as the one in the build
|
cp Zend/LICENSE Zend/ZEND_LICENSE
|
||||||
# tree, and we can't change that, so....
|
|
||||||
rm ltmain.sh ltconfig
|
# Set things up for IMAP. The library's named c-client.a, not libc-client.a,
|
||||||
libtoolize --force
|
# otherwise this mightn't be necessary.
|
||||||
|
ln -s %{_includedir} ext/imap/
|
||||||
|
mkdir ext/imap/lib
|
||||||
|
cp -fv %{_libdir}/c-client.a ext/imap/lib/libc-client.a
|
||||||
|
|
||||||
|
# Rebuild configure and friends.
|
||||||
./buildconf
|
./buildconf
|
||||||
|
|
||||||
%build
|
popd
|
||||||
# Add -fPIC to RPM_OPT_FLAGS.
|
|
||||||
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
|
|
||||||
# Add the Kerberos library path to the default LDFLAGS so that the IMAP checks
|
|
||||||
# will be able to find the GSSAPI libraries.
|
|
||||||
LDFLAGS="-L/usr/kerberos/lib"; export LDFLAGS
|
|
||||||
# Configure may or may not catch these (mostly second-order) dependencies.
|
|
||||||
%if %{ext_gd_freetype}
|
|
||||||
FTLIB=-lfreetype
|
|
||||||
%endif
|
|
||||||
LIBS="-lttf $FTLIB -lpng -ljpeg -lz -lnsl"; export LIBS
|
|
||||||
# This causes the shared extension modules to be installed into %{_libdir}/php4.
|
|
||||||
EXTENSION_DIR=%{_libdir}/php4; export EXTENSION_DIR
|
|
||||||
# This pulls the static /usr/lib/libc-client.a into the IMAP extension module.
|
|
||||||
IMAP_SHARED_LIBADD=-lc-client ; export IMAP_SHARED_LIBADD
|
|
||||||
|
|
||||||
# Shell function to configure and build a PHP tree.
|
# Create another source tree like this one.
|
||||||
build() {
|
cp -a %{name}-%{version} %{name}-%{version}-cgi
|
||||||
ln -sf ../configure
|
|
||||||
|
%build
|
||||||
|
krb5libs="-L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err"
|
||||||
|
ssllibs="-lssl -lcrypto"
|
||||||
|
sasllibs="-lsasl $krb5libs $ssllibs"
|
||||||
|
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
|
||||||
|
LIBS="-lttf -lfreetype -lpng -ljpeg -lz -lnsl"; export LIBS
|
||||||
|
REDO_ALL=yes; export REDO_ALL
|
||||||
|
EXTENSION_DIR=%{_libdir}/php4; export EXTENSION_DIR
|
||||||
|
|
||||||
|
compile() {
|
||||||
%configure \
|
%configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-config-file-path=%{_sysconfdir} \
|
--with-config-file-path=%{_sysconfdir} \
|
||||||
--enable-force-cgi-redirect \
|
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--enable-pic \
|
--enable-pic \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-inline-optimization \
|
--enable-inline-optimization \
|
||||||
|
$* \
|
||||||
--with-bz2 \
|
--with-bz2 \
|
||||||
%if %{ext_curl}
|
|
||||||
--with-curl \
|
--with-curl \
|
||||||
%endif
|
|
||||||
--with-db3 \
|
--with-db3 \
|
||||||
%if %{ext_dom}
|
--with-dom \
|
||||||
--with-dom=%{_prefix} \
|
|
||||||
%endif
|
|
||||||
--with-exec-dir=%{_bindir} \
|
--with-exec-dir=%{_bindir} \
|
||||||
%if %{ext_gd_freetype}
|
|
||||||
--with-freetype-dir=%{_prefix} \
|
|
||||||
%endif
|
|
||||||
--with-gd \
|
--with-gd \
|
||||||
--with-gdbm \
|
--with-gdbm \
|
||||||
--with-gettext \
|
--with-gettext \
|
||||||
--with-gmp \
|
|
||||||
%if %{ext_iconv}
|
|
||||||
--with-iconv \
|
|
||||||
%endif
|
|
||||||
--with-jpeg-dir=%{_prefix} \
|
--with-jpeg-dir=%{_prefix} \
|
||||||
%if %{ext_mm}
|
|
||||||
--with-mm \
|
--with-mm \
|
||||||
%endif
|
|
||||||
%if %{ext_openssl}
|
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
%endif
|
|
||||||
--with-png \
|
--with-png \
|
||||||
--with-pspell \
|
|
||||||
--with-regex=system \
|
--with-regex=system \
|
||||||
%if %{ext_gd_freetype}
|
|
||||||
--with-ttf \
|
--with-ttf \
|
||||||
%endif
|
|
||||||
--with-xml \
|
|
||||||
%if %{ext_expat}
|
|
||||||
--with-expat-dir=%{_prefix} \
|
|
||||||
%endif
|
|
||||||
--with-zlib \
|
--with-zlib \
|
||||||
--with-layout=GNU \
|
--with-layout=GNU \
|
||||||
--enable-bcmath \
|
|
||||||
--enable-debugger \
|
--enable-debugger \
|
||||||
--enable-ftp \
|
--enable-ftp \
|
||||||
--enable-magic-quotes \
|
--enable-magic-quotes \
|
||||||
@ -301,69 +223,101 @@ ln -sf ../configure
|
|||||||
--enable-sysvsem \
|
--enable-sysvsem \
|
||||||
--enable-sysvshm \
|
--enable-sysvshm \
|
||||||
--enable-track-vars \
|
--enable-track-vars \
|
||||||
--enable-trans-sid \
|
|
||||||
--enable-yp \
|
--enable-yp \
|
||||||
--enable-wddx \
|
--enable-wddx \
|
||||||
|
--without-mysql \
|
||||||
|
--without-unixODBC \
|
||||||
|
--without-oracle \
|
||||||
--without-oci8 \
|
--without-oci8 \
|
||||||
--with-imap=shared --with-imap-ssl --with-kerberos=/usr/kerberos \
|
--with-pspell \
|
||||||
--with-ldap=shared,%{_prefix} \
|
--with-xml
|
||||||
--with-mysql=shared,%{_prefix} \
|
|
||||||
%if %{oracle}
|
|
||||||
--with-oci8=shared \
|
|
||||||
%endif
|
|
||||||
--with-pgsql=shared,%{_prefix} \
|
|
||||||
%if %{snmp}
|
|
||||||
--with-snmp=shared,%{_prefix} --enable-ucd-snmp-hack \
|
|
||||||
%endif
|
|
||||||
--with-unixODBC=shared,%{_prefix} \
|
|
||||||
$@
|
|
||||||
# Fixup the config_vars to not include the -a on lines which call apxs.
|
|
||||||
cat config_vars.mk > config_vars.mk.old
|
|
||||||
awk '/^INSTALL_IT.*apxs.*-a -n/ {sub("-a -n ","-n ");} {print $0;}' \
|
|
||||||
config_vars.mk.old > config_vars.mk
|
|
||||||
ln -sf libtool shlibtool
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
# First, build a CGI tree.
|
|
||||||
pushd build-cgi
|
# Build a standalone binary.
|
||||||
build
|
pushd %{name}-%{version}-cgi
|
||||||
|
compile --enable-force-cgi-redirect
|
||||||
popd
|
popd
|
||||||
# Second, build an Apache tree.
|
|
||||||
pushd build-apache
|
# Build a module.
|
||||||
build --with-apxs=%{_sbindir}/apxs
|
pushd %{name}-%{version}
|
||||||
|
compile --with-apxs=%{_sbindir}/apxs
|
||||||
|
|
||||||
|
# Build individual PHP modules.
|
||||||
|
build_ext() {
|
||||||
|
./libtool --mode=link \
|
||||||
|
%{__cc} -fPIC -shared $RPM_OPT_FLAGS \
|
||||||
|
-DCOMPILE_DL_`echo $1 | tr '[a-z]' '[A-Z]'` \
|
||||||
|
-DHAVE_`echo $1 | tr '[a-z]' '[A-Z]'` \
|
||||||
|
-I. -I./TSRM -I./main -I`%{_sbindir}/apxs -q INCLUDEDIR` -I./Zend \
|
||||||
|
-I/usr/include/freetype -I/usr/include/$1 \
|
||||||
|
-I./ext/$1 -I./ext/$1/lib$1 \
|
||||||
|
-I./ext/xml/expat/xmltok -I./ext/xml/expat/xmlparse \
|
||||||
|
`grep ^CPPFLAGS Zend/Makefile | cut -f2- -d=` \
|
||||||
|
$4 $2 -o $1.so -L.libs $3 -lc
|
||||||
|
}
|
||||||
|
build_ext imap ext/imap/php_imap.c "%{_libdir}/c-client.a $krb5libs $ssllibs -lpam" "-DHAVE_IMAP2000 -DHAVE_IMAP_SSL"
|
||||||
|
build_ext ldap ext/ldap/ldap.c "-lldap -llber"
|
||||||
|
build_ext pgsql ext/pgsql/pgsql.c "-lpq" -DHAVE_PQCMDTUPLES
|
||||||
|
build_ext mysql ext/mysql/php_mysql.c "-L/usr/lib/mysql -lmysqlclient" "-DHAVE_MYSQL_MYSQL_H -DHAVE_MYSQL_REAL_CONNECT"
|
||||||
|
build_ext odbc ext/odbc/php_odbc.c "-lodbc" "-DHAVE_UNIXODBC -DHAVE_UODBC"
|
||||||
|
%if %{oracle}
|
||||||
|
build_ext oci8 ext/oci8/oci8.c "-I${ORACLE_HOME}/rdbms/public -I${ORACLE_HOME}/rdbms/demo -L${ORACLE_HOME}/lib -lclntsh"
|
||||||
|
%endif
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
# First, install the CGI tree.
|
pushd %{name}-%{version}
|
||||||
pushd build-cgi
|
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||||
make install INSTALL_ROOT=$RPM_BUILD_ROOT
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/{apache,php4}
|
||||||
popd
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd
|
||||||
# Second, install the Apache tree. Note that this overwrites the modules which
|
mkdir -p $RPM_BUILD_ROOT%{contentdir}/icons
|
||||||
# were installed as part of the CGI build. Lucky for us they're compatible.
|
|
||||||
pushd build-apache
|
./libtool install -m755 libphp4.la $RPM_BUILD_ROOT%{_libdir}/apache/
|
||||||
make install INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
||||||
|
pushd ../%{name}-%{version}-cgi
|
||||||
|
./libtool install -m755 php $RPM_BUILD_ROOT%{_bindir}/php
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Install the default configuration file and some icons which can be used to
|
install -m 755 pgsql.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
# indicate that this site uses PHP.
|
install -m 755 imap.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
install -m 755 -d $RPM_BUILD_ROOT%{_sysconfdir}/
|
install -m 755 ldap.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
|
install -m 755 mysql.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
|
install -m 755 odbc.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
|
%if %{oracle}
|
||||||
|
install -m 755 oci8.so $RPM_BUILD_ROOT%{_libdir}/php4/
|
||||||
|
%endif
|
||||||
install -m 644 php.ini-dist $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
|
install -m 644 php.ini-dist $RPM_BUILD_ROOT%{_sysconfdir}/php.ini
|
||||||
install -m 755 -d $RPM_BUILD_ROOT%{contentdir}/icons
|
|
||||||
install -m 644 *.gif $RPM_BUILD_ROOT%{contentdir}/icons/
|
install -m 644 *.gif $RPM_BUILD_ROOT%{contentdir}/icons/
|
||||||
|
|
||||||
# Manuals -- we'll place English (en) in the location where the only version
|
# manual
|
||||||
# of the manual was before, and langify the rest.
|
|
||||||
for lang in %{manual_langs} ; do
|
for lang in %{manual_langs} ; do
|
||||||
if test x${lang} = xen ; then
|
if test x${lang} = xen ; then
|
||||||
target_lang=""
|
# put English where the old single manual package used to be
|
||||||
else
|
mkdir -p $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/
|
||||||
target_lang=${lang}
|
gzip -dc $RPM_SOURCE_DIR/php-manual-${lang}.tar.gz | tar -x -C $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/ -f -
|
||||||
fi
|
elif test x${lang} = xkr ; then
|
||||||
mkdir -p $RPM_BUILD_ROOT%{contentdir}/html/manual/mod/mod_php4/${target_lang}
|
# put Korean where the old single manual package used to be
|
||||||
bzip2 -dc $RPM_SOURCE_DIR/php_manual_${lang}.tar.bz2 | tar -x -C $RPM_BUILD_ROOT%{contentdir}/html/manual/mod/mod_php4/${target_lang} -f -
|
mkdir -p $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/ko/
|
||||||
|
gzip -dc $RPM_SOURCE_DIR/php-manual-${lang}.tar.gz | tar -x -C $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/ko/ -f -
|
||||||
|
else
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/${lang}/
|
||||||
|
gzip -dc $RPM_SOURCE_DIR/php-manual-${lang}.tar.gz | tar -x -C $RPM_BUILD_ROOT%{contentdir}/manual/apache/mod/mod_php4/${lang} -f -
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# pear and development files
|
||||||
|
%{makeinstall} -C pear peardir=$RPM_BUILD_ROOT%{_datadir}/php
|
||||||
|
for file in php-config phpextdist phpize ; do
|
||||||
|
perl -pi -e "s|$RPM_BUILD_ROOT||g" $RPM_BUILD_ROOT%{_bindir}/${file}
|
||||||
|
done
|
||||||
|
|
||||||
|
# examples
|
||||||
|
%{__mkdir_p} $RPM_BUILD_ROOT%{contentdir}/stronghold/examples
|
||||||
|
%{__gzip} -dc %{SOURCE13} | tar -x -C $RPM_BUILD_ROOT%{contentdir}/stronghold/examples -f -
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -375,12 +329,13 @@ perl -pi -e 's|^#AddModule mod_php3.c|AddModule mod_php3.c|g' \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL LICENSE NEWS README*
|
%doc %{name}-%{version}/{CODING_STANDARDS,CREDITS,EXTENSIONS,INSTALL}
|
||||||
%doc Zend/ZEND_*
|
%doc %{name}-%{version}/{LICENSE,NEWS,README.*,Zend/ZEND_*}
|
||||||
%config(noreplace) %{_sysconfdir}/php.ini
|
%config(noreplace) %{_sysconfdir}/php.ini
|
||||||
%{_bindir}/php
|
%{_bindir}/php
|
||||||
%{_datadir}/pear
|
%{_datadir}/php
|
||||||
%{_libdir}/apache/libphp4.so
|
%{_libdir}/apache/libphp4.so
|
||||||
|
%{contentdir}/stronghold/examples/php
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -393,7 +348,7 @@ perl -pi -e 's|^#AddModule mod_php3.c|AddModule mod_php3.c|g' \
|
|||||||
%{_bindir}/phpize
|
%{_bindir}/phpize
|
||||||
%{_bindir}/phpextdist
|
%{_bindir}/phpextdist
|
||||||
%{_includedir}/php
|
%{_includedir}/php
|
||||||
%{_libdir}/php
|
%{_libdir}/php/build
|
||||||
|
|
||||||
%files pgsql
|
%files pgsql
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -419,7 +374,6 @@ if [ $1 = 0 -a -f %{_sysconfdir}/php.ini ] ; then
|
|||||||
%{__perl} -pi -e "s|^extension=mysql.so|;extension=mysql.so|" %{_sysconfdir}/php.ini
|
%{__perl} -pi -e "s|^extension=mysql.so|;extension=mysql.so|" %{_sysconfdir}/php.ini
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{odbc}
|
|
||||||
%files odbc
|
%files odbc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/php4/odbc.so
|
%{_libdir}/php4/odbc.so
|
||||||
@ -431,7 +385,6 @@ fi
|
|||||||
if [ $1 = 0 -a -f %{_sysconfdir}/php.ini ] ; then
|
if [ $1 = 0 -a -f %{_sysconfdir}/php.ini ] ; then
|
||||||
%{__perl} -pi -e "s|^extension=odbc.so|;extension=odbc.so|" %{_sysconfdir}/php.ini
|
%{__perl} -pi -e "s|^extension=odbc.so|;extension=odbc.so|" %{_sysconfdir}/php.ini
|
||||||
fi
|
fi
|
||||||
%endif
|
|
||||||
|
|
||||||
%if %{oracle}
|
%if %{oracle}
|
||||||
%files oci8
|
%files oci8
|
||||||
@ -471,100 +424,35 @@ if [ $1 = 0 -a -f %{_sysconfdir}/php.ini ] ; then
|
|||||||
%{__perl} -pi -e "s|^extension=ldap.so|;extension=ldap.so|" %{_sysconfdir}/php.ini
|
%{__perl} -pi -e "s|^extension=ldap.so|;extension=ldap.so|" %{_sysconfdir}/php.ini
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%if %{snmp}
|
|
||||||
%files snmp
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/php4/snmp.so
|
|
||||||
|
|
||||||
%post snmp
|
|
||||||
%{__perl} -pi -e "s|^;extension=snmp.so|extension=snmp.so|" %{_sysconfdir}/php.ini
|
|
||||||
|
|
||||||
%preun snmp
|
|
||||||
if [ $1 = 0 -a -f %{_sysconfdir}/php.ini ] ; then
|
|
||||||
%{__perl} -pi -e "s|^extension=snmp.so|;extension=snmp.so|" %{_sysconfdir}/php.ini
|
|
||||||
fi
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%files manual
|
%files manual
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{contentdir}/icons/*
|
%{contentdir}/icons/*
|
||||||
%dir %{contentdir}/html/manual/mod/mod_php4/
|
%dir %{contentdir}/manual/apache/mod/mod_php4/
|
||||||
%{contentdir}/html/manual/mod/mod_php4/*.html
|
%{contentdir}/manual/apache/mod/mod_php4/*.html
|
||||||
%lang(cs) %{contentdir}/html/manual/mod/mod_php4/cs
|
#%lang(cs) %{contentdir}/manual/apache/mod/mod_php4/cs
|
||||||
%lang(de) %{contentdir}/html/manual/mod/mod_php4/de
|
#%lang(de) %{contentdir}/manual/apache/mod/mod_php4/de
|
||||||
%lang(es) %{contentdir}/html/manual/mod/mod_php4/es
|
#%lang(es) %{contentdir}/manual/apache/mod/mod_php4/es
|
||||||
%lang(fr) %{contentdir}/html/manual/mod/mod_php4/fr
|
#%lang(fr) %{contentdir}/manual/apache/mod/mod_php4/fr
|
||||||
%lang(hu) %{contentdir}/html/manual/mod/mod_php4/hu
|
#%lang(hu) %{contentdir}/manual/apache/mod/mod_php4/hu
|
||||||
%lang(it) %{contentdir}/html/manual/mod/mod_php4/it
|
#%lang(it) %{contentdir}/manual/apache/mod/mod_php4/it
|
||||||
%lang(ja) %{contentdir}/html/manual/mod/mod_php4/ja
|
#%lang(ja) %{contentdir}/manual/apache/mod/mod_php4/ja
|
||||||
%lang(ko) %{contentdir}/html/manual/mod/mod_php4/ko
|
#%lang(ko) %{contentdir}/manual/apache/mod/mod_php4/ko
|
||||||
%lang(nl) %{contentdir}/html/manual/mod/mod_php4/nl
|
#%lang(nl) %{contentdir}/manual/apache/mod/mod_php4/nl
|
||||||
%lang(pt) %{contentdir}/html/manual/mod/mod_php4/pt_BR
|
#%lang(pt) %{contentdir}/manual/apache/mod/mod_php4/pt_BR
|
||||||
%lang(tr) %{contentdir}/html/manual/mod/mod_php4/tr
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 25 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-16
|
* Wed Feb 13 2002 Gary Benson <gbenson@redhat.com> 4.1.0-2
|
||||||
- rebuild
|
- move the manual from /var/www/manual to /var/www/manual/apache.
|
||||||
|
|
||||||
* Fri Mar 8 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-15
|
* Wed Jan 23 2002 Gary Benson <gbenson@redhat.com>
|
||||||
- rebuild for RHL 7.2
|
- add examples.
|
||||||
|
|
||||||
* Fri Mar 8 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-14
|
* Mon Jan 21 2002 Gary Benson <gbenson@redhat.com>
|
||||||
- rebuild for RHL 7.1
|
- Move manual from /var/www/html/manual to /var/www/manual
|
||||||
|
(safely out of Tux's way)
|
||||||
|
|
||||||
* Fri Mar 8 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-13
|
* Tue Jan 15 2002 Joe Orton <jorton@redhat.com>
|
||||||
- rebuild for RHL 7
|
- update to 4.1.0
|
||||||
|
|
||||||
* Wed Mar 6 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- build the mysql extension using the system mysql library, not the bundled
|
|
||||||
one which can lead to conflicting symbol hilarity
|
|
||||||
|
|
||||||
* Tue Mar 5 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- fix some off-by-ones in the mime parsing code, from Charlie Brady by way
|
|
||||||
of Adrian Chung (#60523)
|
|
||||||
|
|
||||||
* Mon Mar 4 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- better fix for the mysql socket test (from Bryce, use mysql_config)
|
|
||||||
|
|
||||||
* Fri Mar 1 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- begin prep for PHP errata o' doom
|
|
||||||
- require pam-devel by file (/usr/include/security/pam_appl.h), not package name
|
|
||||||
- make use of curl, dom, external expat, gd-freetype, mm, and openssl extensions
|
|
||||||
optional
|
|
||||||
- make odbc subpackage conditional
|
|
||||||
- make the default location of the mysql socket be determined by the MYSQL_SOCK
|
|
||||||
environment variable (if defined) and define it
|
|
||||||
- FIXME: incorporate an improved fix for the php_mime_split bugs
|
|
||||||
|
|
||||||
* Wed Feb 27 2002 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-12
|
|
||||||
- add (now known to be flawed) patch to fix use of memchr() in multipart
|
|
||||||
MIME parsing
|
|
||||||
|
|
||||||
* Tue Nov 20 2001 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-11
|
|
||||||
- don't build the snmp module
|
|
||||||
- don't activate the module for Apache when we install it into the buildroot
|
|
||||||
|
|
||||||
* Mon Nov 19 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- link the IMAP module with c-client.a
|
|
||||||
|
|
||||||
* Fri Nov 16 2001 Nalin Dahyabhai <nalin@redhat.com> 4.0.6-10
|
|
||||||
- use shared expat for XML support, add buildprereq on expat-devel
|
|
||||||
- update to latest manuals from the web site
|
|
||||||
- %{_datadir}/php -> %{_datadir}/pear
|
|
||||||
- miscellaneous cleanups
|
|
||||||
|
|
||||||
* Tue Nov 13 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- remove explicit dependency on krb5-libs
|
|
||||||
|
|
||||||
* Fri Nov 9 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
||||||
- enable transparent session id support, configure freetype and gmp extensions
|
|
||||||
(suggestion and patch Jason Costomiris)
|
|
||||||
|
|
||||||
* Mon Sep 17 2001 Tim Powers <timp@redhat.com> 4.0.6-9
|
|
||||||
- rebuilt against newer posgresql libs
|
|
||||||
|
|
||||||
* Wed Sep 12 2001 Tim Powers <timp@redhat.com>
|
|
||||||
- rebuild with new gcc and binutils
|
|
||||||
|
|
||||||
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
* Mon Aug 27 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- add patch from pzb at scyld.com to fix the ZVAL_TRUE and ZVAL_FALSE macros
|
- add patch from pzb at scyld.com to fix the ZVAL_TRUE and ZVAL_FALSE macros
|
||||||
|
17
sources
17
sources
@ -1,14 +1,3 @@
|
|||||||
5f698521cf2b392cf9bfa87fc1a0fe90 php-4.0.6.tar.gz
|
4c2bfcc3cfc0b5b49d855316d78a3afc php-4.1.0.tar.gz
|
||||||
6b523d9a77d39c5f735eedb197119a4b php_manual_cs.tar.bz2
|
2ab9addc3ba5679b04b8de2913708615 php-manual-en.tar.gz
|
||||||
a766df8b21609b167a99ea9563425d9e php_manual_de.tar.bz2
|
48ecc547ef50bb8eea6d003f36f96425 php.tar.gz
|
||||||
a738430f7cc2c16688b3a2d19a65b6a2 php_manual_en.tar.bz2
|
|
||||||
b06d5a1228327dfe373a92f12be79e48 php_manual_es.tar.bz2
|
|
||||||
5ad1306685c796a3ed6e85aeba1bfd7f php_manual_fr.tar.bz2
|
|
||||||
3c955303e5409e82b1345bf5e2e239c8 php_manual_hu.tar.bz2
|
|
||||||
5e87d936312b9223ac5391b98d5260dd php_manual_it.tar.bz2
|
|
||||||
d175e5a69766f10e8929eece91767902 php_manual_ja.tar.bz2
|
|
||||||
f7cd525f5f3109adb5cb83805c4fb30b php_manual_ko.tar.bz2
|
|
||||||
d40ed60a9349ccfda58326b6614168eb php_manual_nl.tar.bz2
|
|
||||||
8356fe5f5da3be07b3eb35380f4e0c29 php_manual_pt_BR.tar.bz2
|
|
||||||
4cf687198c0a1a57e00a290e97c5c328 php_manual_tr.tar.bz2
|
|
||||||
2fcb7e1c4762a8253f30d08476f147dc rfc1867.c.diff-4.0.6.gz
|
|
||||||
|
Loading…
Reference in New Issue
Block a user