]> git.pld-linux.org Git - packages/php-ioncube.git/commitdiff
- the directive is just "zend_extension" in php 5.3 auto/th/php-ioncube-3_3_20-4
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 30 Aug 2010 16:07:31 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-ioncube.spec -> 1.15

php-ioncube.spec

index feb2ca458e1b9afa675743d706f6cba678106af5..3f42a5b8cc03ef25ca9930b94ebb172e752e2d54 100644 (file)
@@ -14,7 +14,7 @@ Name:         php-%{modname}
 Version:       %{ver}
 # Never decrease release in this package.
 # As not all arch versions are identical, you could be making some arch package older.
-Release:       3
+Release:       4
 License:       redistributable
 Group:         Libraries
 Source0:       http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.tar.bz2
@@ -24,10 +24,11 @@ Source1:    http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-
 Source2:       http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_ppc.tar.bz2
 # Source2-md5: 2d58162a83a10574c334716c352b9e34
 URL:           http://www.ioncube.com/
-BuildRequires: php-devel >= 4:5.0.4
-BuildRequires: rpmbuild(macros) >= 1.578
+BuildRequires: php-devel >= 4:5.3.0
+BuildRequires: rpmbuild(macros) >= 1.579
 BuildRequires: sed >= 4.0
 %{?requires_php_extension}
+Requires:      php-common >= 4:5.3.0
 ExclusiveArch: %{ix86} %{x8664} ppc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -62,7 +63,7 @@ install -d $RPM_BUILD_ROOT{%{php_extensiondir},%{php_sysconfdir}/conf.d}
 install -p %{modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{modname}.ini
 ; Enable %{modname} extension module
-zend_extension%{?zend_zts}=%{php_extensiondir}/%{modname}.so
+zend_extension=%{php_extensiondir}/%{modname}.so
 EOF
 
 %clean
This page took 0.030509 seconds and 4 git commands to generate.