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