summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-28 14:18:42 +0200
committerRuben Kerkhof <ruben@rubenkerkhof.com>2013-04-28 14:18:42 +0200
commit4999d9bc7f6e80fba43219f86cb81b1cb34a7156 (patch)
treeadcae58cdf0fd2d9ea054343d8985481b74443a6
parent6f6f15762a13622717d1669e0835aaa707c55376 (diff)
downloadcollectd-4999d9bc7f6e80fba43219f86cb81b1cb34a7156.tar.gz
collectd-4999d9bc7f6e80fba43219f86cb81b1cb34a7156.tar.xz
collectd-4999d9bc7f6e80fba43219f86cb81b1cb34a7156.zip
Files are already UTF-8
-rw-r--r--collectd.spec5
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 {} \;