[azureus/f16] Fix installation of plugins (Bz 540638)

David Juran djuran at fedoraproject.org
Fri Aug 26 11:20:14 UTC 2011


commit d522678f73dccea590ca07e84ac0e1531c46ae52
Author: David Juran <djuran at redhat.com>
Date:   Fri Aug 26 14:19:24 2011 +0300

    Fix installation of plugins (Bz 540638)

 azureus.script |   18 +++++++++---------
 azureus.spec   |   23 +++++++++++++----------
 2 files changed, 22 insertions(+), 19 deletions(-)
---
diff --git a/azureus.script b/azureus.script
index c7be29e..e26a4ed 100644
--- a/azureus.script
+++ b/azureus.script
@@ -9,16 +9,16 @@ fi
 SCRIPT_VERSION=2
 
 # Reconstruct the plugins dir.
-rm -rf $APPDIR/plugins
-mkdir -p $APPDIR/plugins
-pushd $APPDIR/plugins > /dev/null 2>&1
-if ls /usr/share/azureus/plugins/* > /dev/null 2>&1;then
-    for pdir in /usr/share/azureus/plugins/*; do
-	ln -s $pdir .;
-    done;
-fi
+#rm -rf $APPDIR/plugins
+#mkdir -p $APPDIR/plugins
+#pushd $APPDIR/plugins > /dev/null 2>&1
+#if ls /usr/share/azureus/plugins/* > /dev/null 2>&1;then
+#    for pdir in /usr/share/azureus/plugins/*; do
+#	ln -s $pdir .;
+#    done;
+#fi
 
-popd > /dev/null 2>&1
+#popd > /dev/null 2>&1
 
 case $(uname -i) in
         *64)
diff --git a/azureus.spec b/azureus.spec
index deb6c4e..dbf925e 100644
--- a/azureus.spec
+++ b/azureus.spec
@@ -2,7 +2,7 @@
 
 Name:		azureus
 Version:	4.6.0.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A BitTorrent Client
 Group:		Applications/Internet
 License:	GPLv2+
@@ -72,16 +72,16 @@ cp %{SOURCE4} .
 %patch2 -p0 -b .cache-size
 %patch3 -p1 -b .remove-manifest-classpath
 %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 -p1 -b .no-update-manager-CorePatchChecker
-%patch16 -p1 -b .no-update-manager-CoreUpdateChecker
-%patch19 -p1 -b .no-update-manager-PluginUpdatePlugin
-%patch20 -p1 -b .no-update-manager-SWTUpdateChecker
-%patch22 -p1 -b .no-update-manager-UpdateMonitor
+#%patch12 -p1 -b .no-updates-PluginInitializer
+#%patch13 -p1 -b .no-updates-PluginInterfaceImpl
+#%patch14 -p1 -b .no-update-manager-AzureusCoreImpl
+#%patch15 -p1 -b .no-update-manager-CorePatchChecker
+#%patch16 -p1 -b .no-update-manager-CoreUpdateChecker
+#%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 -b .configuration
+#%patch28 -p0 -b .configuration 
 
 #rm com/aelitis/azureus/core/update -rf
 #find ./ -name osx | xargs rm -r
@@ -236,6 +236,9 @@ fi
 %{_datadir}/azureus
 
 %changelog
+* Thu Aug 25 2011 David Juran <djuran at redhat.com> - 4.6.0.4-3
+- Fix installation of plugins (Bz 540638)
+
 * Mon Apr 18 2011 David Juran <djuran at redhat.com> - 4.6.0.4-2
 - use webkit instead of xulrunner, works around Bz 674838
 


More information about the scm-commits mailing list