[globus-gsi-proxy-ssl/el5: 7/7] Remove obsolete workaround for broken RHEL 5 epstopdf

Mattias Ellert ellert at fedoraproject.org
Wed Nov 6 21:58:54 UTC 2013


commit 5c8a1be742c6af478241369367e7e8fe56068c5f
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Wed Nov 6 22:57:59 2013 +0100

    Remove obsolete workaround for broken RHEL 5 epstopdf

 .gitignore                |    1 -
 globus-gsi-proxy-ssl.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-proxy-ssl.spec b/globus-gsi-proxy-ssl.spec
index 25910ee..2c3af98 100644
--- a/globus-gsi-proxy-ssl.spec
+++ b/globus-gsi-proxy-ssl.spec
@@ -9,7 +9,7 @@
 Name:		globus-gsi-proxy-ssl
 %global _name %(tr - _ <<< %{name})
 Version:	4.1
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Globus Toolkit - Globus GSI Proxy SSL 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.0/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
@@ -93,16 +90,7 @@ Globus GSI Proxy SSL 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
@@ -123,10 +111,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}
 
@@ -170,6 +154,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Fri Oct 25 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 4.1-9
+- Remove obsolete workaround for broken RHEL 5 epstopdf
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.1-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5529aae..b5c51cf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-44ec158f5ca5f60310cca74a3aaaea2b  epstopdf-2.9.5gw
 789454ca14fe8a97f45f104851e863c8  globus_gsi_proxy_ssl-4.1.tar.gz


More information about the scm-commits mailing list