From a3538a72491e17c29339919b67ff9e210208e05b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jun 2015 17:26:47 +0200 Subject: php-phpunit-phploc: 2.1.3 --- php-phpunit-phploc.spec | 35 +++++++++++++++++++++++------------ 1 file changed, 23 insertions(+), 12 deletions(-) (limited to 'php-phpunit-phploc.spec') diff --git a/php-phpunit-phploc.spec b/php-phpunit-phploc.spec index 6f7fd2a..0f7eb2f 100644 --- a/php-phpunit-phploc.spec +++ b/php-phpunit-phploc.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit d6b05c9072ed7ec3e365722d129f220c24aa90f1 +%global gh_commit ab893cbe5c4b63760b1560b370fedc001eb5717f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phploc @@ -17,14 +17,14 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-phpunit-phploc -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} Summary: A tool for quickly measuring the size of a PHP project 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 +Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz # Autoload template Source1: autoload.php.in @@ -34,7 +34,7 @@ Patch0: %{gh_project}-rpm.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php(language) >= 5.4 +BuildRequires: php(language) >= 5.3.3 BuildRequires: %{_bindir}/phpab %if %{with_tests} BuildRequires: %{_bindir}/phpunit @@ -44,8 +44,9 @@ BuildRequires: php-composer(sebastian/git) >= 2.0 BuildRequires: php-composer(sebastian/git) < 3 BuildRequires: php-composer(sebastian/version) >= 1.0.3 BuildRequires: php-composer(sebastian/version) < 2 -BuildRequires: php-symfony-console >= 2.5 -BuildRequires: php-symfony-console < 3 +BuildRequires: php-composer(symfony/console) >= 2.5 +BuildRequires: php-composer(symfony/console) < 3 +BuildRequires: php-composer(symfony/class-loader) %endif # From composer.json @@ -54,7 +55,7 @@ BuildRequires: php-symfony-console < 3 # "sebastian/git": "~2.0", # "sebastian/version": "~1.0.3", # "symfony/console": "~2.5" -Requires: php(language) >= 5.4 +Requires: php(language) >= 5.3.3 Requires: php-cli Requires: php-composer(sebastian/finder-facade) >= 1.1 Requires: php-composer(sebastian/finder-facade) < 2 @@ -62,15 +63,16 @@ Requires: php-composer(sebastian/git) >= 2.0 Requires: php-composer(sebastian/git) < 3 Requires: php-composer(sebastian/version) >= 1.0.3 Requires: php-composer(sebastian/version) < 2 -Requires: php-symfony-console >= 2.5 -Requires: php-symfony-console < 3 -# From phpcompatinfo report for version 2.0.5 +Requires: php-composer(symfony/console) >= 2.5 +Requires: php-composer(symfony/console) < 3 +# From phpcompatinfo report for version 2.1.3 Requires: php-dom Requires: php-spl Requires: php-tokenizer +# For our autoloader +Requires: php-composer(symfony/class-loader) Provides: php-composer(phploc/phploc) = %{version} - # For compat Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Provides: phploc = %{version} @@ -126,12 +128,21 @@ fi %files %defattr(-,root,root,-) -%doc LICENSE README.md composer.json +%{!?_licensedir:%global license %%doc} +%license LICENSE +%doc README.md +%doc composer.json %{php_home}/PHPLOC %{_bindir}/phploc %changelog +* Thu Jun 4 2015 Remi Collet - 2.1.3-1 +- update to 2.1.3 +- improve autoloader +- lower minimal PHP version to 5.3.3 +- fix license handling + * Tue May 26 2015 Remi Collet - 2.1.2-1 - update to 2.1.2 - ensure compatibility with SCL -- cgit