]> git.pld-linux.org Git - packages/php-pear-Math_Histogram.git/blob - php-pear-Math_Histogram.spec
- initial release
[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         _pearname       %{_class}_%{_subclass}
5 Summary:        %{_class}_%{_subclass} - Classes to calculate histogram distributions
6 Summary(pl):    %{_class}_%{_subclass} - klasa licz±ca rozk³ad histogramu
7 Name:           php-pear-%{_pearname}
8 Version:        0.9.0
9 Release:        1
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 URL:            http://pear.php.net/
14 BuildRequires:  rpm-php-pearprov
15 Requires:       php-pear
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 Classes to calculate histogram distributions and associated
21 statistics. Supports simple and cummulative histograms. You can
22 generate regular (2D) histograms, 3D, or 4D histograms. Data must not
23 have nulls.
24
25 %description -l pl
26 Klasy do obliczania rozk³adu histogramów oraz statystyk asocjacyjnych.
27 Wspiera proste oraz kumulacyjne histogramy. Mo¿na generowaæ regularne
28 histogramy (2D), 3D oraz 4D. Dane nie mog± zawieraæ zer.
29
30 %prep
31 %setup -q -c
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
36
37 install %{_pearname}-%{version}/*.php   $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc %{_pearname}-%{version}/{examples/*,README*}
45 %{php_pear_dir}/%{_class}/*.php
This page took 0.032697 seconds and 4 git commands to generate.