From 4f2a18e4743371dad8459d377bcae8cab96f0d75 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 1 Mar 2010 21:56:11 +0100 Subject: [PATCH] attempt to restore 'make rpm' but fails. --- Makefile.am | 2 ++ linphone.spec.in | 24 ++---------------------- 2 files changed, 4 insertions(+), 22 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1a8910fd5..5cd5cdd2b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -66,6 +66,8 @@ linphone.spec: linphone.spec.in .phony: rpm rpm: $(MAKE) dist + cd oRTP && $(MAKE) dist && mv -f ortp*.tar.gz ../ + cd mediastreamer2 && $(MAKE) dist && mv -f mediastreamer*.tar.gz ../ # Create "Specfile" at the same level as the tarball content -rm -f $(PACKAGE)-$(VERSION).tar gunzip $(PACKAGE)-$(VERSION).tar.gz diff --git a/linphone.spec.in b/linphone.spec.in index 3bdeeea57..e4a7c3075 100644 --- a/linphone.spec.in +++ b/linphone.spec.in @@ -4,7 +4,6 @@ # default is to build with video support & without truespeech support %define video %{?_without_video:0}%{!?_without_video:1} -%define truespeech %{?_with_truespeech:1}%{!?_with_truespeech:0} # Linphone requires an old osip version, sometimes (e.g. fc6) # delivered as "compat-" @@ -33,20 +32,8 @@ BuildRequires: ffmpeg-devel SDL-devel %endif %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. +Linphone is a SIP compliant audio & video phone. It can be used to run calls +over the internet. It has a gtk+ and console interface. %package devel Summary: Development libraries for linphone @@ -121,10 +108,6 @@ develop programs using the mediastreamer2 library. --with-ffmpeg=/usr \ --with-sdl=/usr \ %endif -%if %{truespeech} - --enable-truespeech \ -%endif -%{?_without_old_osip: --with-osip-version=2.2.2} \ --enable-ipv6 %__make %{?_smp_mflags} @@ -202,15 +185,12 @@ rm -rf $RPM_BUILD_ROOT %doc mediastreamer2/AUTHORS mediastreamer2/ChangeLog mediastreamer2/COPYING %doc mediastreamer2/NEWS mediastreamer2/README %{_libdir}/libmediastreamer.so.* -%{_libdir}/libquickstream.so.* %files -n mediastreamer2-devel %{_includedir}/mediastreamer2 %{_libdir}/pkgconfig/mediastreamer.pc %{_libdir}/libmediastreamer.so %{_libdir}/libmediastreamer.*a -%{_libdir}/libquickstream.so -%{_libdir}/libquickstream.*a %changelog * Wed Sep 28 2005 Francois-Xavier 'FiX' KOWALSKI - 1.2.0pre3