rpms/linphone/devel linphone.spec,1.29,1.30

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Fri Mar 16 16:04:27 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/linphone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6127

Modified Files:
	linphone.spec 
Log Message:
Fix up encodings in Czech manpages


Index: linphone.spec
===================================================================
RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- linphone.spec	16 Mar 2007 14:01:53 -0000	1.29
+++ linphone.spec	16 Mar 2007 16:03:54 -0000	1.30
@@ -1,6 +1,6 @@
 Name:           linphone
 Version:        1.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Phone anywhere in the whole world by using the Internet
 
 Group:          Applications/Communications
@@ -67,6 +67,13 @@
 
 rm -r oRTP
 
+pushd share/cs
+for f in *.1
+do
+        /usr/bin/iconv --from-code iso-8859-2 --to-code utf-8 --output $f.new $f && sed -i -e 's/Encoding: ISO-8859-2/Encoding: UTF-8/' $f.new && mv $f.new $f
+done
+popd
+
 %build
 libtoolize --copy --force
 aclocal -I m4
@@ -136,6 +143,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Mar 16 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-4
+- Fix up encodings in Czech manpages
+
 * Fri Mar 16 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.0-3
 - Move autoheader after aclocal, fixes 232592
 




More information about the fedora-extras-commits mailing list