]> git.pld-linux.org Git - SPECS.git/blob - php-pear-Crypt_MicroID.spec
SPECS updated Tue 30 Apr 15:06:09 CEST 2024
[SPECS.git] / php-pear-Crypt_MicroID.spec
1 %define         _class          Crypt
2 %define         _subclass       MicroID
3 %define         _status         alpha
4 %define         _pearname       Crypt_MicroID
5 Summary:        %{_pearname} - PHP MicroID library
6 Summary(pl.UTF-8):      %{_pearname} - biblioteka PHP MicroID
7 Name:           php-pear-%{_pearname}
8 Version:        0.1.0
9 Release:        2
10 License:        New BSD License
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 # Source0-md5:  d3516f2e05926c7184dbb530a90c18f7
14 URL:            http://pear.php.net/package/Crypt_MicroID/
15 BuildRequires:  php-pear-PEAR
16 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
17 BuildRequires:  rpmbuild(macros) >= 1.300
18 Requires:       php-pear
19 Obsoletes:      php-pear-Crypt_MicroID-tests
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Provides methods needed to generate and verify MicroIDs.
25
26 In PEAR status of this package is: %{_status}.
27
28 %description -l pl.UTF-8
29 Pakiet ten dostarcza klasÄ™ do generowania i weryfikacji MicroID.
30
31 Ta klasa ma w PEAR status: %{_status}.
32
33 %prep
34 %pear_package_setup
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38 install -d $RPM_BUILD_ROOT%{php_pear_dir}
39 %pear_package_install
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc install.log
47 %{php_pear_dir}/.registry/*.reg
48 %{php_pear_dir}/Crypt/MicroID
49 %{php_pear_dir}/Crypt/MicroID.php
This page took 0.830183 seconds and 3 git commands to generate.