]> git.pld-linux.org Git - packages/php-pear-Crypt_RC4.git/blob - php-pear-Crypt_RC4.spec
- more specific URL
[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-md5:  567257a27fa92e05f5b9b692333c56e1
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 URL:            http://pear.php.net/package/%{_pearname}/
16 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
17 Requires:       php-pear
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 RC4 encryption class.
23
24 This class has in PEAR status: %{_status}.
25
26 %description -l pl
27 Klasa szyfruj±ca w algorytmie RC4.
28
29 Ta klasa ma w PEAR status: %{_status}.
30
31 %prep
32 %setup -q -c
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
37
38 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %{php_pear_dir}/%{_class}/*.php
This page took 0.110062 seconds and 3 git commands to generate.