]> git.pld-linux.org Git - packages/php-pear-Crypt_XXTEA.git/blame - php-pear-Crypt_XXTEA.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/php-pear-Crypt_XXTEA.git] / php-pear-Crypt_XXTEA.spec
CommitLineData
b62ce5f1
AG
1%define _class Crypt
2%define _subclass XXTEA
3%define _status beta
4%define _pearname %{_class}_%{_subclass}
5
6Summary: %{_pearname} - an implementation of XXTEA encryption algorithm
54d3d736 7Summary(pl.UTF-8): %{_pearname} - implemtancja algorytmu szyfrującego XXTEA
b62ce5f1 8Name: php-pear-%{_pearname}
f211541c 9Version: 0.9.0
d741a346 10Release: 2
b62ce5f1
AG
11License: LGPL
12Group: Development/Languages/PHP
13Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
f211541c 14# Source0-md5: 611bb2fc28aa91d86ee3803b06b1916a
b62ce5f1
AG
15URL: http://pear.php.net/package/Crypt_XXTEA/
16BuildRequires: php-pear-PEAR
17BuildRequires: rpm-php-pearprov >= 4.4.2-11
18BuildRequires: rpmbuild(macros) >= 1.300
19Requires: php-pear
e33426b1 20Obsoletes: php-pear-Crypt_XXTEA-tests
b62ce5f1
AG
21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
25XXTEA is a secure and fast encryption algorithm. It's suitable for web
26development. This package allows you to encrypt or decrypt a string
27using the algorithm.
28
29In PEAR status of this package is: %{_status}.
30
c730591c
JR
31%description -l pl.UTF-8
32XXTEA to bezpieczny i szybki algorytm szyfrujący, wygodny w użyciu
b62ce5f1 33przy projektowaniu stron internetowych. Pakiet ten pozwala na
c730591c 34szyfrowanie oraz deszyfrowanie łańcuchów znaków przy użyciu tego
b62ce5f1
AG
35algorytmu.
36
37Ta klasa ma w PEAR status: %{_status}.
38
b62ce5f1
AG
39%prep
40%pear_package_setup
41
42%install
43rm -rf $RPM_BUILD_ROOT
44install -d $RPM_BUILD_ROOT%{php_pear_dir}
45%pear_package_install
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%{php_pear_dir}/.registry/*.reg
53%{php_pear_dir}/%{_class}/*.php
This page took 0.176154 seconds and 4 git commands to generate.