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