rpms/jgroups/devel jgroups.spec,1.20,1.21

Deepak Bhole dbhole at fedoraproject.org
Fri Sep 5 18:03:49 UTC 2008


Author: dbhole

Update of /cvs/pkgs/rpms/jgroups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30978/devel

Modified Files:
	jgroups.spec 
Log Message:

Fix bouncycastle classpath




Index: jgroups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jgroups/devel/jgroups.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- jgroups.spec	9 Jul 2008 20:05:49 -0000	1.20
+++ jgroups.spec	5 Sep 2008 18:03:18 -0000	1.21
@@ -43,7 +43,7 @@
 
 Name:		jgroups
 Version:	2.2.9.2
-Release:	4.5%{?dist}
+Release:	4.6%{?dist}
 Epoch:		0
 Summary:	Toolkit for reliable multicast communication.
 License:	LGPLv2+
@@ -61,6 +61,7 @@
 Requires:	xalan-j2
 Requires:	bouncycastle
 BuildRequires:	ant >= 0:1.6
+BuildRequires:  ant-trax
 BuildRequires:	bsh
 BuildRequires:	concurrent
 BuildRequires:	jakarta-commons-logging
@@ -127,7 +128,6 @@
 %patch0 -b .sav
 
 %build
-export OPT_JAR_LIST="ant-launcher ant/ant-junit junit"
 pushd lib
 ln -sf $(build-classpath bsh) .
 ln -sf $(build-classpath commons-logging) .
@@ -142,7 +142,7 @@
 %else
 export ANT_OPTS="-Djava.net.preferIPv4Stack=true"
 # Added gcj-endorsed/bc-prov to build the encrypt test
-export CLASSPATH=$CLASSPATH:`build-classpath xalan-j2 xalan-j2-serializer gcj-endorsed/bc-prov`
+export CLASSPATH=$CLASSPATH:`build-classpath xalan-j2 xalan-j2-serializer bcprov`
 ant jar javadoc jboss-service jgroups-service unittests testreport
 %endif
 
@@ -226,6 +226,9 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Wed Jul  9 2008 Deepak Bhole <dbhole at redhat.com> 2.2.9.2-4.6
+- Fix bouncycastle classpath
+
 * Wed Jul  9 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0:2.2.9.2-4.5
 - drop repotag
 




More information about the fedora-extras-commits mailing list