Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
php4
:
4.4.9
>
php4
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
php4.spec
@@ -148,7 +148,12 @@ Conflicts: php-apache # Use rpm-build magic.mime file +%if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 6 +Requires: file-libs +BuildRequires: file-libs +%else Requires: rpm-build >= 4.4.2 +%endif %description PHP is an HTML-embedded scripting language. PHP attempts to make it @@ -597,7 +602,11 @@ --enable-mbstr-enc-trans \ --enable-mbregex \ --program-suffix=4 \ + %if 0%{?centos_version} >= 6 || 0%{?rhel_version} >= 600 || 0%{?sl_version} >= 6 + --with-mime-magic=%{_datadir}/misc/magic + %else --with-mime-magic=%{_prefix}/lib/rpm/magic.mime \ + %endif $* || tail -300 config.log make %{?_smp_mflags}