]> git.pld-linux.org Git - packages/php-pear-Benchmark.git/blob - php-pear-Benchmark.spec
5fecbc1afeab685d411f40975d90b3da5feafba6
[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.3
10 Release:        1
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 # Source0-md5:  95c65f49a130fad310c0c4dd411f782d
15 URL:            http://pear.php.net/package/Benchmark/
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
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 %pear_package_setup
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{php_pear_dir}
37 %pear_package_install
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc install.log
45 %doc docs/%{_pearname}/doc/*
46 %{php_pear_dir}/.registry/*.reg
47 %dir %{php_pear_dir}/%{_class}
48 %{php_pear_dir}/%{_class}/*.php
This page took 0.052334 seconds and 3 git commands to generate.