[globus-gsi-sysconfig/el5: 6/6] Remove obsolete workaround for broken RHEL 5 epstopdf

Mattias Ellert ellert at fedoraproject.org
Thu Nov 7 13:47:28 UTC 2013


commit 6d019261e5bc273e6c8de8a82036cfdd71b09b70
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Nov 7 14:46:42 2013 +0100

    Remove obsolete workaround for broken RHEL 5 epstopdf

 .gitignore                |    1 -
 globus-gsi-sysconfig.spec |   21 ++++-----------------
 sources                   |    1 -
 3 files changed, 4 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 943fe53..f6a3a77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/epstopdf-2.9.5gw
 /*.tar.gz
diff --git a/globus-gsi-sysconfig.spec b/globus-gsi-sysconfig.spec
index 04e3ca2..817dfee 100644
--- a/globus-gsi-sysconfig.spec
+++ b/globus-gsi-sysconfig.spec
@@ -9,7 +9,7 @@
 Name:		globus-gsi-sysconfig
 %global _name %(tr - _ <<< %{name})
 Version:	5.3
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Globus Toolkit - Globus GSI System Config Library
 
 Group:		System Environment/Libraries
@@ -18,9 +18,6 @@ URL:		http://www.globus.org/
 Source:		http://www.globus.org/ftppub/gt5/5.2/5.2.2/packages/src/%{_name}-%{version}.tar.gz
 #		README file
 Source8:	GLOBUS-GSIC
-#		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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	globus-common%{?_isa} >= 14
@@ -100,16 +97,7 @@ Globus GSI System Config Library Documentation Files
 %prep
 %setup -q -n %{_name}-%{version}
 
-%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
@@ -130,10 +118,6 @@ sed 's!CC -shared !CC \${wl}--as-needed -shared !g' -i libtool
 make %{?_smp_mflags}
 
 %install
-%if "%{rhel}" == "5"
-export PATH=$PWD/bin:$PATH
-%endif
-
 rm -rf %{buildroot}
 make install DESTDIR=%{buildroot}
 
@@ -177,6 +161,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Fri Oct 25 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 5.3-7
+- Remove obsolete workaround for broken RHEL 5 epstopdf
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.3-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 69d5a45..2331405 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
 8f6da8d8837c6217053e4e488261b58d  globus_gsi_sysconfig-5.3.tar.gz


More information about the scm-commits mailing list