]> git.pld-linux.org Git - packages/php-ioncube.git/commitdiff
move version check to build
authorElan Ruusamäe <glen@delfi.ee>
Mon, 21 Sep 2015 12:44:31 +0000 (15:44 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 21 Sep 2015 12:44:31 +0000 (15:44 +0300)
php-ioncube.spec

index 92d6e6ff2beb9592751cc49ab0adc551a881fd3c..1840908a7af4d94eb4523b1f6f498cd887a5f6cd 100644 (file)
@@ -34,6 +34,7 @@ Moduł wczytujący ionCube dla PHP.
 %setup -q -T -b 1 -n %{modname}
 %endif
 
 %setup -q -T -b 1 -n %{modname}
 %endif
 
+%build
 mv ioncube_loader_lin_%{php_major_version}.%{php_minor_version}%{?zend_zts}.so %{modname}.so
 ver=$(strings %{modname}.so | grep -F %{version})
 if [ "$ver" != "%{version}" ]; then
 mv ioncube_loader_lin_%{php_major_version}.%{php_minor_version}%{?zend_zts}.so %{modname}.so
 ver=$(strings %{modname}.so | grep -F %{version})
 if [ "$ver" != "%{version}" ]; then
This page took 0.141742 seconds and 4 git commands to generate.