[php-JsonSchema] Fixed missing source & updated test include path

Shawn Iwinski siwinski at fedoraproject.org
Mon Feb 4 20:57:03 UTC 2013


commit c7b3f67e9b072022bf53e4a4620818dcff42f647
Author: Shawn Iwinski <siwinski at redhat.com>
Date:   Mon Feb 4 15:56:52 2013 -0500

    Fixed missing source & updated test include path

 .gitignore          |    1 +
 php-JsonSchema.spec |    2 +-
 sources             |    1 +
 3 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2b08a40..72e7e31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /1.2.2.tar.gz
+/php-JsonSchema-1.2.4-e26066573e11fef790ec9bdfaf7c98ccf35728d9.tar.gz
diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec
index ef47277..e886dab 100644
--- a/php-JsonSchema.spec
+++ b/php-JsonSchema.spec
@@ -72,7 +72,7 @@ cp -rp src/%{lib_name} %{buildroot}%{_datadir}/php/
 
 %check
 %{_bindir}/phpunit \
-    -d include_path="./src:./tests:.:/usr/share/pear" \
+    -d include_path="./src:./tests:.:%{pear_phpdir}" \
     -d date.timezone="UTC" \
     --bootstrap=./autoload.php \
     .
diff --git a/sources b/sources
index 37ec370..063df86 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 7dc9aeab73ff02dc0be1ff3c3db8e8cb  1.2.2.tar.gz
+56f1d82091fff9f3b3f491ecde14efe3  php-JsonSchema-1.2.4-e26066573e11fef790ec9bdfaf7c98ccf35728d9.tar.gz


More information about the scm-commits mailing list