Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe48b3b9ab |
3 changed files with 12 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ clog
|
|||
/php-justinrainbow-json-schema5-5.2.4-7ccb0e6.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.5-0d4fda8.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.6-d283e11.tgz
|
||||
/php-justinrainbow-json-schema5-5.2.7-8560d43.tgz
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
# remirepo/fedora spec file for php-justinrainbow-json-schema5
|
||||
#
|
||||
# Copyright (c) 2016-2017 Remi Collet
|
||||
# Copyright (c) 2016-2018 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit d283e11b6e14c6f4664cf080415c4341293e5bbd
|
||||
%global gh_commit 8560d4314577199ba51bf2032f02cd1315587c23
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner justinrainbow
|
||||
%global gh_project json-schema
|
||||
%global php_home %{_datadir}/php
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
%global major 5
|
||||
%global minor 2.6
|
||||
%global minor 2.7
|
||||
|
||||
|
||||
# Some sample files, only used for tests
|
||||
|
|
@ -31,10 +31,9 @@ Name: php-%{gh_owner}-%{gh_project}%{major}
|
|||
Version: %{major}.%{minor}
|
||||
Release: 1%{?dist}
|
||||
Summary: A library to validate a json schema
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
||||
# git snapshot to get upstream test suite
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: https://github.com/%{ts_owner}/%{ts_project}/archive/%{ts_commit}/%{ts_project}-%{ts_version}-%{ts_short}.tar.gz
|
||||
|
|
@ -58,8 +57,8 @@ BuildRequires: php-spl
|
|||
# From composer.json, "require-dev": {
|
||||
# "json-schema/JSON-Schema-Test-Suite": "1.2.0",
|
||||
# "friendsofphp/php-cs-fixer": "^2.1",
|
||||
# "phpunit/phpunit": "^4.8.22"
|
||||
BuildRequires: php-composer(phpunit/phpunit) >= 4.8.22
|
||||
# "phpunit/phpunit": "^4.8.35"
|
||||
BuildRequires: php-composer(phpunit/phpunit) >= 4.8.35
|
||||
# Autoloader
|
||||
BuildRequires: php-composer(fedora/autoloader)
|
||||
# For composer schema
|
||||
|
|
@ -158,7 +157,7 @@ php bin/validate-json-test \
|
|||
|
||||
: Upstream test suite
|
||||
ret=0
|
||||
for cmd in php php56 php70 php71 php72; do
|
||||
for cmd in php php70 php71 php72; do
|
||||
if which $cmd; then
|
||||
$cmd -d memory_limit=1G %{_bindir}/phpunit -d memory_limit=1G --verbose || ret=1
|
||||
fi
|
||||
|
|
@ -180,6 +179,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 15 2018 Remi Collet <remi@remirepo.net> - 5.2.7-1
|
||||
- Update to 5.2.7
|
||||
|
||||
* Sun Oct 22 2017 Remi Collet <remi@remirepo.net> - 5.2.6-1
|
||||
- Update to 5.2.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (JSON-Schema-Test-Suite-1.2.0-f3d5aeb.tar.gz) = 6b917a0a0b02d5b2be6457403fba0ae4d3789634da911ebbdc56986b99ae285ed8a7bc696abc668f2a95b55e33d7bfbf8709162fc0995d76ab2f0d05494a2d02
|
||||
SHA512 (php-justinrainbow-json-schema5-5.2.6-d283e11.tgz) = aec7344c3fb346e55be5aa48c4e22cc53e9b405395c8cca07ce1632cecd39b7fa8ca53583c005d0054e845ef9effa6846682fd60dce5f89b73aaa3202925b322
|
||||
SHA512 (php-justinrainbow-json-schema5-5.2.7-8560d43.tgz) = e43d8cfc09aabaec3532e8ca788c6362072d27d626f9150a6d7f68750d58a748b4dff45edd5f89c1f9e6a5edb0d6365af76f253d07c8c3ea13e4e9323505b179
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue