devel/linphone linphone-1.0.1-Werror.patch, NONE, 1.1 linphone-1.0.1-desktop.patch, NONE, 1.1 linphone.spec, 1.8, 1.9

Ignacio Vazquez-Abrams (ivazquez) fedora-extras-commits at redhat.com
Fri Apr 8 20:38:19 UTC 2005


Author: ivazquez

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

Modified Files:
	linphone.spec 
Added Files:
	linphone-1.0.1-Werror.patch linphone-1.0.1-desktop.patch 
Log Message:
It's not pretty, but it works...

linphone-1.0.1-Werror.patch:

--- NEW FILE linphone-1.0.1-Werror.patch ---
--- linphone-1.0.1/oRTP/configure.orig	2005-04-08 16:11:32.480520030 -0400
+++ linphone-1.0.1/oRTP/configure	2005-04-08 16:13:20.515559404 -0400
@@ -20712,10 +20712,6 @@
 		posixtimer_interval=20000
 fi
 
-if test "$GCC" = "yes" ; then
-	CFLAGS="$CFLAGS -Werror"
-fi
-
 
 cat >>confdefs.h <<_ACEOF
 #define POSIXTIMER_INTERVAL $posixtimer_interval

linphone-1.0.1-desktop.patch:

--- NEW FILE linphone-1.0.1-desktop.patch ---
--- linphone-1.0.1/share/linphone.desktop.term	2005-04-08 16:26:59.110190675 -0400
+++ linphone-1.0.1/share/linphone.desktop	2005-04-08 16:27:07.641592794 -0400
@@ -6,5 +6,5 @@
 Type=Application
 Exec=linphone
 Icon=linphone/linphone2.png
-Terminal=0
+Terminal=false
 Categories=Application;Network;


Index: linphone.spec
===================================================================
RCS file: /cvs/extras/devel/linphone/linphone.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- linphone.spec	24 Mar 2005 19:32:18 -0000	1.8
+++ linphone.spec	8 Apr 2005 20:38:17 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           linphone
 Version:        1.0.1
-Release:        1
+Release:        2
 Summary:        Phone anywhere in the whole world by using the Internet
 
 Group:          Applications/Communications
@@ -8,6 +8,8 @@
 URL:            http://www.linphone.org/?lang=us&rubrique=1
 Source0:        http://simon.morlat.free.fr/download/1.0.x/source/linphone-1.0.1.tar.gz
 Patch:         linphone-1.0.1-pkgconfig.patch
+Patch1:         linphone-1.0.1-Werror.patch
+Patch2:         linphone-1.0.1-desktop.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
@@ -57,6 +59,8 @@
 %prep
 %setup -q
 %patch -p 1 -b .pkgconfig
+%patch1 -p 1 -b .Werror
+%patch2 -p 1 -b .old
 
 %build
 %configure
@@ -125,6 +129,10 @@
 %{_libdir}/libortp.so
 
 %changelog
+* Fri Apr  8 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.1-2
+- Remove -Werror from configure for now
+- Fix .desktop file to have Terminal=false instead of 0
+
 * Thu Mar 24 2005 Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> 1.0.1-1
 - Upstream update
 - Separated ortp




More information about the fedora-extras-commits mailing list