rpms/azureus/devel azureus.spec,1.27,1.28

Anthony Green (green) fedora-extras-commits at redhat.com
Mon Jul 31 05:02:35 UTC 2006


Author: green

Update of /cvs/extras/rpms/azureus/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv963

Modified Files:
	azureus.spec 
Log Message:
New rev.  Fix swt jar file references.



Index: azureus.spec
===================================================================
RCS file: /cvs/extras/rpms/azureus/devel/azureus.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- azureus.spec	31 Jul 2006 01:39:16 -0000	1.27
+++ azureus.spec	31 Jul 2006 05:02:35 -0000	1.28
@@ -2,7 +2,7 @@
 
 Name:		azureus
 Version:	2.4.0.3
-Release:	0.20060702cvs_7%{?dist}
+Release:	0.20060702cvs_8%{?dist}
 Summary:	A BitTorrent Client
 
 Group:		Applications/Internet
@@ -115,8 +115,7 @@
 cd plugins/azplugins
 unzip -q %{SOURCE5}
 rm -f *.jar `find ./ -name \*class`
-#find ./ -name \*java | xargs javac -cp `build-classpath swt-gtk-3.2`:../..:.
-find ./ -name \*java | xargs javac -cp /usr/share/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar:../..:.
+find ./ -name \*java | xargs javac -cp `build-classpath swt-gtk-3.2`:../..:.
 find ./ -name \*java | xargs rm
 jar cvf azplugins_1.9.jar .
 cd ../..
@@ -125,8 +124,7 @@
 cd plugins/bdcc
 unzip *.jar
 rm -f *.jar `find ./ -name \*class`
-#find ./ -name \*java | xargs javac -cp `build-classpath swt-gtk-3.2`:../..:.
-find ./ -name \*java | xargs javac -cp /usr/share/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar:../..:.
+find ./ -name \*java | xargs javac -cp `build-classpath swt-gtk-3.2`:../..:.
 find ./ -name \*java | xargs rm
 jar cvf bdcc_2.2.2.jar .
 cd ../..
@@ -208,6 +206,9 @@
 %{_libdir}/gcj/*
 
 %changelog
+* Sat Jul 29 2006 Anthony Green <green at redhat.com> - 2.4.0.3-0.20060702cvs_8
+- Fix swt jar reference for plugins builds.
+
 * Sat Jul 29 2006 Anthony Green <green at redhat.com> - 2.4.0.3-0.20060702cvs_7
 - Enable ppc builds.  Fix classpath with -p option to build-jar-repository.
 




More information about the scm-commits mailing list