]> git.pld-linux.org Git - packages/php-pear-Text_CAPTCHA_Numeral.git/blame - php-pear-Text_CAPTCHA_Numeral.spec
- rel 2
[packages/php-pear-Text_CAPTCHA_Numeral.git] / php-pear-Text_CAPTCHA_Numeral.spec
CommitLineData
4babc0d8
AG
1%include /usr/lib/rpm/macros.php
2%define _class Text
3%define _subclass CAPTCHA_Numeral
4%define _status stable
5%define _pearname Text_CAPTCHA_Numeral
6Summary: %{_pearname} - generation of numeral maths captchas
7Summary(pl.UTF-8): %{_pearname} - generowanie matematycznych captcha
8Name: php-pear-%{_pearname}
9Version: 1.2.0
246b661a 10Release: 2
4babc0d8
AG
11License: BSD License
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
14# Source0-md5: 0a1b4b4aac1b9e2bd0246f62748154fa
15URL: http://pear.php.net/package/Text_CAPTCHA_Numeral/
16BuildRequires: php-pear-PEAR
17BuildRequires: rpm-php-pearprov >= 4.4.2-11
18Requires: php-pear
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23Numeral captcha generates mathematical operations and answers in order
24to prove that bots using it are human.
25
26In PEAR status of this package is: %{_status}.
27
28%description -l pl.UTF-8
29Liczbowe captcha polega na generowania równań matecznych i rozwiązań
30do nich w celu rozróżnienia między ludźmi a botami.
31
32Ta klasa ma w PEAR status: %{_status}.
33
34%package tests
35Summary: Tests for PEAR::%{_pearname}
36Summary(pl.UTF-8): Testy dla PEAR::%{_pearname}
37Group: Development/Languages/PHP
38AutoReq: no
39Requires: %{name} = %{version}-%{release}
40AutoProv: no
41
42%description tests
43Tests for PEAR::%{_pearname}.
44
45%description tests -l pl.UTF-8
46Testy dla PEAR::%{_pearname}.
47
48%prep
49%pear_package_setup
50
51%install
52rm -rf $RPM_BUILD_ROOT
53install -d $RPM_BUILD_ROOT%{php_pear_dir}
54%pear_package_install
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%files
60%defattr(644,root,root,755)
61%doc install.log docs/Text_CAPTCHA_Numeral/examples
62%{php_pear_dir}/.registry/*.reg
e79eb076
AG
63%{php_pear_dir}/Text/CAPTCHA/Numeral
64%{php_pear_dir}/Text/CAPTCHA/Numeral.php
4babc0d8
AG
65
66%files tests
67%defattr(644,root,root,755)
68%{php_pear_dir}/tests/Text_CAPTCHA_Numeral
This page took 0.086512 seconds and 4 git commands to generate.