[php-pecl-gmagick] Modification %check command.

Pavel Alexeev hubbitus at fedoraproject.org
Tue Aug 10 09:58:13 UTC 2010


commit 571027db866a9bc13e0b055f88ad35bd7f97db63
Author: Pavel Alexeev aka Pahan-Hubbitus <pahan at hubbitus.info>
Date:   Tue Aug 10 13:54:49 2010 +0400

    Modification %check command.

 php-pecl-gmagick.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/php-pecl-gmagick.spec b/php-pecl-gmagick.spec
index e4f5005..3531dc1 100644
--- a/php-pecl-gmagick.spec
+++ b/php-pecl-gmagick.spec
@@ -60,9 +60,7 @@ chmod 0644 README
 
 %check
 # simple module load test
-php --no-php-ini \
-	--define extension_dir=modules \
-	--define extension=gmagick.so \
+php --no-php-ini --define extension=./%peclName-%{version}/modules/gmagick.so \
 	--modules | grep %peclName
 
 %clean


More information about the scm-commits mailing list