]> git.pld-linux.org Git - packages/php-pear-Benchmark.git/blob - php-pear-Benchmark.spec
- fixed english information about status of the package
[packages/php-pear-Benchmark.git] / php-pear-Benchmark.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Benchmark
3 %define         _status         stable
4 %define         _pearname       %{_class}
5
6 Summary:        %{_pearname} - benchmark PHP scripts or function calls
7 Summary(pl):    %{_pearname} - testowanie szybko¶ci skryptów i funkcji PHP
8 Name:           php-pear-%{_pearname}
9 Version:        1.2.1
10 Release:        1
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 # Source0-md5:  47114bf9e7ff959d8806a70de9ef36b7
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 URL:            http://pear.php.net/package/Benchmark/
16 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
17 Requires:       php-pear
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Framework to benchmark PHP scripts or function calls.
23
24 In PEAR status of this package is: %{_status}.
25
26 %description -l pl
27 ¦rodowisko do testowania szybko¶ci skryptów PHP i wywo³añ funkcji.
28
29 Ta klasa ma w PEAR status: %{_status}.
30
31 %prep
32 %setup -q -c
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
37
38 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc %{_pearname}-%{version}/doc/*.php
46 %dir %{php_pear_dir}/%{_class}
47 %{php_pear_dir}/%{_class}/*.php
This page took 0.083539 seconds and 4 git commands to generate.