rpms/azureus/FC-5 azureus.spec,1.24,1.25

Anthony Green (green) fedora-extras-commits at redhat.com
Mon May 29 16:00:47 UTC 2006


Author: green

Update of /cvs/extras/rpms/azureus/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18648

Modified Files:
	azureus.spec 
Log Message:
Update sources.



Index: azureus.spec
===================================================================
RCS file: /cvs/extras/rpms/azureus/FC-5/azureus.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- azureus.spec	24 Apr 2006 20:25:10 -0000	1.24
+++ azureus.spec	29 May 2006 16:00:46 -0000	1.25
@@ -1,6 +1,6 @@
 Name:		azureus
 Version:	2.4.0.3
-Release:	0.20060328cvs_5%{?dist}
+Release:	0.20060529cvs_1%{?dist}
 Summary:	A BitTorrent Client
 
 Group:		Applications/Internet
@@ -9,16 +9,15 @@
 
 # A cvs snapshot with the build and bouncycastle directories
 # removed.
-Source0:	azureus2-cvs-20060325.tar.gz
+Source0:	azureus2-cvs-20060529.tar.bz2
 
 Source1:	azureus.script
 Source2:	Azureus.desktop
 Source3:	azureus.applications
 Source4:	azureus-License.txt
-Source5:	azureus-ChangeLog.txt
 
-Source6:	azplugins_1.8.8.jar
-Source7:	bdcc_2.2.2.zip
+Source5:	azplugins_1.8.8.jar
+Source6:	bdcc_2.2.2.zip
 
 Patch0:		azureus-remove-win32-osx-platforms.patch
 Patch1:		azureus-remove-win32-PlatformManagerUpdateChecker.patch
@@ -47,6 +46,8 @@
 Patch24:	azureus-MessageSlideShell-swt-3.1.patch
 Patch25:	azureus-no-update-manager-MainStatusBar.patch
 Patch26:	azureus-nativetabs.patch
+#Patch27:	azureus-debug3.patch
+#Patch28:	azureus-debug4.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -77,7 +78,7 @@
 %patch4 -p0
 %patch5 -p0
 %patch6 -p0
-%patch7 -p1
+%patch7 -p0
 %patch8 -p0
 %patch9 -p0
 %patch10 -p0
@@ -96,9 +97,10 @@
 %patch23 -p0
 %patch24 -p0
 %patch25 -p0
-%patch26 -p1
+%patch26 -p0
+#%patch27 -p0
+#%patch28 -p0
 cp %{SOURCE4} License.txt
-cp %{SOURCE5} ChangeLog.txt
 
 %build
 mkdir -p build/libs
@@ -114,14 +116,14 @@
 
 mkdir -p plugins/azplugins
 cd plugins/azplugins
-unzip -q %{SOURCE6}
+unzip -q %{SOURCE5}
 rm -f *.jar `find ./ -name \*class`
 find ./ -name \*java | xargs javac -cp `build-classpath swt-gtk-3.1.1`:../..:.
 find ./ -name \*java | xargs rm
 jar cvf azplugins_1.8.8.jar .
 cd ../..
 
-unzip -q %{SOURCE7}
+unzip -q %{SOURCE6}
 cd plugins/bdcc
 unzip *.jar
 rm -f *.jar `find ./ -name \*class`
@@ -206,6 +208,14 @@
 %{_libdir}/gcj/*
 
 %changelog
+* Wed May 29 2006 Anthony Green <green at redhat.com> - 2.4.0.3-0.20060529cvs_1
+- Updated sources.
+- Re-enable close button on tabs in nativetabs patch.
+- Use proper ChangeLog.txt file.
+
+* Wed May 03 2006 Anthony Green <green at redhat.com> - 2.4.0.3-0.20060503cvs_1
+- Updated sources.
+
 * Mon Apr 24 2006 Anthony Green <green at redhat.com> - 2.4.0.3-0.20060328cvs_5
 - Two patches from Stephan Michels: nativetabs (for native GTK+ tabs), and 
 an updated azureus-themed.patch to work around GCC PR 27271.




More information about the fedora-extras-commits mailing list