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