]> git.pld-linux.org Git - SPECS.git/blob - php-phpunit-PHP_CodeCoverage.spec
SPECS updated Sun 1 Aug 11:02:02 CEST 2021
[SPECS.git] / php-phpunit-PHP_CodeCoverage.spec
1 %define         status          stable
2 %define         pearname        PHP_CodeCoverage
3 Summary:        %{pearname} - Library that provides collection, processing, and rendering functionality for PHP code coverage information
4 Name:           php-phpunit-PHP_CodeCoverage
5 Version:        1.2.17
6 Release:        1
7 License:        BSD License
8 Group:          Development/Languages/PHP
9 Source0:        http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
10 # Source0-md5:  9512f9398319e735e1bf61b19dd6811c
11 URL:            http://pear.phpunit.de/
12 BuildRequires:  php-channel(pear.phpunit.de)
13 BuildRequires:  php-packagexml2cl
14 BuildRequires:  php-pear-PEAR >= 1:1.9.4
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.580
17 Requires:       php-channel(pear.phpunit.de)
18 Requires:       php-pear
19 Requires:       php-phpunit-File_Iterator >= 1.3.0
20 Requires:       php-phpunit-PHP_TokenStream >= 1.1.3
21 Requires:       php-phpunit-Text_Template >= 1.1.1
22 Suggests:       php(dom)
23 Suggests:       php(reflection)
24 Suggests:       php(spl)
25 Suggests:       php(xdebug)
26 Suggests:       php-ezc-ConsoleTools >= 1.6
27 BuildArch:      noarch
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %description
31 Library that provides collection, processing, and rendering
32 functionality for PHP code coverage information.
33
34 In PEAR status of this package is: %{status}.
35
36 %prep
37 %pear_package_setup
38
39 %build
40 packagexml2cl package.xml > ChangeLog
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT{%{_bindir},%{php_pear_dir}}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc ChangeLog install.log
53 %doc docs/PHP_CodeCoverage/*
54 %{php_pear_dir}/.registry/.channel.*/*.reg
55 %{php_pear_dir}/PHP/CodeCoverage.php
56 %{php_pear_dir}/PHP/CodeCoverage
This page took 0.129858 seconds and 3 git commands to generate.