rpms/myproxy/devel myproxy-globus-usage-location.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 myproxy.spec, 1.8, 1.9 sources, 1.3, 1.4

stevetraylen stevetraylen at fedoraproject.org
Fri Dec 4 21:45:23 UTC 2009


Author: stevetraylen

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

Modified Files:
	.cvsignore myproxy.spec sources 
Added Files:
	myproxy-globus-usage-location.patch 
Log Message:
Upstream 5.0 and globus bz#6897


myproxy-globus-usage-location.patch:
 configure.in |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

--- NEW FILE myproxy-globus-usage-location.patch ---
diff -uNr myproxy-5.0.ORIG/configure.in myproxy-5.0/configure.in
--- myproxy-5.0.ORIG/configure.in	2009-12-04 21:50:19.000000000 +0100
+++ myproxy-5.0/configure.in	2009-12-04 22:06:55.000000000 +0100
@@ -88,16 +88,13 @@
 dnl
 dnl Check for globus_usage_stats_send_array
 dnl
-AC_CHECK_LIB(globus_usage_$GLOBUS_FLAVOR_NAME,
-             globus_usage_stats_send_array,
-[            LIBS="$LIBS -lglobus_usage_$GLOBUS_FLAVOR_NAME -lglobus_xio_$GLOBUS_FLAVOR_NAME"],
-             AC_DEFINE(NO_GLOBUS_USAGE))
+AC_SEARCH_LIBS(globus_usage_stats_send_array,globus_usage globus_usage_$GLOBUS_FLAVOR_NAME, ,
+               AC_DEFINE(NO_GLOBUS_USAGE))
 dnl
 dnl Check for globus_gsi_proxy_handle_set_extensions
 dnl
-AC_CHECK_LIB(globus_gsi_proxy_core_$GLOBUS_FLAVOR_NAME,
-             globus_gsi_proxy_handle_set_extensions,
-             AC_DEFINE(HAVE_GLOBUS_GSI_PROXY_HANDLE_SET_EXTENSIONS))
+AC_SEARCH_LIBS(globus_gsi_proxy_handle_set_extensions, globus_gsi_proxy_core globus_gsi_proxy_core_$GLOBUS_FLAVOR_NAME, 
+               AC_DEFINE(HAVE_GLOBUS_GSI_PROXY_HANDLE_SET_EXTENSIONS))
 dnl
 dnl Check for OCSP
 dnl


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	2 Nov 2009 19:07:29 -0000	1.3
+++ .cvsignore	4 Dec 2009 21:45:21 -0000	1.4
@@ -1 +1 @@
-myproxy-4.9.tar.gz
+myproxy-5.0.tar.gz


Index: myproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/devel/myproxy.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- myproxy.spec	13 Nov 2009 21:47:31 -0000	1.8
+++ myproxy.spec	4 Dec 2009 21:45:22 -0000	1.9
@@ -7,21 +7,24 @@
 %endif
 
 Name:           myproxy
-Version:        4.9
-Release:        6%{?dist}
+Version:        5.0
+Release:        1%{?dist}
 Summary:        Manage X.509 Public Key Infrastructure (PKI) security credentials
 
 Group:          System Environment/Daemons
 License:        NCSA and BSD and ASL 2.0
 URL:            http://grid.ncsa.illinois.edu/myproxy/
-Source0:        http://www.globus.org/ftppub/myproxy/myproxy-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/cilogon/myproxy-%{version}.tar.gz
 Source1:        myproxy.init
 Source2:        myproxy.sysconfig
 Source3:        README.Fedora
+## https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=6897
+Patch0:         %{name}-globus-usage-location.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  globus-gss-assist-devel > 3
+BuildRequires:  globus-usage-devel
 BuildRequires:  pam-devel
 BuildRequires:  graphviz
 BuildRequires:  voms-devel >= 1.9.12.1
@@ -151,6 +154,7 @@ Package %{name}-doc contains the MyProxy
 
 %prep
 %setup -q
+%patch0 -p1
 cp -p %{SOURCE1} .
 cp -p %{SOURCE2} .
 cp -p %{SOURCE3} .
@@ -391,6 +395,12 @@ fi
 %{_libdir}/pkgconfig/myproxy.pc
 
 %changelog
+* Fri Dec 4 2009 Steve Traylen <steve.traylen at cern.ch> - 5.0-1
+- Add globus-globus-usage-location.patch
+  https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=6897
+- Addition of globus-usage-devel to BR.
+- New upstream 5.0
+- Upstream source hosting changed from globus to sourceforge.
 * Fri Nov 13 2009 Steve Traylen <steve.traylen at cern.ch> - 4.9-6
 - Add requires globus-gsi-cert-utils-progs for grid-proxy-info
   to myproxy-admin package rhbz#536927


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/myproxy/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	2 Nov 2009 19:07:29 -0000	1.3
+++ sources	4 Dec 2009 21:45:22 -0000	1.4
@@ -1 +1 @@
-05b5540ac141de40ac6d2b90b72a4877  myproxy-4.9.tar.gz
+056f24d00d090844bf851c488a036b28  myproxy-5.0.tar.gz




More information about the scm-commits mailing list