]> git.pld-linux.org Git - packages/php-pear-Crypt_Blowfish.git/blob - php-pear-Crypt_Blowfish.spec
- pl for -tests
[packages/php-pear-Crypt_Blowfish.git] / php-pear-Crypt_Blowfish.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _class          Crypt
3 %define         _subclass       Blowfish
4 %define         _status         stable
5 %define         _pearname       %{_class}_%{_subclass}
6
7 Summary:        %{_pearname} - quick two-way blowfish encryption
8 Summary(pl):    %{_pearname} - szybkie dwustronne szyfrowanie algorytmem blowfish
9 Name:           php-pear-%{_pearname}
10 Version:        1.0.1
11 Release:        1
12 License:        PHP
13 Group:          Development/Languages/PHP
14 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
15 # Source0-md5:  93873efe07a267b2b415965994a0af98
16 URL:            http://pear.php.net/package/Crypt_Blowfish/
17 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
18 BuildRequires:  sed >= 4.0
19 Requires:       php-pear
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 This package allows you to preform two-way blowfish on the fly using
25 only PHP. This package does not require the Mcrypt PHP extension to
26 work.
27
28 In PEAR status of this package is: %{_status}.
29
30 %description -l pl
31 Ta klasa pozwala na dwustronne szyfrowanie w locie z u¿yciem algorytmu
32 blowfish. Klasa ta nie wymaga rozszerzenia Mcrypt.
33
34 Ta klasa ma w PEAR status: %{_status}.
35
36 %package tests
37 Summary:        Tests for PEAR::%{_pearname}
38 Summary(pl):    Testy dla PEAR::%{_pearname}
39 Group:          Development
40 Requires:       %{name} = %{version}-%{release}
41
42 %description tests
43 Tests for PEAR::%{_pearname}.
44
45 %description tests -l pl
46 Testy dla PEAR::%{_pearname}.
47
48 %prep
49 %pear_package_setup
50
51 # badly packaged, i think
52 sed -i -e 's,Blowfish/DefaultKey.php,Crypt/Blowfish/DefaultKey.php,' ./%{php_pear_dir}/%{_class}/%{_subclass}.php
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 install -d $RPM_BUILD_ROOT%{php_pear_dir}
57 %pear_package_install
58
59 %clean
60 rm -rf $RPM_BUILD_ROOT
61
62 %files tests
63 %defattr(644,root,root,755)
64 %{php_pear_dir}/tests/*
65
66 %files
67 %defattr(644,root,root,755)
68 %doc install.log
69 %{php_pear_dir}/.registry/*.reg
70 %{php_pear_dir}/%{_class}/*.php
71 %{php_pear_dir}/%{_class}/%{_subclass}
This page took 0.037528 seconds and 4 git commands to generate.