rpms/dovecot/devel dovecot.spec,1.193,1.194

Michal Hlavinka mhlavink at fedoraproject.org
Tue Jun 29 13:44:21 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8070

Modified Files:
	dovecot.spec 
Log Message:
with dovecot 20100629 we don't need to fix encoding of doc anymore



Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -p -r1.193 -r1.194
--- dovecot.spec	29 Jun 2010 10:12:49 -0000	1.193
+++ dovecot.spec	29 Jun 2010 13:44:21 -0000	1.194
@@ -196,16 +196,6 @@ install -p -m 644 doc/dovecot-openssl.cn
 
 install -p -m755 doc/mkcert.sh $RPM_BUILD_ROOT%{_libexecdir}/%{name}/mkcert.sh
 
-# fix encoding
-pushd docinstall
-for fe in auth-protocol.txt
-do
-  iconv -f iso-8859-1 -t utf-8 <$fe >$fe.new
-  touch -r $fe $fe.new
-  mv -f $fe.new $fe
-done
-popd
-
 mkdir -p $RPM_BUILD_ROOT/var/lib/dovecot
 
 #remove the libtool archives



More information about the scm-commits mailing list