%define version 5.1.4
%define so_version 5
%define release 10
Name: php
Summary: PHP: Hypertext Preprocessor
Group: Development/Languages
Version: %{version}
Release: %{release}
Copyright: The PHP license (see "LICENSE" file included in distribution)
Source0: php-5.1.4.tar.bz2
Source1: httpd.set
URL: http://www.php.net/
Packager: PHP Group <[email protected]>
Requires: httpd mysql sqlite
BuildRequires: httpd mysql sqlite
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
%description
PHP is an HTML-embedded scripting language. Much of its syntax is
borrowed from C, Java and Perl with a couple of unique PHP-specific
features thrown in. The goal of the language is to allow web
developers to write dynamically generated pages quickly.