]> git.pld-linux.org Git - packages/php-pear-Crypt_RC4.git/blob - php-pear-Crypt_RC4.spec
85ab12ba138db8eec2388866b5e30339124c1847
[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 Summary:        %{_pearname} - Encryption class for RC4 encryption
7 Summary(pl):    %{_pearname} - Klasa szyfruj±ca w algorytmie RC4
8 Name:           php-pear-%{_pearname}
9 Version:        1.0
10 Release:        1
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
14 URL:            http://pear.php.net/
15 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
16 Requires:       php-pear
17 BuildArch:      noarch
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 RC4 encryption class.
22
23 This class has in PEAR status: %{_status}.
24
25 %description -l pl
26 Klasa szyfruj±ca w algorytmie RC4.
27
28 Ta klasa ma w PEAR status: %{_status}.
29
30 %prep
31 %setup -q -c
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
36
37 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{php_pear_dir}/%{_class}/*.php
This page took 0.204519 seconds and 2 git commands to generate.