rpms/beecrypt/devel beecrypt.spec,1.15,1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 29 17:01:48 UTC 2005


Update of /cvs/dist/rpms/beecrypt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17688

Modified Files:
	beecrypt.spec 
Log Message:
disable beecrypt-java


Index: beecrypt.spec
===================================================================
RCS file: /cvs/dist/rpms/beecrypt/devel/beecrypt.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- beecrypt.spec	4 Mar 2005 15:13:17 -0000	1.15
+++ beecrypt.spec	29 Mar 2005 17:01:45 -0000	1.16
@@ -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 @@
 
 %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 @@
 %endif
 
 %changelog
+* Tue Mar 29 2005 Paul Nasrat <pnasrat at redhat.com> 4.1.2-3
+- Disable beecrypt-java (#151294)
+
 * Fri Mar  4 2005 Jeff Johnson <jbj at redhat.com> 4.1.2-2
 - rebuild with gcc4.
 




More information about the fedora-cvs-commits mailing list