]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Text_Spell_Audio.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / php-pear-Text_Spell_Audio.spec
1 %define         _class          Text
2 %define         _subclass       Spell_Audio
3 %define         _status         alpha
4 %define         _pearname       Text_Spell_Audio
5 Summary:        %{_pearname} - Generates a sound clip saying the contents of a string of characters
6 Summary(pl.UTF-8):      %{_pearname} - generowanie nagrania dźwiękowego z wymową zadanego łańcucha znaków
7 Name:           php-pear-%{_pearname}
8 Version:        0.1.0
9 Release:        2
10 License:        PHP License
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  c518dad23ca88ab2af6c81c2beb8c224
14 URL:            http://pear.php.net/package/Text_Spell_Audio/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear >= 4:1.0-20
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Joins up multiple wav file sound clips of letters/numbers being
24 spoken, optionally adding distortion and echo. This could be use to
25 compliment an image-based CAPTCHA to enable people who are unable to
26 read the security image hear it read out instead.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl.UTF-8
31 Pakiet ten łączy wiele plików dźwiękowych w formacie wav zawierających
32 wymowę liter/cyfr, opcjonalnie dodając zniekształcenie bądź echo.
33 Dzięki temu możliwe jest stworzenie uzupełnienia do obrazkowego
34 CAPTCHA umożliwiając osobom, które z różnych względów nie są w stanie
35 odczytać obrazka, odsłuchanie zawartej w nim treści.
36
37 Ta klasa ma w PEAR status: %{_status}.
38
39 %prep
40 %pear_package_setup
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 install -d $RPM_BUILD_ROOT%{php_pear_dir}
45 %pear_package_install
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc install.log docs/Text_Spell_Audio/examples
53 %{php_pear_dir}/.registry/*.reg
54 %{php_pear_dir}/Text/Spell/Audio.php
55 %{php_pear_dir}/data/Text_Spell_Audio
This page took 0.396087 seconds and 3 git commands to generate.