%global github_owner Seldaek %global github_name jsonlint %global github_version 1.1.2 %global github_commit 7cd4c4965e17e6e4c07f26d566619a4c76f8c672 %global php_min_ver 5.3.0 Name: php-%{github_name} Version: %{github_version} Release: 1%{?dist} Summary: JSON Lint for PHP Group: Development/Libraries License: MIT URL: https://github.com/%{github_owner}/%{github_name} Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) # For tests: phpcompatinfo BuildRequires: php-pcre Requires: php(language) >= %{php_min_ver} # phpcompatinfo Requires: php-pcre %description %{summary}. This library is a port of the JavaScript jsonlint (https://github.com/zaach/jsonlint) library. %prep %setup -q -n %{github_name}-%{github_commit} # Create PSR-0 autoloader for tests ( cat <<'AUTOLOAD' autoload.php %build # Empty build section, nothing to build %install mkdir -p -m 755 %{buildroot}%{_datadir}/php/Seld cp -rp src/Seld/JsonLint %{buildroot}%{_datadir}/php/Seld/ %check %{_bindir}/phpunit --bootstrap=./autoload.php \ -d include_path="./src:./tests:.:%{pear_phpdir}" . %files %defattr(-,root,root,-) %doc LICENSE *.mdown composer.json %dir %{_datadir}/php/Seld %{_datadir}/php/Seld/JsonLint %changelog * Sat Nov 16 2013 Remi Collet - 1.1.2-1 - backport 1.1.2 for remi repo * Fri Nov 15 2013 Shawn Iwinski 1.1.2-1 - Updated to upstream version 1.1.2 - php-common => php(language) * Wed Feb 13 2013 Remi Collet - 1.1.1-1 - backport 1.1.1 for remi repo * Tue Feb 12 2013 Shawn Iwinski 1.1.1-1 - Updated to upstream version 1.1.1 - Updates per new Fedora packaging guidelines for Git repos * Wed Jan 9 2013 Remi Collet - 1.1.0-1 - backport for remi repo * Mon Jan 07 2013 Shawn Iwinski 1.1.0-1 - Initial package