rpms/linphone/FC-6 linphone.spec,1.25,1.26

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


Author: jcollie

Update of /cvs/extras/rpms/linphone/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6194

Modified Files:
	linphone.spec 
Log Message:
Backport fixes from devel.


Index: linphone.spec
===================================================================
RCS file: /cvs/extras/rpms/linphone/FC-6/linphone.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- linphone.spec	23 Nov 2006 04:14:30 -0000	1.25
+++ linphone.spec	16 Mar 2007 16:05:52 -0000	1.26
@@ -1,6 +1,6 @@
 Name:           linphone
 Version:        1.5.1
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Phone anywhere in the whole world by using the Internet
 
 Group:          Applications/Communications
@@ -9,7 +9,7 @@
 Source0:        http://download.savannah.nongnu.org/releases/linphone/1.5.x/source/%{name}-%{version}.tar.gz
 Patch:          linphone-1.0.1-desktop.patch
 Patch1:         linphone-1.4.1-libs.patch
-Patch2:		linphone-1.5.1-osipcompat.patch
+Patch2:         linphone-1.5.1-osipcompat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  compat-libosip2-devel
@@ -67,18 +67,25 @@
 
 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
-autoheader
 aclocal -I m4
+autoheader
 automake --force-missing --add-missing --copy
 autoconf
 rm -rf config.cache
 
 pushd mediastreamer2
 libtoolize --copy --force
-autoheader
 aclocal
+autoheader
 automake --force-missing --add-missing --copy
 autoconf
 popd
@@ -136,6 +143,12 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Mar 16 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.5.1-4
+- Fixup encoding in Czech manpages
+
+* Fri Mar 16 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.5.1-3
+- Change order of autoheader/aclocal
+
 * Wed Nov 22 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.5.1-2
 - Mark translated man pages with lang macro
 




More information about the fedora-extras-commits mailing list