summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2005-12-23 00:01:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitae2665c20a90ed27431c1d3008f444a614a5c241 (patch)
tree326a04d204536d6c9a8defe44fd3bfdaa92df6ed
parent805a951423906406ae5c2b94cdf63ad13ee6e72a (diff)
downloadphp-pecl-vld-ae2665c20a90ed27431c1d3008f444a614a5c241.zip
php-pecl-vld-ae2665c20a90ed27431c1d3008f444a614a5c241.tar.gz
- fix build with php5.1
- release 6 Changed files: php-pecl-vld.spec -> 1.14
-rw-r--r--php-pecl-vld.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec
index c8b2c71..a42a316 100644
--- a/php-pecl-vld.spec
+++ b/php-pecl-vld.spec
@@ -8,11 +8,12 @@ Summary: %{_modname} - provides functionality to dump the internal representatio
Summary(pl): %{_modname} - dostarcza funkcjonalno¶ci do zrzutu wewnêtrznej reprezentacji skryptów PHP
Name: php-pecl-%{_modname}
Version: 0.8.0
-Release: 5
+Release: 6
License: BSD style
Group: Development/Languages/PHP
Source0: http://pecl.php.net/get/%{_modname}-%{version}.tgz
# Source0-md5: 00351344ed03a6eea6219e1db25aa660
+Patch0: %{name}-php51.patch
URL: http://pecl.php.net/package/vld/
BuildRequires: php-devel >= 3:5.0.0
BuildRequires: rpmbuild(macros) >= 1.254
@@ -35,6 +36,7 @@ To rozszerzenie ma w PECL status: %{_status}.
%prep
%setup -q -c
+%patch0 -p1
%build
cd %{_modname}-%{version}