rpms/azureus/devel azureus.spec,1.82,1.83

David Juran djuran at fedoraproject.org
Mon Jan 18 14:56:41 UTC 2010


Author: djuran

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

Modified Files:
	azureus.spec 
Log Message:
- fix build, even on ppc
- apply -s to all patches




Index: azureus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/azureus/devel/azureus.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- azureus.spec	1 Dec 2009 19:38:03 -0000	1.82
+++ azureus.spec	18 Jan 2010 14:56:41 -0000	1.83
@@ -2,7 +2,7 @@
 
 Name:		azureus
 Version:	4.3.0.4
-Release:	1%{?dist}
+Release:	3%{?dist}
 Summary:	A BitTorrent Client
 Group:		Applications/Internet
 License:	GPLv2+
@@ -72,20 +72,20 @@ advanced users.
 %setup -q -c
 
 #%patch0 -p0
-%patch2 -p0
+%patch2 -p0 -b .cache-size
 %patch3 -p1 -b .remove-manifest-classpath
-%patch9 -p0
+%patch9 -p0 -b .no-shared-plugins
 %patch12 -p1 -b .no-updates-PluginInitializer
 %patch13 -p1 -b .no-updates-PluginInterfaceImpl
 %patch14 -p1 -b .no-update-manager-AzureusCoreImpl
-%patch15 -p0
+%patch15 -p0 -b .no-update-manager-CorePatchChecker
 %patch16 -p1 -b .no-update-manager-CoreUpdateChecker
 %patch18 -p1 -b .no-update-manager-PluginInstallerImpl
 %patch19 -p1 -b .no-update-manager-PluginUpdatePlugin
 %patch20 -p1 -b .no-update-manager-SWTUpdateChecker
 %patch22 -p1 -b .no-update-manager-UpdateMonitor
 %patch27 -p1 -b .nobcprov
-%patch28 -p0
+%patch28 -p0 -b .configuration
 #%patch31 -p0
 #rm com/aelitis/azureus/core/update -rf
 #find ./ -name osx | xargs rm -r
@@ -126,12 +126,12 @@ rm org/gudy/azureus2/ui/swt/osx/CarbonUI
 rm org/gudy/azureus2/ui/swt/osx/Start.java
 rm org/gudy/azureus2/ui/swt/win32/Win32UIEnhancer.java
 %patch51 -p1 -b .boo-osx
-%patch52 -b .orig
+%patch52 -b .screw-w32-tests
 %patch53 -p1 -b .boo-updating-w32
-%patch54 -b .orig
-%patch55 -b .orig
+%patch54 -b .screw-win32utils
+%patch55 -b .oops-return
 %patch56 -p1 -b .silly-java-tricks-are-for-kids
-%patch57 -b .orig -p1
+%patch57  -p1 -b stupid-invalid-characters
 
 %patch58 -p1 -b .java5
 
@@ -149,7 +149,13 @@ chmod 644 *.txt
 mkdir -p build/libs
 build-jar-repository -p build/libs bcprov jakarta-commons-cli log4j \
   gtk2.8 glib0.2 junit
-ln -s %{_libdir}/eclipse/swt.jar build/libs
+
+#ppc seems to have eclipse-swt.ppc64 installed so libdir can't be used
+if [ -e /usr/lib/eclipse/swt.jar ];then
+  ln -s /usr/lib/eclipse/swt.jar build/libs
+else
+  ln -s /usr/lib64/eclipse/swt.jar build/libs
+fi
 
 ant jar
 
@@ -242,6 +248,10 @@ fi
 %{_datadir}/azureus
 
 %changelog
+* Sun Dec  13 2009 David Juran <djuran at redhat.com> - 4.3.0.4-3
+- fix build, even on ppc
+- apply -s to all patches
+
 * Tue Dec  1 2009 David Juran <djuran at redhat.com> - 4.3.0.4-1
 - upgrade to 4.3.0.4
 



More information about the scm-commits mailing list