]> git.pld-linux.org Git - packages/beecrypt.git/blame - beecrypt.spec
- big fat warning about changed RSA ABI
[packages/beecrypt.git] / beecrypt.spec
CommitLineData
d97ff880 1#
4d383701 2# WARNING: despite unchanged SONAME, the RSA ABI (and API) has changed since 3.x!
d97ff880 3# Conditional build:
9c971131
JB
4%bcond_with javaglue # build with Java support
5%bcond_without python # don't build python module
d97ff880 6#
91407a9e 7Summary: The BeeCrypt Cryptography Library
5293cd2f 8Summary(pl): Biblioteka kryptograficzna BeeCrypt
91407a9e 9Name: beecrypt
1b30549c
JB
10Version: 4.0.0
11Release: 1
22964bea 12Epoch: 2
91407a9e 13License: LGPL
d97ff880 14Group: Libraries
e7d47e5c 15Source0: http://dl.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
1b30549c 16# Source0-md5: f19e060ecc4fc23d8f1268e1b145614f
6f800bf2 17Patch0: %{name}-opt.patch
1b30549c 18Patch1: %{name}-lib64_fix.patch
63fbc33d 19URL: http://sourceforge.net/projects/beecrypt/
e7d47e5c 20BuildRequires: autoconf >= 2.50
d97ff880
JB
21BuildRequires: automake
22BuildRequires: libtool
d48cb2c8 23%{?with_python:BuildRequires: python-devel}
63fbc33d 24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
91407a9e 25
1b30549c 26%define specflags_alpha -mno-explicit-relocs
19d4c14b 27
91407a9e 28%description
29BeeCrypt is an open source cryptography library that contains highly
30optimized C and assembler implementations of many well-known
31algorithms including Blowfish, MD5, SHA-1, Diffie-Hellman, and
32ElGamal.
33
34%description -l pl
35