[globus-gsi-callback/el5] Update to Globus Toolkit 5.2.3

Mattias Ellert ellert at fedoraproject.org
Thu Dec 20 12:51:27 UTC 2012


commit acee2b668a088850b77599fee3a4725737d0146c
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Fri Dec 14 16:55:59 2012 +0100

    Update to Globus Toolkit 5.2.3

 globus-gsi-callback.spec |   37 ++++++++++++++++++++++++++-----------
 sources                  |    2 +-
 2 files changed, 27 insertions(+), 12 deletions(-)
---
diff --git a/globus-gsi-callback.spec b/globus-gsi-callback.spec
index 88fd0f2..5804ccc 100644
--- a/globus-gsi-callback.spec
+++ b/globus-gsi-callback.spec
@@ -6,14 +6,14 @@
 
 Name:		globus-gsi-callback
 %global _name %(tr - _ <<< %{name})
-Version:	4.3
+Version:	4.4
 Release:	1%{?dist}
 Summary:	Globus Toolkit - Globus GSI Callback Library
 
 Group:		System Environment/Libraries
 License:	ASL 2.0
 URL:		http://www.globus.org/
-Source:		http://www.globus.org/ftppub/gt5/5.2/5.2.2/packages/src/%{_name}-%{version}.tar.gz
+Source:		http://www.globus.org/ftppub/gt5/5.2/5.2.3/packages/src/%{_name}-%{version}.tar.gz
 #		README file
 Source8:	GLOBUS-GSIC
 #		This is a workaround for the broken epstopdf script in RHEL5
@@ -46,6 +46,19 @@ BuildRequires:	tex(latex)
 %else
 BuildRequires:	tetex-latex
 %endif
+%if %{?fedora}%{!?fedora:0} >= 18 || %{?rhel}%{!?rhel:0} >= 7
+BuildRequires:	tex(fullpage.sty)
+BuildRequires:	tex(multirow.sty)
+BuildRequires:	tex(sectsty.sty)
+BuildRequires:	tex(tocloft.sty)
+BuildRequires:	tex(xtab.sty)
+BuildRequires:	tex-ec
+BuildRequires:	tex-courier
+BuildRequires:	tex-helvetic
+BuildRequires:	tex-times
+BuildRequires:	tex-symbol
+BuildRequires:	tex-rsfs
+%endif
 
 %package devel
 Summary:	Globus Toolkit - Globus GSI Callback Library Development Files
@@ -132,13 +145,13 @@ make %{?_smp_mflags}
 export PATH=$PWD/bin:$PATH
 %endif
 
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 
-GLOBUSPACKAGEDIR=$RPM_BUILD_ROOT%{_datadir}/globus/packages
+GLOBUSPACKAGEDIR=%{buildroot}%{_datadir}/globus/packages
 
 # Remove libtool archives (.la files)
-find $RPM_BUILD_ROOT%{_libdir} -name 'lib*.la' -exec rm -v '{}' \;
+find %{buildroot}%{_libdir} -name 'lib*.la' -exec rm -v '{}' \;
 sed '/lib.*\.la$/d' -i $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_dev.filelist
 
 # Move license file to main package
@@ -147,17 +160,16 @@ grep GLOBUS_LICENSE $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
 sed /GLOBUS_LICENSE/d -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 
 # Remove unwanted documentation (needed for RHEL4)
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/*_%{_name}-%{version}_*.3
+rm -f %{buildroot}%{_mandir}/man3/*_%{_name}-%{version}_*.3
 sed -e '/_%{_name}-%{version}_.*\.3/d' \
   -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 
 # Remove deprecated.3 man page (too common name)
-rm -f $RPM_BUILD_ROOT%{_mandir}/man3/deprecated.3
+rm -f %{buildroot}%{_mandir}/man3/deprecated.3
 sed -e '/deprecated\.3/d' -i $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist
 
 # Install README file
-install -m 644 -p %{SOURCE8} \
-  $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/README
+install -m 644 -p %{SOURCE8} %{buildroot}%{_docdir}/%{name}-%{version}/README
 
 # Generate package filelists
 cat $GLOBUSPACKAGEDIR/%{_name}/%{flavor}_rtl.filelist \
@@ -168,7 +180,7 @@ cat $GLOBUSPACKAGEDIR/%{_name}/noflavor_doc.filelist \
   | sed -e 's!/man/.*!&*!' -e 's!^!%doc %{_prefix}!' > package-doc.filelist
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -188,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_docdir}/%{name}-%{version}/html
 
 %changelog
+* Thu Dec 06 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 4.4-1
+- Update to Globus Toolkit 5.2.3
+
 * Sun Jul 22 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 4.3-1
 - Update to Globus Toolkit 5.2.2
 
diff --git a/sources b/sources
index 42791ca..e46a800 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
-b62e599f7bfc12464822be0941c564f2  globus_gsi_callback-4.3.tar.gz
+72f9fdc24ec7642f4766d70c2c184b23  globus_gsi_callback-4.4.tar.gz


More information about the scm-commits mailing list