Name: linphone Version: 1.2.0 Release: 2%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications License: GPL URL: http://www.linphone.org/?lang=us&rubrique=1 Source0: http://simon.morlat.free.fr/download/1.2.x/source/%{name}-%{version}.tar.gz Patch: linphone-1.0.1-desktop.patch Patch1: linphone-1.2.0-ortp.patch Patch2: linphone-1.1.0-Werror.patch Patch3: linphone-1.2.0-maxrtp.patch Patch4: linphone-1.2.0-gtkentry.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel BuildRequires: libosip2-devel speex-devel gettext desktop-file-utils BuildRequires: ortp-devel >= 0.7.1 %description Linphone is mostly sip compliant. It works successfully with these implementations: * eStara softphone (commercial software for windows) * Pingtel phones (with DNS enabled and VLAN QOS support disabled). * Hotsip, a free of charge phone for Windows. * Vocal, an open source SIP stack from Vovida that includes a SIP proxy that works with linphone since version 0.7.1. * Siproxd is a free sip proxy being developped by Thomas Ries because he would like to have linphone working behind his firewall. Siproxd is simple to setup and works perfectly with linphone. * Partysip aims at being a generic and fully functionnal SIP proxy. Visit the web page for more details on its functionalities. Linphone may work also with other sip phones, but this has not been tested yet. %package devel Summary: Development libraries for linphone Group: Development/Libraries Requires: %{name} = %{version}-%{release} glib2-devel %description devel Libraries and headers required to develop software with linphone. %prep %setup -q %patch -p 1 -b .old %patch1 -p 1 -b .ortp %patch2 -p 1 -b .Werror %patch3 -p 1 -b .maxrtp %patch4 -p 1 -b .gtkentry rm -r oRTP %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT install -p -m 0644 pixmaps/linphone2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps %find_lang %{name} rm $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Internet/linphone.desktop desktop-file-install --vendor=fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ --add-category X-Fedora \ --add-category Telephony \ --add-category GTK \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* %{_libdir}/bonobo/servers/*.server %{_libdir}/liblinphone.so.* %{_libexecdir}/* %{_mandir}/man1/* %{_datadir}/applications/*%{name}.desktop %{_datadir}/gnome/help/linphone %{_datadir}/gnome-2.0/ui/*.xml %{_datadir}/gtk-doc/html/mediastreamer %{_datadir}/pixmaps/linphone %{_datadir}/pixmaps/linphone2.png %{_datadir}/sounds/linphone %files devel %defattr(-,root,root) %{_includedir}/linphone %{_libdir}/liblinphone.a %{_libdir}/liblinphone.la %{_libdir}/liblinphone.so %{_libdir}/pkgconfig/* %changelog * Tue Jan 24 2006 Ignacio Vazquez-Abrams 1.2.0-2 - Fixed selecting entry from address book (#177189) * Tue Jan 3 2006 Ignacio Vazquez-Abrams 1.2.0-1 - Upstream update * Mon Dec 5 2005 Ignacio Vazquez-Abrams 1.1.0-2 - Added version on ortp-devel * Mon Dec 5 2005 Ignacio Vazquez-Abrams 1.1.0-1 - Upstream update * Wed Nov 30 2005 Ignacio Vazquez-Abrams 1.0.1-5 - Remove ortp documentation for -devel * Wed Nov 30 2005 Ignacio Vazquez-Abrams 1.0.1-4 - Split out ortp * Fri May 27 2005 Ignacio Vazquez-Abrams 1.0.1-3 - Fix multiple menu entry and missing icon (#158975) - Clean up spec file * Fri May 6 2005 Ignacio Vazquez-Abrams 1.0.1-2 - Add disttag to Release * Fri Apr 8 2005 Ignacio Vazquez-Abrams 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 1.0.1-1 - Upstream update - Separated ortp - Added %%doc * Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-7 - pkgconfig and -devel fixes * Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-6 - Fix build on x86_64 * Sat Mar 19 2005 Ignacio Vazquez-Abrams 0.12.2-5 - %% * Sat Mar 19 2005 Ignacio Vazquez-Abrams 0.12.2-4 - Used %%find_lang - Tightened up %%files - Streamlined spec file * Thu Mar 17 2005 Ignacio Vazquez-Abrams 0.12.2-3 - Broke %%description at 80 columns * Wed Mar 16 2005 Ignacio Vazquez-Abrams 0.12.2-2 - Removed explicit Requires * Tue Mar 15 2005 Ignacio Vazquez-Abrams 0.12.2-1 - Bump release to 1 - Cleaned up the -docs and -speex patches * Fri Jan 21 2005 Ignacio Vazquez-Abrams 0:0.12.2-0.iva.1 - Fixed a silly spec error * Fri Jan 21 2005 Ignacio Vazquez-Abrams 0:0.12.2-0.iva.0 - Initial RPM release.