diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-06 11:00:32 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-06 11:00:32 +0100 |
commit | 20085ef9b7d532733489f9be43b2db4efd08f261 (patch) | |
tree | 15e7109448a91aa538fa4c5ec7879e7c7b9ce750 | |
parent | 5756a564614d568af0b061036f362a152e87078e (diff) |
cleanup
-rw-r--r-- | php-pecl-imagick.spec | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 159cbfd..268876a 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -50,7 +50,6 @@ Patch1: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull Patch2: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/347.patch Patch3: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/348.patch Patch4: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/350.patch -#Patch5: temp.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -166,7 +165,6 @@ cd NTS %patch2 -p1 -b .pr347 %patch3 -p1 -b .pr348 %patch4 -p1 -b .pr350 -#patch5 -p1 -b .pr extver=$(sed -n '/#define PHP_IMAGICK_VERSION/{s/.* "//;s/".*$//;p}' php_imagick.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then |