rpms/grid-packaging-tools/EL-4 grid-packaging-tools-wrong-url.patch, NONE, 1.1 grid-packaging-tools.spec, 1.1, 1.2

Mattias Ellert ellert at fedoraproject.org
Thu Apr 9 14:25:20 UTC 2009


Author: ellert

Update of /cvs/pkgs/rpms/grid-packaging-tools/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26130

Modified Files:
	grid-packaging-tools.spec 
Added Files:
	grid-packaging-tools-wrong-url.patch 
Log Message:
* Thu Mar 26 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.2-17
- Adding wrong-url patch


grid-packaging-tools-wrong-url.patch:

--- NEW FILE grid-packaging-tools-wrong-url.patch ---
diff -ur gpt.orig/CHANGES gpt/CHANGES
--- gpt.orig/CHANGES	2006-01-11 17:10:08.000000000 +0100
+++ gpt/CHANGES	2009-03-26 12:58:58.000000000 +0100
@@ -5,7 +5,7 @@
 incompatible with Globus Toolkit version 2.x.
 
 Fixes for bugs 157, 168, 177, 223, and 233 see bugzilla link at
-http://www.gridpackagingtools.org/.
+http://www.gridpackagingtools.com/.
 
 3.1 -> 3.2
 Fixed some gpt-build Macro problems.
@@ -14,7 +14,7 @@
 incompatible with Globus Toolkit version 2.x.
 
 Fixes for bugs 157, 168, 177, 223, and 233 see bugzilla link at
-http://www.gridpackagingtools.org/.
+http://www.gridpackagingtools.com/.
 
 3.0.1 -> 3.1
 
diff -ur gpt.orig/INSTALL gpt/INSTALL
--- gpt.orig/INSTALL	2006-01-11 17:10:08.000000000 +0100
+++ gpt/INSTALL	2009-03-26 12:58:58.000000000 +0100
@@ -3,4 +3,4 @@
 More installation help can be seen by running ./build_gpt -man.  Also
 the webpage
 
-http://www.gridpackagingtools.org/book/latest-stable/gpt-book.html#setup
+http://www.gridpackagingtools.com/book/latest-stable/gpt-book.html#setup
diff -ur gpt.orig/LICENSE gpt/LICENSE
--- gpt.orig/LICENSE	2006-01-11 17:10:08.000000000 +0100
+++ gpt/LICENSE	2009-03-26 13:00:59.000000000 +0100
@@ -5,7 +5,7 @@
     Grid Packaging Tools Development Team
     National Center for Supercomputing Applications
     University of Illinois
-    http://wwww.gridpackagingtools.org/ 
+    http://www.gridpackagingtools.com/ 
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -ur gpt.orig/README gpt/README
--- gpt.orig/README	2006-01-11 17:10:08.000000000 +0100
+++ gpt/README	2009-03-26 13:00:40.000000000 +0100
@@ -6,5 +6,5 @@
 
 
 Further information on GPT can be found at
-http://wwww.gridpackagingtools.org/
+http://www.gridpackagingtools.com/
 


Index: grid-packaging-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grid-packaging-tools/EL-4/grid-packaging-tools.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grid-packaging-tools.spec	18 Mar 2009 09:54:32 -0000	1.1
+++ grid-packaging-tools.spec	9 Apr 2009 14:24:49 -0000	1.2
@@ -1,11 +1,11 @@
 Name:		grid-packaging-tools
 Version:	3.2
-Release:	16%{?dist}
+Release:	17%{?dist}
 Summary:	Grid Packaging Tools (GPT)
 
 Group:		Development/Tools
 License:	NCSA
-URL:		http://www.gridpackagingtools.org/
+URL:		http://www.gridpackagingtools.com/
 # The maintenance of GPT has been taken over by the Globus Alliance.
 # Use the latest source tarball from their repository.
 Source:		http://www-unix.globus.org/ftppub/gt4/4.2.1/gpt/gpt-%{version}globus2.tar.gz
@@ -55,9 +55,12 @@
 #		Make gpt work with older automake versions:
 #		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6564
 Patch14:	%{name}-compat.patch
-#		Forward library version info to libtool
+#		Forward library version info to libtool:
 #		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6694
 Patch15:	%{name}-version-info.patch
+#		Wrong URLs in documentation:
+#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6705
+Patch16:	%{name}-wrong-url.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libtool
 BuildRequires:	perl
@@ -109,6 +112,7 @@
 %patch13 -p1 -b .help
 %patch14 -p1 -b .compat
 %patch15 -p1 -b .version
+%patch16 -p1 -b .url
 
 iconv -f iso-8859-1 -t utf-8 LICENSE > LICENSE.utf8
 touch -c -r LICENSE LICENSE.utf8
@@ -161,6 +165,9 @@
 %{perl_vendorlib}/Grid
 
 %changelog
+* Thu Mar 26 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.2-17
+- Adding wrong-url patch
+
 * Mon Mar 16 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.2-16
 - Adding version-info patch
 




More information about the scm-commits mailing list