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