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