[collectd] Files are already UTF-8

Ruben Kerkhof ruben at fedoraproject.org
Tue Apr 30 17:16:51 UTC 2013


commit 4999d9bc7f6e80fba43219f86cb81b1cb34a7156
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date:   Sun Apr 28 14:18:42 2013 +0200

    Files are already UTF-8

 collectd.spec |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/collectd.spec b/collectd.spec
index 33ef2d0..3b7cf1c 100644
--- a/collectd.spec
+++ b/collectd.spec
@@ -313,12 +313,7 @@ sed -i.orig -e 's|-Werror||g' Makefile.in */Makefile.in
 %{__install} -d -m0755 %{buildroot}/%{_datadir}/collectd/collection3/
 %{__install} -d -m0755 %{buildroot}/%{_sysconfdir}/httpd/conf.d/
 
-
-# Convert docs to UTF-8
 find contrib/ -type f -exec %{__chmod} a-x {} \;
-for f in contrib/README ChangeLog ; do
-  mv $f $f.old; iconv -f iso-8859-1 -t utf-8 < $f.old > $f; rm $f.old
-done
 
 # Remove Perl hidden .packlist files.
 find %{buildroot} -name .packlist -exec rm {} \;


More information about the scm-commits mailing list