From 27684f39bc5fdd6b64b4250b0f7ade005043398d Mon Sep 17 00:00:00 2001 From: Paul Nasrat Date: Mar 29 2005 17:01:45 +0000 Subject: disable beecrypt-java --- diff --git a/beecrypt.spec b/beecrypt.spec index 4cbdd4e..66ddc90 100644 --- a/beecrypt.spec +++ b/beecrypt.spec @@ -1,11 +1,11 @@ %define with_python --with-python %define with_python_version %(echo `python -c "import sys; print sys.version[:3]"`) -%define with_java --with-java +#define with_java --with-java Summary: An open source cryptography library. Name: beecrypt Version: 4.1.2 -Release: 2 +Release: 3 Group: System Environment/Libraries License: LGPL URL: http://sourceforge.net/projects/beecrypt @@ -57,7 +57,7 @@ files needed for using java with beecrypt. %build -%configure --enable-shared --enable-static %{?with_python} %{?with_java} +%configure --enable-shared --enable-static %{?with_python} %{?with_java}%{!?with_java:--with-java=no} make %{?_smp_mflags} \ %{?with_python:pythondir="%{_libdir}/python%{with_python_version}/site-packages"} @@ -112,6 +112,9 @@ rm -fr $RPM_BUILD_ROOT %endif %changelog +* Tue Mar 29 2005 Paul Nasrat 4.1.2-3 +- Disable beecrypt-java (#151294) + * Fri Mar 4 2005 Jeff Johnson 4.1.2-2 - rebuild with gcc4.