]> git.pld-linux.org Git - packages/php-pear-Text_Password.git/blob - php-pear-Text_Password.spec
752db57ee5f2c08d766f56b8eccd172b8f8eb648
[packages/php-pear-Text_Password.git] / php-pear-Text_Password.spec
1 %define         _status         stable
2 %define         _pearname       Text_Password
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{_pearname} - creating passwords with PHP
5 Summary(pl.UTF-8):      %{_pearname} - tworzenie haseł
6 Name:           php-pear-%{_pearname}
7 Version:        1.1.1
8 Release:        3
9 Epoch:          0
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  d33c24d56631fb75ca5a83ad1344b355
14 URL:            http://pear.php.net/package/Text_Password/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php(core) >= 4.2.0
19 Requires:       php-pear
20 Obsoletes:      php-pear-Text_Password-tests
21 BuildArch:      noarch
22 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24 %description
25 Text_Password allows one to create pronounceable and unpronounceable
26 passwords. The full functional range is explained in the manual at
27 http://pear.php.net/manual/.
28
29 In PEAR status of this package is: %{_status}.
30
31 %description -l pl.UTF-8
32 Za pomocą Text_Password możliwe jest stworzenie dających się
33 wypowiedzieć (lub nie) haseł. Pełna funkcjonalność opisana jest w
34 podręczniku dostępnym pod adresem http://pear.php.net/manual/
35
36 Ta klasa ma w PEAR status: %{_status}.
37
38 %prep
39 %pear_package_setup
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT%{php_pear_dir}
44 %pear_package_install
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc install.log
52 %{php_pear_dir}/.registry/*.reg
53 %{php_pear_dir}/Text/*.php
This page took 0.039454 seconds and 2 git commands to generate.