]> git.pld-linux.org Git - packages/beecrypt.git/blame_incremental - beecrypt.spec
- doxygen needs ghostscript,tetex-dvips,tetex-format-latex,tetex-latex-dstroke
[packages/beecrypt.git] / beecrypt.spec
... / ...
CommitLineData
1#
2# WARNING: despite unchanged SONAME, the RSA ABI (and API) has changed since 3.x!
3# Conditional build:
4%bcond_with javaglue # build with Java support
5%bcond_without python # don't build python module
6#
7Summary: The BeeCrypt Cryptography Library
8Summary(pl): Biblioteka kryptograficzna BeeCrypt
9Name: beecrypt
10Version: 4.1.0
11Release: 1
12Epoch: 2
13License: LGPL
14Group: Libraries
15Source0: http://dl.sourceforge.net/beecrypt/%{name}-%{version}.tar.gz
16# Source0-md5: 073e224bdb27de411c2450717e9aa94c
17Patch0: %{name}-opt.patch
18Patch1: %{name}-lib64_fix.patch
19Patch2: %{name}-ac_python.patch
20URL: http://sourceforge.net/projects/beecrypt/
21BuildRequires: autoconf >= 2.50
22BuildRequires: automake
23BuildRequires: doxygen
24BuildRequires: ghostscript
25BuildRequires: libtool
26%if %{with python}
27BuildRequires: python-devel
28BuildRequires: python-modules
29%endif
30BuildRequires: tetex-dvips
31BuildRequires: tetex-format-latex
32BuildRequires: tetex-latex-dstroke
33BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
34
35%define specflags_alpha -mno-explicit-relocs
36
37%description
38BeeCrypt is an open source cryptography library that contains highly
39optimized C and assembler implementations of many well-known
40algorithms including Blowfish, MD5, SHA-1, Diffie-Hellman, and
41ElGamal.
42
43%description -l pl
44