# spec file for php-phpunit-PHP-CodeCoverage # # Copyright (c) 2013-2014 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/3.0/ # # Please, preserve the changelog entries # %global bootstrap 0 %global gh_commit 53603b3c995f5aab6b59c8e08c3a663d2cc810b7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage %global php_home %{_datadir}/php %global pear_name PHP_CodeCoverage %global pear_channel pear.phpunit.de %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %else %global with_tests %{?_without_tests:0}%{!?_without_tests:1} %endif Name: php-phpunit-PHP-CodeCoverage Version: 2.0.11 Release: 1%{?dist} Summary: PHP code coverage information Group: Development/Libraries License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}.tar.gz # Autoload template from version 1.2 Source1: Autoload.php.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php(language) >= 5.3.3 BuildRequires: %{_bindir}/phpab %if %{with_tests} BuildRequires: php-pear-PHPUnit >= 4.1 %endif # From composer.json, require # "php": ">=5.3.3", # "phpunit/php-file-iterator": "~1.3", # "phpunit/php-token-stream": "~1.3", # "phpunit/php-text-template": "~1.2", # "sebastian/environment": "~1.0", # "sebastian/version": "~1.0" Requires: php(language) >= 5.3.3 Requires: php-composer(phpunit/php-file-iterator) >= 1.3 Requires: php-composer(phpunit/php-file-iterator) < 2 Requires: php-composer(phpunit/php-token-stream) >= 1.3 Requires: php-composer(phpunit/php-token-stream) < 2 Requires: php-composer(phpunit/php-text-template) >= 1.2 Requires: php-composer(phpunit/php-text-template) < 2 Requires: php-composer(sebastian/environment) >= 1.0 Requires: php-composer(sebastian/environment) < 2 Requires: php-composer(sebastian/version) >= 1.0 Requires: php-composer(sebastian/version) < 2 # From composer.json, suggest # "ext-dom": "*", # "ext-xdebug": ">=2.2.1", # "ext-xmlwriter": "*" Requires: php-dom Requires: php-xmlwriter # From phpcompatinfo report for version 2.0.11 Requires: php-date Requires: php-json Requires: php-reflection Requires: php-spl Requires: php-tokenizer Provides: php-composer(phpunit/php-code-coverage) = %{version} # For compatibility with PEAR mode Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} %description Library that provides collection, processing, and rendering functionality for PHP code coverage information. %prep %setup -q -n %{gh_project}-%{gh_commit} # Restore PSR-0 tree to ensure current sources are used by tests mv src PHP %build phpab \ --output PHP/CodeCoverage/Autoload.php \ --template %{SOURCE1} \ PHP %install rm -rf %{buildroot} mkdir -p %{buildroot}%{php_home} cp -pr PHP %{buildroot}%{php_home}/PHP %if %{with_tests} %check sed -e '/log/d' phpunit.xml.dist >phpunit.xml phpunit \ -d date.timezone=UTC \ --bootstrap PHP/CodeCoverage/Autoload.php %endif %clean rm -rf %{buildroot} %post if [ -x %{_bindir}/pear ]; then %{_bindir}/pear uninstall --nodeps --ignore-errors --register-only \ %{pear_channel}/%{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc CONTRIBUTING.md README.md composer.json %{php_home}/PHP/CodeCoverage %{php_home}/PHP/CodeCoverage.php %changelog * Sun Aug 31 2014 Remi Collet - 2.0.11-1 - update to 2.0.11 - raise dependency on phpunit/php-token-stream ~1.3 - enable tests during build - drop optional dependency on XDebug * Mon Aug 11 2014 Remi Collet - 2.0.10-1 - update to 2.0.10 - fix license handling * Mon Jul 07 2014 Remi Collet - 2.0.9-1 - update to 2.0.9 * Wed Jun 25 2014 Remi Collet - 2.0.8-3 - composer dependencies * Tue May 27 2014 Remi Collet - 2.0.8-1 - update to 2.0.8 * Wed Apr 30 2014 Remi Collet - 2.0.6-1 - update to 2.0.6 * Wed Apr 30 2014 Remi Collet - 2.0.5-2 - cleanup pear registry * Tue Apr 29 2014 Remi Collet - 2.0.5-1 - update to 2.0.5 - sources from github * Tue Apr 01 2014 Remi Collet - 1.2.17-1 - Update to 1.2.17 * Tue Feb 25 2014 Remi Collet - 1.2.16-1 - Update to 1.2.16 * Mon Feb 03 2014 Remi Collet - 1.2.15-1 - Update to 1.2.15 * Fri Jan 31 2014 Remi Collet - 1.2.14-1 - Update to 1.2.14 - raise dependency on Text_Template 1.2.0 * Tue Sep 10 2013 Remi Collet - 1.2.13-1 - Update to 1.2.13 * Mon Jul 08 2013 Remi Collet - 1.2.12-1 - Update to 1.2.12 * Fri May 24 2013 Remi Collet - 1.2.11-1 - Update to 1.2.11 * Mon May 13 2013 Remi Collet - 1.2.10-1 - Update to 1.2.10 * Tue Feb 26 2013 Remi Collet - 1.2.9-1 - Update to 1.2.9 * Thu Feb 14 2013 Remi Collet - 1.2.8-1 - Update to 1.2.8 * Sun Dec 2 2012 Remi Collet - 1.2.7-1 - Version 1.2.7 (stable) - API 1.2.0 (stable) * Thu Oct 18 2012 Remi Collet - 1.2.6-1 - Version 1.2.6 (stable) - API 1.2.0 (stable) * Sun Oct 7 2012 Remi Collet - 1.2.5-1 - Version 1.2.5 (stable) - API 1.2.0 (stable) * Sat Oct 6 2012 Remi Collet - 1.2.3-1 - Version 1.2.3 (stable) - API 1.2.0 (stable) * Fri Sep 21 2012 Remi Collet - 1.2.2-1 - Version 1.2.2 (stable) - API 1.2.0 (stable) * Thu Sep 20 2012 Remi Collet - 1.2.1-1 - Version 1.2.1 (stable) - API 1.2.0 (stable) - raise dependency: php 5.3.3, PHP_TokenStream 1.1.3 * Wed Aug 01 2012 Remi Collet - 1.1.3-1 - Version 1.1.3 (stable) - API 1.1.0 (stable) * Sat Jul 21 2012 Fedora Release Engineering - 1.1.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Feb 23 2012 Remi Collet - 1.1.2-1 - Version 1.1.2 (stable) - API 1.1.0 (stable) * Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Nov 04 2011 Remi Collet - 1.1.1-1 - Version 1.1.1 (stable) - API 1.1.0 (stable) * Tue Nov 01 2011 Remi Collet - 1.1.0-1 - Version 1.1.0 (stable) - API 1.1.0 (stable) - no more phpcov script in bindir * Fri Aug 19 2011 Remi Collet - 1.0.5-1 - Version 1.0.5 (stable) - API 1.0.3 (stable) - remove PEAR hack (only needed for EPEL) - raise PEAR dependency to 1.9.2 * Tue May 3 2011 Remi Collet - 1.0.4-2 - rebuild for doc in /usr/share/doc/pear * Wed Feb 16 2011 Remi Collet - 1.0.4-1 - Version 1.0.4 (stable) - API 1.0.3 (stable) - LICENSE CHANGELOG now provided by upstream * Wed Feb 09 2011 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sun Jan 02 2011 Remi Collet - 1.0.3-1 - Version 1.0.3 (stable) - API 1.0.3 (stable) * Wed Nov 17 2010 Remi Collet - 1.0.2-1 - Version 1.0.2 (stable) - API 1.0.0 (stable) * Thu Nov 04 2010 Remi Collet - 1.0.0-1.1 - lower PEAR dependency to allow f13 and el6 build - fix URL * Sun Sep 26 2010 Remi Collet - 1.0.0-1 - initial generated spec + clean