rpms/globus-xio/devel globus-xio-bad-age.patch, NONE, 1.1 globus-xio-doxygen.patch, NONE, 1.1 globus-xio-type-punned-pointer.patch, NONE, 1.1 globus-xio.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mattias Ellert ellert at fedoraproject.org
Wed Apr 22 09:27:52 UTC 2009


Author: ellert

Update of /cvs/pkgs/rpms/globus-xio/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3208/devel

Modified Files:
	.cvsignore sources 
Added Files:
	globus-xio-bad-age.patch globus-xio-doxygen.patch 
	globus-xio-type-punned-pointer.patch globus-xio.spec 
	import.log 
Log Message:
* Mon Apr 20 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-2
- Put GLOBUS_LICENSE file in extracted source tarball


globus-xio-bad-age.patch:

--- NEW FILE globus-xio-bad-age.patch ---
diff -ur globus_xio-2.7.orig/pkgdata/pkg_data_src.gpt.in globus_xio-2.7/pkgdata/pkg_data_src.gpt.in
--- globus_xio-2.7.orig/pkgdata/pkg_data_src.gpt.in	2008-04-30 20:25:28.000000000 +0200
+++ globus_xio-2.7/pkgdata/pkg_data_src.gpt.in	2008-07-14 22:53:51.000000000 +0200
@@ -3,7 +3,7 @@
 
 <gpt_package_metadata Format_Version="0.02" Name="globus_xio" >
 
-  <Aging_Version Age="5" Major="2" Minor="7" />
+  <Aging_Version Age="2" Major="2" Minor="7" />
   <Description >Globus XIO Framework</Description>
   <Functional_Group >Communication</Functional_Group>
   <Version_Stability Release="Experimental" Dirt="@DIRT_TIMESTAMP at -@DIRT_BRANCH_ID@" />

globus-xio-doxygen.patch:

--- NEW FILE globus-xio-doxygen.patch ---
diff -ur globus_xio-2.7.orig/builtins/http/globus_xio_http.h globus_xio-2.7/builtins/http/globus_xio_http.h
--- globus_xio-2.7.orig/builtins/http/globus_xio_http.h	2008-04-30 20:25:27.000000000 +0200
+++ globus_xio-2.7/builtins/http/globus_xio_http.h	2009-04-05 13:11:47.000000000 +0200
@@ -403,7 +403,7 @@
      */
     /* int *                            status_code,
        char **                          reason_phrase,
-       globus_xio_http_version_t *      version,
+       globus_xio_http_version_t *      http_version,
        globus_hashtable_t *             headers */
     GLOBUS_XIO_HTTP_GET_RESPONSE
 
@@ -445,8 +445,7 @@
  * @ingroup http_driver
  * Valid HTTP versions, used with the
  * #GLOBUS_XIO_HTTP_ATTR_SET_REQUEST_HTTP_VERSION attribute and the
- * #GLOBUS_XIO_HTTP_HANDLE_SET_RESPONSE_HTTP_VERSION, and
- * #GLOBUS_XIO_HTTP_HANDLE_GET_REQUEST_HTTP_VERSION handle controls.
+ * #GLOBUS_XIO_HTTP_HANDLE_SET_RESPONSE_HTTP_VERSION handle control.
  */
 typedef enum
 {
diff -ur globus_xio-2.7.orig/builtins/mode_e/globus_xio_mode_e_driver.h globus_xio-2.7/builtins/mode_e/globus_xio_mode_e_driver.h
--- globus_xio-2.7.orig/builtins/mode_e/globus_xio_mode_e_driver.h	2006-04-21 21:10:39.000000000 +0200
+++ globus_xio-2.7/builtins/mode_e/globus_xio_mode_e_driver.h	2009-04-05 13:05:14.000000000 +0200
@@ -83,6 +83,7 @@
  * @defgroup mode_e_driver_envs Env Variables
  * @ingroup mode_e_driver
  *
+ * The mode_e driver uses the following environment variable
  * - GLOBUS_XIO_MODE_E_DEBUG Available if using a debug build.  See 
  * globus_debug.h for format.  
  */
@@ -176,7 +177,7 @@
      * @param num_streams
      *      Specifies the number of streams to use.
      */
-    /* int					max_connection_count */
+    /* int					num_streams */
     GLOBUS_XIO_MODE_E_SET_NUM_STREAMS,
 
     /** GlobusVarArgEnum(attr)
@@ -186,7 +187,7 @@
      * @param num_streams_out
      *      The stream count will be stored here.
      */
-    /* int *					max_connection_count_out */
+    /* int *					num_streams_out */
     GLOBUS_XIO_MODE_E_GET_NUM_STREAMS,
 
     /** GlobusVarArgEnum(attr)
@@ -218,10 +219,9 @@
      * a data_desc or the driver has to calculate the EODC
      * @ingroup mode_e_driver_cntls
      *
-     * @param eof
-     *      GLOBUS_TRUE to send EOF (default), GLOBUS_FALSE to not send EOF.
-     * @param eod_count
-     *      Specifies the number of EODs that must be received by the server.
+     * @param manual_eodc
+     *      GLOBUS_TRUE to set EODC manually, GLOBUS_FALSE to not set EODC
+     * manually (default).
      */
     /* globus_bool_t				manual_eodc */
     GLOBUS_XIO_MODE_E_SET_MANUAL_EODC,
@@ -230,7 +230,7 @@
      * Get MANUAL_EODC flag on the attr.
      * @ingroup mode_e_driver_cntls
      *
-     * @param eof_out
+     * @param manual_eodc_out
      *      The MANUAL_EODC flag will be stored here.
      */
     /* globus_bool_t *				manual_eodc_out */
@@ -292,7 +292,7 @@
      *      The stack will be stored here. If none is set, GLOBUS_NULL will be
      *      set.
      */
-    /* globus_xio_attr_t *         attr_out */
+    /* globus_xio_attr_t *         stack_out */
 
     GLOBUS_XIO_MODE_E_GET_STACK_ATTR
 
diff -ur globus_xio-2.7.orig/builtins/ordering/globus_xio_ordering_driver.h globus_xio-2.7/builtins/ordering/globus_xio_ordering_driver.h
--- globus_xio-2.7.orig/builtins/ordering/globus_xio_ordering_driver.h	2006-08-22 16:00:30.000000000 +0200
+++ globus_xio-2.7/builtins/ordering/globus_xio_ordering_driver.h	2009-04-05 13:05:02.000000000 +0200
@@ -62,6 +62,7 @@
  * @defgroup ordering_driver_envs Env Variables
  * @ingroup ordering_driver
  *
+ * The ordering driver uses the following environment variable
  * - GLOBUS_XIO_ORDERING_DEBUG Available if using a debug build.  See
  * globus_debug.h for format.
  */
diff -ur globus_xio-2.7.orig/configure.in globus_xio-2.7/configure.in
--- globus_xio-2.7.orig/configure.in	2008-10-03 07:13:03.000000000 +0200
+++ globus_xio-2.7/configure.in	2009-04-05 13:11:47.000000000 +0200
@@ -55,7 +55,7 @@
 CFLAGS="$CFLAGS -DGLOBUS_BUILTIN"
 LAC_DOXYGEN("../ $XIO_BUILTIN_DOXY_DIRS", 
             "*.doc", 
-            "$GLOBUS_LOCATION/sbin/globus-vararg-enums-doxygen-filter.pl")
+            "${GLOBUS_LOCATION:-/usr}/sbin/globus-vararg-enums-doxygen-filter.pl")
 
 AM_CONFIG_HEADER(config.h)
 AC_CHECK_FUNCS(sysconf)
diff -ur globus_xio-2.7.orig/configure.in.in globus_xio-2.7/configure.in.in
--- globus_xio-2.7.orig/configure.in.in	2004-06-01 18:09:16.000000000 +0200
+++ globus_xio-2.7/configure.in.in	2009-04-05 13:11:47.000000000 +0200
@@ -55,7 +55,7 @@
 CFLAGS="$CFLAGS -DGLOBUS_BUILTIN"
 LAC_DOXYGEN("../ $XIO_BUILTIN_DOXY_DIRS", 
             "*.doc", 
-            "$GLOBUS_LOCATION/sbin/globus-vararg-enums-doxygen-filter.pl")
+            "${GLOBUS_LOCATION:-/usr}/sbin/globus-vararg-enums-doxygen-filter.pl")
 
 AM_CONFIG_HEADER(config.h)
 AC_CHECK_FUNCS(sysconf)
diff -ur globus_xio-2.7.orig/globus_xio_driver.h globus_xio-2.7/globus_xio_driver.h
--- globus_xio-2.7.orig/globus_xio_driver.h	2008-01-19 01:02:21.000000000 +0100
+++ globus_xio-2.7/globus_xio_driver.h	2009-04-05 13:11:47.000000000 +0200
@@ -1396,11 +1396,11 @@
  *  many available parsing functions but the developer is free to right their own
  *  if the provided ones are not sufficient.  Sample parsing functions follow:
  *
- *  - @ref globus_i_xio_attr_string_single_bool
- *  - @ref globus_i_xio_attr_string_single_float
- *  - @ref globus_i_xio_attr_string_single_int
- *  - @ref globus_i_xio_attr_string_single_string
- *  - @ref globus_i_xio_attr_string_dual_positive_int
+ *  - @ref globus_xio_string_cntl_bool
+ *  - @ref globus_xio_string_cntl_float
+ *  - @ref globus_xio_string_cntl_int
+ *  - @ref globus_xio_string_cntl_string
+ *  - @ref globus_xio_string_cntl_int_int
  *
  */
 /**
diff -ur globus_xio-2.7.orig/globus_xio.h globus_xio-2.7/globus_xio.h
--- globus_xio-2.7.orig/globus_xio.h	2008-02-14 08:04:07.000000000 +0100
+++ globus_xio-2.7/globus_xio.h	2009-04-05 13:11:47.000000000 +0200
@@ -118,7 +118,7 @@
  */
 
 /**
- * @addtongroup GLOBUS_XIO_API_ASSIST
+ * @addtogroup GLOBUS_XIO_API_ASSIST
  *
  *  \par Timeouts
  *  A user can set a timeout value for any io operation.  Each IO 
diff -ur globus_xio-2.7.orig/globus_xio_types.h globus_xio-2.7/globus_xio_types.h
--- globus_xio-2.7.orig/globus_xio_types.h	2008-03-12 20:01:11.000000000 +0100
+++ globus_xio-2.7/globus_xio_types.h	2009-04-05 13:11:47.000000000 +0200
@@ -189,6 +189,7 @@
      * @param config_string
      *      The driver specific paramter string.
      */
+    /* char *                           config_string */
     GLOBUS_XIO_SET_STRING_OPTIONS
     
 } globus_xio_handle_cmd_t;

globus-xio-type-punned-pointer.patch:

--- NEW FILE globus-xio-type-punned-pointer.patch ---
diff -ur globus_xio-2.7.orig/builtins/mode_e/globus_xio_mode_e_driver.c globus_xio-2.7/builtins/mode_e/globus_xio_mode_e_driver.c
--- globus_xio-2.7.orig/builtins/mode_e/globus_xio_mode_e_driver.c	2006-07-25 18:30:34.000000000 +0200
+++ globus_xio-2.7/builtins/mode_e/globus_xio_mode_e_driver.c	2008-12-31 14:50:21.000000000 +0100
@@ -526,7 +526,7 @@
     memset(handle, 0, sizeof(globus_l_xio_mode_e_handle_t));
     if (!attr)
     {
-        result = globus_l_xio_mode_e_attr_init((void**)&handle->attr); 
+        result = globus_l_xio_mode_e_attr_init((void**)(void*)&handle->attr); 
         if (result != GLOBUS_SUCCESS)
         {
             result = GlobusXIOErrorWrapFailed(
@@ -537,7 +537,7 @@
     else
     {
         result = globus_l_xio_mode_e_attr_copy(
-                                (void**)&handle->attr, (void*)attr);
+                                (void**)(void*)&handle->attr, (void*)attr);
         if (result != GLOBUS_SUCCESS)
         {
             result = GlobusXIOErrorWrapFailed(
diff -ur globus_xio-2.7.orig/builtins/ordering/globus_xio_ordering_driver.c globus_xio-2.7/builtins/ordering/globus_xio_ordering_driver.c
--- globus_xio-2.7.orig/builtins/ordering/globus_xio_ordering_driver.c	2008-09-26 08:04:52.000000000 +0200
+++ globus_xio-2.7/builtins/ordering/globus_xio_ordering_driver.c	2008-12-31 14:59:58.000000000 +0100
@@ -367,12 +367,12 @@
     }
     if (!attr)
     {
-       result = globus_l_xio_ordering_attr_init((void**)&handle->attr); 
+        result = globus_l_xio_ordering_attr_init((void**)(void*)&handle->attr);
     }
     else
     {
         result = globus_l_xio_ordering_attr_copy(
-                                (void**)&handle->attr, (void*)attr);
+                                (void**)(void*)&handle->attr, (void*)attr);
     }
     if (result != GLOBUS_SUCCESS)
     {
diff -ur globus_xio-2.7.orig/builtins/tcp/globus_xio_tcp_driver.c globus_xio-2.7/builtins/tcp/globus_xio_tcp_driver.c
--- globus_xio-2.7.orig/builtins/tcp/globus_xio_tcp_driver.c	2008-09-18 08:17:07.000000000 +0200
+++ globus_xio-2.7/builtins/tcp/globus_xio_tcp_driver.c	2008-12-31 14:55:17.000000000 +0100
@@ -2028,7 +2028,7 @@
     }
     
     result = globus_l_xio_tcp_attr_copy(
-        (void **) &connect_info->attr, (void *) attr);
+        (void **) (void *) &connect_info->attr, (void *) attr);
     if(result != GLOBUS_SUCCESS)
     {
         result = GlobusXIOErrorWrapFailed(
diff -ur globus_xio-2.7.orig/builtins/telnet/globus_xio_telnet.c globus_xio-2.7/builtins/telnet/globus_xio_telnet.c
--- globus_xio-2.7.orig/builtins/telnet/globus_xio_telnet.c	2007-08-08 00:50:29.000000000 +0200
+++ globus_xio-2.7/builtins/telnet/globus_xio_telnet.c	2008-12-31 14:48:06.000000000 +0100
@@ -455,7 +455,7 @@
         return GLOBUS_SUCCESS;
     }
 
-    res = globus_l_xio_telnet_attr_init((void **) &dest_attr);
+    res = globus_l_xio_telnet_attr_init((void **) (void *) &dest_attr);
     if(res == GLOBUS_SUCCESS)
     {
         src_attr = (globus_l_xio_telnet_attr_t *) src_driver_attr;
@@ -525,7 +525,7 @@
     globus_l_xio_telnet_attr_t *        attr;
     GlobusXIOName(globus_l_xio_telnet_server_init);
 
-    res = globus_l_xio_telnet_attr_copy((void **)&attr, driver_attr);
+    res = globus_l_xio_telnet_attr_copy((void **) (void *) &attr, driver_attr);
     if(res != GLOBUS_SUCCESS)
     {
         goto error;
@@ -560,7 +560,7 @@
     globus_l_xio_telnet_attr_t *        attr;
     GlobusXIOName(globus_l_xio_telnet_accept);
    
-    res = globus_l_xio_telnet_attr_copy((void **)&attr, driver_server);
+    res = globus_l_xio_telnet_attr_copy((void **) (void *) &attr, driver_server);
     if(res != GLOBUS_SUCCESS)
     {
         goto error;


--- NEW FILE globus-xio.spec ---
%ifarch alpha ia64 ppc64 s390x sparc64 x86_64
%global flavor gcc64pthr
%else
%global flavor gcc32pthr
%endif

Name:		globus-xio
%global _name %(tr - _ <<< %{name})
Version:	2.7
Release:	2%{?dist}
Summary:	Globus Toolkit - Globus XIO Framework

Group:		System Environment/Libraries
License:	ASL 2.0
URL:		http://www.globus.org/
#		Source is extracted from the globus toolkit installer:
#		wget -N http://www-unix.globus.org/ftppub/gt4/4.2.1/installers/src/gt4.2.1-all-source-installer.tar.bz2
#		tar -jxf gt4.2.1-all-source-installer.tar.bz2
#		mv gt4.2.1-all-source-installer/source-trees/xio/src globus_xio-2.7
#		cp -p gt4.2.1-all-source-installer/source-trees/core/source/GLOBUS_LICENSE globus_xio-2.7
#		tar -zcf globus_xio-2.7.tar.gz globus_xio-2.7
Source:		%{_name}-%{version}.tar.gz
#		This is a workaround for the broken epstopdf script in RHEL5
#		See: https://bugzilla.redhat.com/show_bug.cgi?id=450388
Source9:	epstopdf-2.9.5gw
#		Remove some doxygen warnings:
#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6585
Patch0:		%{name}-doxygen.patch
#		Bad version information:
#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6584
Patch1:		%{name}-bad-age.patch
#		Dereferencing of type-punned pointers:
#		http://bugzilla.globus.org/bugzilla/show_bug.cgi?id=6605
Patch2:		%{name}-type-punned-pointer.patch
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:	globus-common
BuildRequires:	grid-packaging-tools
BuildRequires:	globus-common-devel >= 4
BuildRequires:	globus-core >= 4
BuildRequires:	doxygen
%if %{?fedora}%{!?fedora:0} >= 3
BuildRequires:	graphviz
BuildRequires:	ghostscript
%else
%if %{?rhel}%{!?rhel:0} >= 5
BuildRequires:	graphviz
BuildRequires:	ghostscript
%if "%{?rhel}" == "5"
BuildRequires:	graphviz-gd
%endif
%endif
%endif
%if %{?fedora}%{!?fedora:0} >= 9
BuildRequires:	tex(latex)
%else
%if %{?rhel}%{!?rhel:0} >= 6
BuildRequires:	tex(latex)
%else
BuildRequires:	tetex-latex
%endif
%endif

%package devel
Summary:	Globus Toolkit - Globus XIO Framework Development Files
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}
Requires:	globus-common-devel >= 4
Requires:	globus-core >= 4

%package doc
Summary:	Globus Toolkit - Globus XIO Framework Documentation Files
Group:		Documentation
Requires:	%{name} = %{version}-%{release}

%description
The Globus Toolkit is an open source software toolkit used for building Grid
systems and applications. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and companies are
using the Globus Toolkit to unlock the potential of grids for their cause.

The %{name} package contains:
Globus XIO Framework

%description devel
The Globus Toolkit is an open source software toolkit used for building Grid
systems and applications. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and companies are
using the Globus Toolkit to unlock the potential of grids for their cause.

The %{name}-devel package contains:
Globus XIO Framework Development Files

%description doc
The Globus Toolkit is an open source software toolkit used for building Grid
systems and applications. It is being developed by the Globus Alliance and
many others all over the world. A growing number of projects and companies are
using the Globus Toolkit to unlock the potential of grids for their cause.

The %{name}-doc package contains:
Globus XIO Framework Documentation Files

%prep
%setup -q -n %{_name}-%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1

%if "%{rhel}" == "5"
mkdir bin
install %{SOURCE9} bin/epstopdf
%endif

%build
%if "%{rhel}" == "5"
export PATH=$PWD/bin:$PATH
%endif

# Remove files that should be replaced during bootstrap
rm -f doxygen/Doxyfile*
rm -f doxygen/Makefile.am
rm -f pkgdata/Makefile.am
rm -f globus_automake*
rm -rf autom4te.cache

# Remove flavor tags
for f in `find . -name Makefile.am` ; do
  sed -e 's!^flavorinclude_HEADERS!include_HEADERS!' \
      -e 's!\(lib[a-zA-Z_]*\)_$(GLOBUS_FLAVOR_NAME)\.la!\1.la!g' \
      -e 's!^\(lib[a-zA-Z_]*\)___GLOBUS_FLAVOR_NAME__la_!\1_la_!' -i $f
done
sed -e "s!<With_Flavors!<With_Flavors ColocateLibraries=\"no\"!" \
  -i pkgdata/pkg_data_src.gpt.in
sed -e 's!\(lib[a-zA-Z_${}]*\)_${GLOBUS_FLAVOR_NAME}\.la!\1.la!g' \
  -i configure.in

%{_datadir}/globus/globus-bootstrap.sh

%configure --with-flavor=%{flavor} --enable-doxygen

make %{?_smp_mflags}

%install
%if "%{rhel}" == "5"
export PATH=$PWD/bin:$PATH
%endif

rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

# Remove libtool archives (.la files)
find $RPM_BUILD_ROOT%{_libdir} -name 'lib*.la' -exec rm -v '{}' \;
sed '/lib.*\.la$/d' \
  -i $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/%{flavor}_rtl.filelist

# Remove static libraries (.a files)
find $RPM_BUILD_ROOT%{_libdir} -name 'lib*.a' -exec rm -v '{}' \;
sed '/lib.*\.a$/d' \
  -i $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/%{flavor}_dev.filelist

# Generate pkg-config file from GPT metadata
mkdir -p $RPM_BUILD_ROOT%{_libdir}/pkgconfig
%{_datadir}/globus/globus-gpt2pkg-config pkgdata/pkg_data_%{flavor}_dev.gpt > \
  $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}.pc

# Move documentation to default RPM location
mv $RPM_BUILD_ROOT%{_docdir}/%{_name} \
  $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
sed s!doc/%{_name}!doc/%{name}-%{version}! \
  -i $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/noflavor_doc.filelist

# Fix doxygen glitches
for f in $RPM_BUILD_ROOT%{_mandir}/man3/globus_xio_driver.3 \
	 $RPM_BUILD_ROOT%{_mandir}/man3/GLOBUS_XIO_API_ASSIST.3 ; do
  sed 's/P\.RS/P\n.RS/' -i $f
done

# Remove unwanted documentation
rm -f $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3
rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*_%{_name}-%{version}_*.3
sed -e '/deprecated\.3/d' \
    -e '/_%{_name}-%{version}_.*\.3/d' \
  -i $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/noflavor_doc.filelist

# Install license file
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
install -m 644 -p GLOBUS_LICENSE $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}

# Generate package filelists
cat $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/%{flavor}_rtl.filelist \
  | sed s!^!%{_prefix}! > package.filelist
cat $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/%{flavor}_dev.filelist \
  | sed s!^!%{_prefix}! > package-devel.filelist
cat $RPM_BUILD_ROOT%{_datadir}/globus/packages/%{_name}/noflavor_doc.filelist \
  | sed -e 's!/man/.*!&*!' -e 's!^!%doc %{_prefix}!' > package-doc.filelist

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f package.filelist
%defattr(-,root,root,-)
%dir %{_datadir}/globus/packages/%{_name}
%dir %{_docdir}/%{name}-%{version}
%doc %{_docdir}/%{name}-%{version}/GLOBUS_LICENSE

%files -f package-devel.filelist devel
%defattr(-,root,root,-)
%{_libdir}/pkgconfig/%{name}.pc

%files -f package-doc.filelist doc
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}-%{version}/html

%changelog
* Mon Apr 20 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-2
- Put GLOBUS_LICENSE file in extracted source tarball

* Thu Apr 16 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-1
- Make comment about source retrieval more explicit
- Change defines to globals
- Remove explicit requires on library packages

* Sun Mar 15 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-0.5
- Adapting to updated globus-core package

* Thu Feb 26 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-0.4
- Add s390x to the list of 64 bit platforms

* Thu Jan  1 2009 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-0.3
- Adapt to updated GPT package

* Mon Oct 20 2008 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-0.2
- Update to Globus Toolkit 4.2.1

* Mon Jul 14 2008 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.7-0.1
- Autogenerated


--- NEW FILE import.log ---
globus-xio-2_7-2_fc9:HEAD:globus-xio-2.7-2.fc9.src.rpm:1240392400


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Apr 2009 19:43:44 -0000	1.1
+++ .cvsignore	22 Apr 2009 09:27:49 -0000	1.2
@@ -0,0 +1,2 @@
+epstopdf-2.9.5gw
+globus_xio-2.7.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/globus-xio/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Apr 2009 19:43:44 -0000	1.1
+++ sources	22 Apr 2009 09:27:50 -0000	1.2
@@ -0,0 +1,2 @@
+44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
+fd1405eac3f3314dfd8f23359d1413c8  globus_xio-2.7.tar.gz




More information about the fedora-extras-commits mailing list