]> git.pld-linux.org Git - packages/php.git/commitdiff
- More "BuildRequires:".
authormkochano <mkochano@pld-linux.org>
Fri, 7 Apr 2000 07:46:17 +0000 (07:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.22

php.spec

index a5729bf63f5686e76829c65bc06b228024ba8e05..bccccded86575f11e391f8d3652b3e5cc7b75507 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -21,8 +21,14 @@ BuildRequires:       zlib-devel
 BuildRequires: kaffe-devel
 BuildRequires: libxml-devel >= 1.0.0
 BuildRequires: postgresql-devel
-BuildRequires: pdflib-devel >= 3.0
+BuildRequires: pdflib-devel >= 3.0
 BuildRequires: gd-devel
+BuildRequires: bison
+BuildRequires: flex
+BuildRequires: libpng-devel
+BuildRequires: libtiff-devel
+BuildRequires: libjpeg-devel
+BuildRequires: zlib-devel
 Requires:      apache(EAPI) >= 1.3.9
 Prereq:                %{_sbindir}/apxs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -155,9 +161,8 @@ Comprehensive documentation for PHP4, viewable through your web server, too!
 
 %description doc -l pl
 Dokumentacja dla pakietu PHP4.  Mo¿na j± równie¿ ogl±daæ poprzez serwer WWW.
-
 %prep
-%setup -q 
+%setup -q
 
 %build
 LDFLAGS=""; export LDFLAGS
@@ -222,6 +227,9 @@ gzip -9nf CODING_STANDARDS CREDITS ChangeLog FUNCTION_LIST.txt \
 %post
 %{_sbindir}/apxs -e -a -n php4 %{_pkglibdir}/libphp4.so 1>&2
 perl -pi -e 's|^#AddType application/x-httpd-php .php|AddType application/x-httpd-php .php|'
+echo "There were some conflicts with mod_magic module."
+echo "If you ecounter problems with running .php files"
+echo "try turn off it in httpd.conf before using php4."
 if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
 fi
This page took 0.147311 seconds and 4 git commands to generate.