[dcap/el5] Remove encoding fixes

Mattias Ellert ellert at fedoraproject.org
Thu Jul 12 03:19:11 UTC 2012


commit 60a3d3a42061fc03e805da333c7fc4052b2b950f
Author: Mattias Ellert <mattias.ellert at fysast.uu.se>
Date:   Thu Jul 12 05:17:46 2012 +0200

    Remove encoding fixes

 dcap.spec |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/dcap.spec b/dcap.spec
index 8a9cb83..7251db3 100644
--- a/dcap.spec
+++ b/dcap.spec
@@ -1,6 +1,6 @@
 Name:		dcap
 Version:	2.47.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Client Tools for dCache
 
 Group:		Applications/Internet
@@ -91,11 +91,6 @@ This library is dynamically loaded at runtime.
 %setup -q
 %patch0 -p1
 
-for f in Copyright base64.c base64.h util.c ; do
-    iconv -f iso-8859-1 -t utf-8 plugins/gssapi/$f -o plugins/gssapi/$f.new
-    mv plugins/gssapi/$f.new plugins/gssapi/$f
-done
-
 sed 's!@@LIBDIR@@!%{_libdir}!' -i src/tunnelManager.c
 
 %build
@@ -171,6 +166,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/libtelnetTunnel.so
 
 %changelog
+* Thu Jul 12 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.47.6-2
+- Remove encoding fixes
+
 * Thu May 24 2012 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.47.6-1
 - New upstream release (EMI 2 release)
 - Drop patches dcap-aliasing.patch and dcap-libs.patch implemented upstream


More information about the scm-commits mailing list