]> git.pld-linux.org Git - packages/php-pear-Crypt_RC4.git/blob - php-pear-Crypt_RC4.spec
4516ba4104dff9555611afd94dd45e4691d43ae0
[packages/php-pear-Crypt_RC4.git] / php-pear-Crypt_RC4.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Crypt
3 %define         _subclass       Rc4
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - Encryption class for RC4 encryption
8 Summary(pl):    %{_pearname} - Klasa szyfruj±ca w algorytmie RC4
9 Name:           php-pear-%{_pearname}
10 Version:        1.0.2
11 Release:        1
12 License:        PHP
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  90837b9317deaf42f563958b4689b937
16 URL:            http://pear.php.net/package/Crypt_Rc4/
17 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 RC4 encryption class.
24
25 This class has in PEAR status: %{_status}.
26
27 %description -l pl
28 Klasa szyfruj±ca w algorytmie RC4.
29
30 Ta klasa ma w PEAR status: %{_status}.
31
32 %prep
33 %setup -q -c
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
38
39 install %{_class}_RC4-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %{php_pear_dir}/%{_class}/*.php
This page took 0.050943 seconds and 2 git commands to generate.