]> git.pld-linux.org Git - packages/php-pear-Crypt_CBC.git/blob - php-pear-Crypt_CBC.spec
8223db7782e88c5ae67e76029e4fd4830a695929
[packages/php-pear-Crypt_CBC.git] / php-pear-Crypt_CBC.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Crypt
3 %define         _subclass       CBC
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6 Summary:        %{_pearname} - A class to emulate Perl's Crypt::CBC module
7 Summary(pl):    %{_pearname} - Klasa emuluj±ca perlowy modu³ Crypt::CBC
8 Name:           php-pear-%{_pearname}
9 Version:        0.4
10 Release:        1
11 License:        PHP 2.02
12 Group:          Development/Languages/PHP
13 # Source0-md5:  0463f7e12758b9ae1104af4e357da125
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 URL:            http://pear.php.net/package/Crypt_CBC/
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 A class to emulate Perl's Crypt::CBC module.
23
24 In PEAR status of this package is: %{_status}.
25
26 %description -l pl
27 Klasa emuluj±ca perlowy modu³ Crypt::CBC.
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.073612 seconds and 3 git commands to generate.