commit linphone for openSUSE:Factory
Hello community, here is the log from the commit of package linphone for openSUSE:Factory checked in at 2015-04-07 09:29:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/linphone (Old) and /work/SRC/openSUSE:Factory/.linphone.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "linphone" Changes: -------- --- /work/SRC/openSUSE:Factory/linphone/linphone.changes 2015-03-19 21:13:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.linphone.new/linphone.changes 2015-04-07 09:29:50.000000000 +0200 @@ -1,0 +2,12 @@ +Sun Apr 5 23:02:24 UTC 2015 - fisiu@opensuse.org + +- Enable ldap support. + +------------------------------------------------------------------- +Sat Mar 28 11:11:21 UTC 2015 - sor.alexei@meowr.ru + +- Regenerate configure with autotools to solve build problems in + some cases. +- Remove redefinition of GenericName in desktopfile. + +------------------------------------------------------------------- @@ -532 +543,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ linphone.spec ++++++ --- /var/tmp/diff_new_pack.Su1Ldw/_old 2015-04-07 09:29:50.000000000 +0200 +++ /var/tmp/diff_new_pack.Su1Ldw/_new 2015-04-07 09:29:50.000000000 +0200 @@ -26,12 +26,15 @@ Url: https://linphone.org Source0: http://download.savannah.gnu.org/releases/linphone/%{_version}.x/sources/%{name}-%{version}.tar.gz Source1: %{name}-manual.tar.bz2 +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: intltool BuildRequires: libeXosip2-devel BuildRequires: libgsm-devel BuildRequires: libtool +BuildRequires: openldap2-devel BuildRequires: readline-devel BuildRequires: sgmltool BuildRequires: update-desktop-files @@ -41,10 +44,10 @@ BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libosip2) BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libupnp) BuildRequires: pkgconfig(libv4l2) >= 0.8.4 -BuildRequires: pkgconfig(libzrtpcpp) >= 4.0 BuildRequires: pkgconfig(mediastreamer) >= 2.10.0 BuildRequires: pkgconfig(ortp) >= 0.23.0 BuildRequires: pkgconfig(speex) >= 1.1.6 @@ -100,12 +103,15 @@ sed -i "s|\(\$(datadir)/\)\(tutorials\)/%{name}|\1%{name}/\2|" coreapi/help/Makefile.{in,am} %build +# autoreconf -fi does not work properly. +./autogen.sh %configure \ --docdir=%{_docdir} \ --enable-pulseaudio \ --enable-external-ortp \ --enable-external-mediastreamer \ --enable-zrtp \ + --enable-ldap \ %if !0%{?packman_bs} --disable-video \ %endif @@ -116,7 +122,7 @@ %install %make_install -%suse_update_desktop_file -r -D "%{name}/index.xml.html" -G "SIP Phone" %{name} Network Telephony +%suse_update_desktop_file -r -D "%{name}/index.xml.html" %{name} Network Telephony find %{buildroot} -type f -name "*.la" -delete -print # Remove duplicate COPYING. rm -f %{buildroot}%{_datadir}/%{name}/COPYING @@ -144,8 +150,8 @@ %{_datadir}/sounds/%{name}/ %{_datadir}/applications/*.desktop %{_datadir}/pixmaps/%{name}/ -%{_mandir}/man?/*.?%{ext_man} -%doc %{_mandir}/*/man?/*.?%{ext_man} +%{_mandir}/man?/*.?%{?ext_man} +%{_mandir}/*/man?/*.?%{?ext_man} %dir %{_datadir}/appdata/ %{_datadir}/appdata/%{name}.appdata.xml
participants (1)
-
root@hilbert.suse.de