]> git.pld-linux.org Git - packages/php-pear-Math_Histogram.git/blob - php-pear-Math_Histogram.spec
- cosmetics
[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-md5:  7735ea1665adbbf4b759e5e212a0b447
15 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
16 URL:            http://pear.php.net/
17 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Classes to calculate histogram distributions and associated
24 statistics. Supports simple and cummulative histograms. You can
25 generate regular (2D) histograms, 3D, or 4D histograms. Data must not
26 have nulls.
27
28 This class has in PEAR status: %{_status}.
29
30 %description -l pl
31 Klasy do obliczania rozk³adu histogramów oraz statystyk asocjacyjnych.
32 Wspiera proste oraz kumulacyjne histogramy. Mo¿na generowaæ regularne
33 histogramy (2D), 3D oraz 4D. Dane nie mog± zawieraæ zer.
34
35 Ta klasa ma w PEAR status: %{_status}.
36
37 %prep
38 %setup -q -c
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
43
44 install %{_pearname}-%{version}/*.php   $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc %{_pearname}-%{version}/{examples/*,README*}
52 %{php_pear_dir}/%{_class}/*.php
This page took 0.115525 seconds and 4 git commands to generate.