]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Testing_FIT.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Testing_FIT.spec
1 %define         _class          Testing
2 %define         _subclass       FIT
3 %define         _status         beta
4 %define         _pearname       Testing_FIT
5 Summary:        %{_pearname} - FIT: Framework for Integrated Test
6 Summary(pl.UTF-8):      %{_pearname} - FIT: Framework do zintegrowanych testów
7 Name:           php-pear-%{_pearname}
8 Version:        0.2.2
9 Release:        2
10 License:        LGPL
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  4778f17d031296b2ef3235745681fe4c
14 URL:            http://pear.php.net/package/Testing_FIT/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Great software requires collaboration and communication.
24
25 Fit is a tool for enhancing collaboration in software development.
26 It's an invaluable way to collaborate on complicated problems--and get
27 them right--early in development.
28
29 Fit allows customers, testers, and programmers to learn what their
30 software should do and what it does do. It automatically compares
31 customers' expectations to actual results.
32
33 In PEAR status of this package is: %{_status}.
34
35 %description -l pl.UTF-8
36 Większe programy wymagają współpracy i komunikacji.
37
38 Fit jest narzędziem usprawniającym współpracę na etapie rozwoju
39 oprogramowania. Jest szczególnie przydatny przy współpracy nad
40 złożonymi problemami - oraz rozwiązywaniu ich - na wczesnym etapie
41 rozwoju.
42
43 Fit pozwala klientom, testerom i programistom stwierdzenie jaką
44 funkcjonalność oprogramowanie powinno udostępniać oraz jaką
45 udostępnia, a następnie porównanie otrzymanie wyników.
46
47 Ta klasa ma w PEAR status: %{_status}.
48
49 %prep
50 %pear_package_setup
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{php_pear_dir}
55 %pear_package_install
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %files
61 %defattr(644,root,root,755)
62 %doc install.log docs/Testing_FIT
63 %{php_pear_dir}/.registry/*.reg
64 %{php_pear_dir}/Testing/FIT
This page took 4.142015 seconds and 3 git commands to generate.