]> git.pld-linux.org Git - packages/php-pear-Crypt_Xtea.git/blame - php-pear-Crypt_Xtea.spec
- use new pear build system
[packages/php-pear-Crypt_Xtea.git] / php-pear-Crypt_Xtea.spec
CommitLineData
8592e434
PG
1%include /usr/lib/rpm/macros.php
2%define _class Crypt
3%define _subclass Xtea
e9d0810a 4%define _status stable
8592e434
PG
5%define _pearname %{_class}_%{_subclass}
6Summary: %{_pearname} - the Tiny Encryption Algorithm (TEA) (New Variant)
7Summary(pl): %{_pearname} - Tiny Encryption Algorithm (TEA) (nowy wariant)
8Name: php-pear-%{_pearname}
9Version: 1.0
66306b94 10Release: 3.2
8592e434
PG
11License: PHP 2.02
12Group: Development/Languages/PHP
691cea17 13# Source0-md5: 77a3221bdae2bfa6d5c5b69ef9c52de2
8592e434 14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
da31164d 15URL: http://pear.php.net/package/Crypt_Xtea/
66306b94
ER
16BuildRequires: rpm-php-pearprov >= 4.4.2-10.2
17BuildRequires: sed >= 4.0
8592e434
PG
18Requires: php-pear
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23A class that implements the Tiny Encryption Algorithm (TEA) (New
24Variant). This class does not depend on mcrypt. Encryption is
25relatively fast, decryption relatively slow. Original code from
26http://vader.brad.ac.uk/tea/source.shtml#new_ansi
27
4ed897a0 28In PEAR status of this package is: %{_status}.
e9d0810a 29
8592e434
PG
30%description -l pl
31