]> git.pld-linux.org Git - packages/php-pear-Math_Histogram.git/blob - php-pear-Math_Histogram.spec
- added status information
[packages/php-pear-Math_Histogram.git] / php-pear-Math_Histogram.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Math
3 %define         _subclass       Histogram
4 %define         _status         beta
5
6 %define         _pearname       %{_class}_%{_subclass}
7 Summary:        %{_class}_%{_subclass} - Classes to calculate histogram distributions
8 Summary(pl):    %{_class}_%{_subclass} - klasa licz±ca rozk³ad histogramu
9 Name:           php-pear-%{_pearname}
10 Version:        0.9.0
11 Release:        2
12 License:        PHP 2.02
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 URL:            http://pear.php.net/
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 Classes to calculate histogram distributions and associated
23 statistics. Supports simple and cummulative histograms. You can
24 generate regular (2D) histograms, 3D, or 4D histograms. Data must not
25 have nulls.
26
27 This class has in PEAR status: %{_status}
28
29 %description -l pl
30 Klasy do obliczania rozk³adu histogramów oraz statystyk asocjacyjnych.
31 Wspiera proste oraz kumulacyjne histogramy. Mo¿na generowaæ regularne
32 histogramy (2D), 3D oraz 4D. Dane nie mog± zawieraæ zer.
33
34 Ta klasa ma w PEAR status: %{_status}
35
36 %prep
37 %setup -q -c
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
42
43 install %{_pearname}-%{version}/*.php   $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc %{_pearname}-%{version}/{examples/*,README*}
51 %{php_pear_dir}/%{_class}/*.php
This page took 0.058614 seconds and 4 git commands to generate.