]> git.pld-linux.org Git - packages/php-ioncube.git/commitdiff
- ... end even more (drop ppc) auto/th/php-ioncube-5.0.18-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Sep 2015 11:51:25 +0000 (13:51 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 21 Sep 2015 11:51:25 +0000 (13:51 +0200)
php-ioncube.spec

index 17f6acf8d22d659cf2b85b76118fb01c1e0c1934..92d6e6ff2beb9592751cc49ab0adc551a881fd3c 100644 (file)
@@ -1,17 +1,9 @@
-%ifarch %{ix86} %{x8664}
-%define                ver     5.0.18
-%endif
-%ifarch ppc
-%define                ver     3.1.33
-%endif
 %define                modname         ioncube
 Summary:       ionCube loader module for PHP
 Summary(pl.UTF-8):     Moduł wczytujący ionCube dla PHP
 Name:          php%{?php_suffix}-%{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:       13
+Version:       5.0.18
+Release:       1
 License:       redistributable
 Group:         Libraries
 # www.ioncube.com/loaders.php
@@ -19,15 +11,13 @@ Source0:    http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.
 # Source0-md5: d6c19034730b5f4eb35b4f94e01cb93f
 Source1:       http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.bz2
 # Source1-md5: 20329d3b324039892215e84c2ea6b0bc
-Source2:       http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_ppc.tar.bz2
-# Source2-md5: c9f44f2245e41cba0617c452488c3dc4
 URL:           http://www.ioncube.com/
 BuildRequires: php%{?php_suffix}-devel >= 4:5.2.0
 BuildRequires: rpmbuild(macros) >= 1.579
 BuildRequires: sed >= 4.0
 %{?requires_php_extension}
 Provides:      php(%{modname}) = %{version}
-ExclusiveArch: %{ix86} %{x8664} ppc
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -43,9 +33,6 @@ Moduł wczytujący ionCube dla PHP.
 %ifarch %{x8664}
 %setup -q -T -b 1 -n %{modname}
 %endif
-%ifarch ppc
-%setup -q -T -b 2 -n %{modname}
-%endif
 
 mv ioncube_loader_lin_%{php_major_version}.%{php_minor_version}%{?zend_zts}.so %{modname}.so
 ver=$(strings %{modname}.so | grep -F %{version})
This page took 0.047502 seconds and 4 git commands to generate.