[packages/php-justinrainbow-json-schema] up to 1.3.7
glen
glen at pld-linux.org
Wed Feb 18 13:27:24 CET 2015
commit 6002e10f878cce0fcd59b755f775c696a41810d2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Wed Feb 18 14:27:09 2015 +0200
up to 1.3.7
php-justinrainbow-json-schema.spec | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/php-justinrainbow-json-schema.spec b/php-justinrainbow-json-schema.spec
index e78ea2d..fd11511 100644
--- a/php-justinrainbow-json-schema.spec
+++ b/php-justinrainbow-json-schema.spec
@@ -1,19 +1,23 @@
%define pkgname json-schema
-%define php_min_version 5.0.0
+%define php_min_version 5.3.0
%include /usr/lib/rpm/macros.php
Summary: PHP implementation of JSON schema
Name: php-justinrainbow-%{pkgname}
-Version: 1.1.0
+Version: 1.3.7
Release: 1
License: BSD
Group: Development/Languages/PHP
-Source0: https://github.com/justinrainbow/json-schema/archive/v%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: 8a0d463f7bc9f8cb5b1d8debcccffc0e
+Source0: https://github.com/justinrainbow/json-schema/archive/%{version}/%{pkgname}-%{version}.tar.gz
+# Source0-md5: fec5597d02cc64ea7e01e20f40910ecf
URL: https://github.com/justinrainbow/json-schema
BuildRequires: rpm-php-pearprov >= 4.4.2-11
BuildRequires: rpmbuild(macros) >= 1.461
Requires: php(core) >= %{php_min_version}
+Requires: php(filter)
+Requires: php(json)
+Requires: php(mbstring)
Requires: php(pcre)
+Requires: php(spl)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -23,6 +27,8 @@ JSON Schema for PHP.
A PHP Implementation for validating JSON Structures against a given
Schema.
+Fork of the <http://jsonschemaphpv.sourceforge.net> project.
+
%prep
%setup -q -n %{pkgname}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-justinrainbow-json-schema.git/commitdiff/6002e10f878cce0fcd59b755f775c696a41810d2
More information about the pld-cvs-commit
mailing list