Blame SPECS/kdenetwork.spec

74b83a
74b83a
Summary: KDE Network Applications
74b83a
Name:    kdenetwork
74b83a
Epoch:   7
74b83a
Version: 4.10.5
74b83a
Release: 8%{?dist}
74b83a
74b83a
License: GPLv2
74b83a
URL:     http://www.kde.org
74b83a
%global revision %(echo %{version} | cut -d. -f3)
74b83a
%if %{revision} >= 50
74b83a
%global stable unstable
74b83a
%else
74b83a
%global stable stable
74b83a
%endif
74b83a
Source0: http://download.kde.org/%{stable}/%{version}/src/%{name}-%{version}.tar.xz
74b83a
Source1: krdc-icons.tar.bz2
74b83a
74b83a
# rhbz#540433 - KPPP is unable to add DNS entries to /etc/resolv.conf
74b83a
Patch2: kdenetwork-4.3.3-resolv-conf-path.patch
74b83a
74b83a
# Fix build failure with g++4.7
74b83a
Patch3: kdenetwork-4.7.97-fix-for-g++47.patch
74b83a
74b83a
# support USE_SYSTEM_IRIS build option
74b83a
Patch4: kdenetwork-4.10.0-kopete_system_iris.patch
74b83a
74b83a
# disable skype protocol
74b83a
Patch6: kdenetwork-4.10.5-disable-skype.patch
74b83a
74b83a
## upstreamable patches
74b83a
Patch50: kdenetwork-4.9.5-libjingle_openssl.patch
74b83a
Patch51: kdenetwork-4.10.4-krdc_icon.patch
74b83a
Patch52: kdenetwork-4.10.5-kget-doc.patch
74b83a
Patch53: kdenetwork-4.10.5-krdc-bz#1008890.patch
74b83a
74b83a
## upstream patches
74b83a
Patch100: kdenetwork-4.10.5-freerdp.patch
74b83a
74b83a
## security patches
74b83a
Patch1000: kdenetwork-4.10.5-CVE-2014-6055.patch
74b83a
74b83a
%if 0%{?fedora}
74b83a
BuildRequires: openslp-devel
74b83a
BuildRequires: pkgconfig(avahi-compat-libdns_sd)
74b83a
BuildRequires: pkgconfig(libgadu) >= 1.8.0
74b83a
BuildRequires: pkgconfig(libotr)
74b83a
BuildRequires: libktorrent-devel
74b83a
BuildRequires: pkgconfig(nxcl)
74b83a
%global telepathy 1
74b83a
BuildRequires: pkgconfig(TelepathyQt4)
74b83a
BuildRequires: linphone-devel >= 2.3.0
74b83a
%endif
74b83a
BuildRequires: boost-devel
74b83a
BuildRequires: expat-devel
74b83a
BuildRequires: giflib-devel
74b83a
BuildRequires: gmp-devel
74b83a
# gnutls-devel is needed for rfbclient
74b83a
BuildRequires: gnutls-devel
74b83a
BuildRequires: gpgme-devel
74b83a
# libkonq
74b83a
BuildRequires: kde-baseapps-devel >= %{version}
74b83a
BuildRequires: kde-workspace-devel >= %{version}
74b83a
BuildRequires: kdepimlibs-devel >= %{version}
74b83a
BuildRequires: libjpeg-devel
74b83a
BuildRequires: pkgconfig(alsa) 
74b83a
BuildRequires: pkgconfig(glib-2.0) 
74b83a
BuildRequires: pkgconfig(jasper)
74b83a
BuildRequires: pkgconfig(libidn) 
74b83a
BuildRequires: pkgconfig(libmsn) 
74b83a
BuildRequires: pkgconfig(libpcre)
74b83a
BuildRequires: pkgconfig(libstreamanalyzer) pkgconfig(libstreams)
74b83a
BuildRequires: pkgconfig(libxslt)
74b83a
BuildRequires: pkgconfig(meanwhile)
74b83a
BuildRequires: pkgconfig(ortp)
74b83a
%if 0%{?use_system_iris:1}
74b83a
BuildRequires: pkgconfig(iris) >= 2.0.0
74b83a
%endif
74b83a
BuildRequires: pkgconfig(qca2)
74b83a
BuildRequires: pkgconfig(qimageblitz)
74b83a
BuildRequires: pkgconfig(soprano)
74b83a
BuildRequires: pkgconfig(speex)
74b83a
BuildRequires: pkgconfig(sqlite3)
74b83a
BuildRequires: pkgconfig(libv4l2)
74b83a
BuildRequires: libvncserver-devel
74b83a
BuildRequires: openldap-devel
74b83a
# freerdp support
74b83a
BuildRequires: freerdp >= 1.0.2
74b83a
#-----------------------------------------------------------------------------
74b83a
#-- The following OPTIONAL packages could NOT be located on your system.
74b83a
#-- Consider installing them to enable more features from this software.
74b83a
#-----------------------------------------------------------------------------
74b83a
#   * XMMS  <http://www.xmms.org>
74b83a
#     X MultiMedia System development libraries
74b83a
#     Used by the Kopete nowlistening plugin to support the XMMS player.
74b83a
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-fileshare-samba = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kdnssd = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kget = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kopete = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-krdc = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-krfb = %{epoch}:%{version}-%{release}
74b83a
74b83a
%description
74b83a
Networking applications, including:
74b83a
* kget: downloader manager
74b83a
* kopete: chat client
74b83a
* krdc: a client for Desktop Sharing and other VNC servers
74b83a
* krfb: Desktop Sharing server, allow others to access your desktop via VNC
74b83a
74b83a
%package common 
74b83a
Summary: Common files for %{name}
74b83a
BuildArch: noarch
74b83a
# when split occurred
74b83a
Conflicts: kdenetwork < 7:4.6.95-10
74b83a
Obsoletes: kdenetwork-libs < 7:4.6.95-10
74b83a
%description common 
74b83a
%{summary}.
74b83a
74b83a
%package devel
74b83a
Summary:  Development files for %{name}
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kopete-devel = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-krdc-devel = %{epoch}:%{version}-%{release}
74b83a
BuildArch: noarch
74b83a
%description devel
74b83a
%{summary}.
74b83a
74b83a
%package fileshare-samba
74b83a
Summary: Share files via samba 
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: samba
74b83a
%description fileshare-samba 
74b83a
%{summary}.
74b83a
74b83a
%package strigi-analyzers
74b83a
Summary: meta information plugin for BitTorrent files
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
%description strigi-analyzers
74b83a
%{summary}.
74b83a
74b83a
%package kdnssd
74b83a
Summary: Kdnssd
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
%description kdnssd
74b83a
%{summary}.
74b83a
74b83a
%package kget
74b83a
Summary: A downloader manager 
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kget-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
%description kget
74b83a
%{summary}.
74b83a
74b83a
%package kget-libs
74b83a
Summary: Runtime libraries for %{name}
74b83a
Requires: %{name}-kget = %{epoch}:%{version}-%{release}
74b83a
%description kget-libs
74b83a
%{summary}.
74b83a
74b83a
%package kopete
74b83a
Summary: A chat client 
74b83a
Requires: %{name}-kopete-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
Requires: kate-part >= %{version}
74b83a
Requires: mozilla-filesystem
74b83a
# jabber
74b83a
Requires: qca-ossl%{?_isa}
74b83a
%description kopete
74b83a
%{summary}.
74b83a
74b83a
%package kopete-libs
74b83a
Summary: Runtime libraries for %{name}
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-kopete = %{epoch}:%{version}-%{release}
74b83a
%description kopete-libs
74b83a
%{summary}.
74b83a
74b83a
%package kopete-devel
74b83a
Summary: Development files for Kopete
74b83a
Requires: %{name}-kopete-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
Requires: kdelibs4-devel
74b83a
%description kopete-devel
74b83a
%{summary}.
74b83a
74b83a
%package krdc
74b83a
Summary: A client for Desktop Sharing and other VNC servers
74b83a
Requires: %{name}-krdc-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
Requires: freerdp
74b83a
%description krdc
74b83a
%{summary}.
74b83a
74b83a
%package krdc-libs
74b83a
Summary: Runtime libraries for %{name} 
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-krdc = %{epoch}:%{version}-%{release}
74b83a
%description krdc-libs
74b83a
%{summary}.
74b83a
74b83a
%package krdc-devel
74b83a
Summary: Developer files for %{name} 
74b83a
Requires: %{name}-krdc-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
Requires: kdelibs4-devel
74b83a
%description krdc-devel
74b83a
%{summary}.
74b83a
74b83a
%package krfb
74b83a
Summary: Desktop Sharing server, allow others to access your desktop via VNC 
74b83a
Requires: %{name}-krfb-libs%{?_isa} = %{epoch}:%{version}-%{release}
74b83a
# https://bugzilla.redhat.com/655844
74b83a
Provides: bundled(libvncserver)
74b83a
%description krfb
74b83a
%{summary}.
74b83a
74b83a
%package krfb-libs
74b83a
Summary: Runtime libraries for %{name}
74b83a
Requires: %{name}-common = %{epoch}:%{version}-%{release}
74b83a
Requires: %{name}-krfb = %{epoch}:%{version}-%{release}
74b83a
%description krfb-libs
74b83a
%{summary}.
74b83a
74b83a
74b83a
74b83a
%prep
74b83a
%setup -q -n kdenetwork-%{version} -a1
74b83a
%patch2 -p1 -b .resolv-conf-path
74b83a
%patch3 -p1 -b .fix-for-g++47
74b83a
%patch4 -p1 -b .kopete_system_iris
74b83a
%patch6 -p1 -b .disable-skype
74b83a
74b83a
%patch50 -p1 -b .libjingle_openssl
74b83a
%patch51 -p1 -b .krdc_icon
74b83a
%patch52 -p1 -b .doc
74b83a
%patch53 -p1 -b .krdc-bz#1008890
74b83a
%patch100 -p1 -b .freerdp
74b83a
%patch1000 -p1 -b .2014-6055
74b83a
74b83a
%if 0%{?use_system_iris:1}
74b83a
mv kopete/protocols/jabber/libiris \
74b83a
   kopete/protocols/jabber/libiris.BAK
74b83a
%endif
74b83a
74b83a
%if 0%{?rhel}
74b83a
sed -i 's|macro_optional_add_subdirectory( kdenetwork-strigi-analyzers )|#macro_optional_add_subdirectory( kdenetwork-strigi-analyzers )|g' CMakeLists.txt
74b83a
sed -i 's|macro_optional_add_subdirectory( kppp )|#macro_optional_add_subdirectory( kppp )|g' CMakeLists.txt
74b83a
%endif
74b83a
74b83a
%build
74b83a
mkdir -p %{_target_platform}
74b83a
pushd %{_target_platform}
74b83a
%{cmake_kde4} \
74b83a
  -DWITH_JINGLE=TRUE \
74b83a
  -DMOZPLUGIN_INSTALL_DIR=%{_libdir}/mozilla/plugins \
74b83a
  %{?use_system_iris:-DUSE_SYSTEM_IRIS:BOOL=ON} \
74b83a
  ..
74b83a
popd
74b83a
74b83a
make %{?_smp_mflags} -C %{_target_platform}
74b83a
74b83a
74b83a
%install
74b83a
rm -rf %{buildroot}
74b83a
74b83a
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
74b83a
74b83a
# fix documentation multilib conflict in index.cache
74b83a
for f in kget kopete krdc krfb; do
74b83a
   if [ -f %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2 ] ; then
74b83a
     bunzip2 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache.bz2
74b83a
     sed -i -e 's!name="id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
74b83a
     sed -i -e 's!#id[a-z]*[0-9]*"!!g' %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
74b83a
     bzip2 -9 %{buildroot}%{_kde4_docdir}/HTML/en/$f/index.cache
74b83a
   fi
74b83a
done
74b83a
74b83a
%find_lang kget --with-kde --without-mo
74b83a
%find_lang kopete --with-kde --without-mo
74b83a
%find_lang krdc --with-kde --without-mo
74b83a
%find_lang krfb --with-kde --without-mo
74b83a
74b83a
# unpackaged files
74b83a
rm -f %{buildroot}%{_kde4_libdir}/libkgetcore.so
74b83a
74b83a
74b83a
%check
74b83a
for f in %{buildroot}%{_kde4_datadir}/applications/kde4/*.desktop ; do
74b83a
  desktop-file-validate $f
74b83a
done
74b83a
74b83a
74b83a
%files
74b83a
# blank
74b83a
74b83a
%files devel
74b83a
# blank
74b83a
74b83a
%files common
74b83a
#doc README COPYING*
74b83a
74b83a
%files fileshare-samba
74b83a
%{_kde4_libdir}/kde4/sambausershareplugin.so
74b83a
%{_kde4_datadir}/kde4/services/sambausershareplugin.desktop
74b83a
74b83a
%if 0%{?fedora}
74b83a
%files strigi-analyzers
74b83a
%{_kde4_libdir}/strigi/strigita_torrent_analyzer.so
74b83a
%endif
74b83a
74b83a
%files kdnssd
74b83a
%{_kde4_datadir}/kde4/services/zeroconf.protocol
74b83a
%{_kde4_datadir}/kde4/services/kded/dnssdwatcher.desktop
74b83a
%{_datadir}/dbus-1/interfaces/org.kde.kdnssd.xml
74b83a
%dir %{_kde4_appsdir}/remoteview/
74b83a
%{_kde4_appsdir}/remoteview/zeroconf.desktop
74b83a
%{_kde4_libdir}/kde4/kded_dnssdwatcher.so
74b83a
%{_kde4_libdir}/kde4/kio_zeroconf.so
74b83a
74b83a
%post kget
74b83a
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
74b83a
%posttrans kget
74b83a
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
update-desktop-database -q &> /dev/null ||:
74b83a
74b83a
%postun kget
74b83a
if [ $1 -eq 0 ] ; then
74b83a
  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
  update-desktop-database -q &> /dev/null ||:
74b83a
fi
74b83a
74b83a
%files kget -f kget.lang
74b83a
%{_kde4_bindir}/kget
74b83a
%{_kde4_appsdir}/dolphinpart/kpartplugins/kget_plug_in.*
74b83a
%{_kde4_appsdir}/kget/
74b83a
%{_kde4_appsdir}/kconf_update/kget*
74b83a
%{_kde4_appsdir}/khtml/kpartplugins/kget_plug_in.*
74b83a
%{_kde4_appsdir}/kwebkitpart/kpartplugins/kget_plug_in.*
74b83a
%{_kde4_iconsdir}/hicolor/*/apps/kget.*
74b83a
%{_datadir}/dbus-1/services/org.kde.kget.service
74b83a
%{_kde4_datadir}/applications/kde4/kget.desktop
74b83a
%{_kde4_datadir}/kde4/services/kget*.desktop
74b83a
%{_kde4_datadir}/kde4/services/plasma-engine-kget.desktop
74b83a
%{_kde4_datadir}/kde4/services/plasma-runner-kget.desktop
74b83a
%{_kde4_datadir}/kde4/servicetypes/kget*.desktop
74b83a
%{_kde4_datadir}/config.kcfg/kget*.kcfg
74b83a
%{_kde4_datadir}/ontology/kde/kget*
74b83a
%{_kde4_libdir}/kde4/kget_*.so
74b83a
%{_kde4_datadir}/kde4/services/ServiceMenus/kget_download.desktop
74b83a
%{_kde4_libdir}/kde4/kcm_kget_*.so
74b83a
%{_kde4_libdir}/kde4/krunner_kget.so
74b83a
%{_kde4_libdir}/kde4/plasma_engine_kget.so
74b83a
%{_kde4_libdir}/kde4/plasma_kget_barapplet.so
74b83a
%{_kde4_libdir}/kde4/plasma_kget_piechart.so
74b83a
74b83a
%post kget-libs -p /sbin/ldconfig
74b83a
%postun kget-libs -p /sbin/ldconfig
74b83a
74b83a
%files kget-libs
74b83a
%{_kde4_libdir}/libkgetcore.so.4*
74b83a
74b83a
%post kopete 
74b83a
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||:
74b83a
74b83a
%posttrans kopete 
74b83a
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||:
74b83a
update-desktop-database -q &> /dev/null ||:
74b83a
74b83a
%postun kopete
74b83a
if [ $1 -eq 0 ] ; then
74b83a
  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
  touch --no-create %{_kde4_iconsdir}/oxygen &> /dev/null ||:
74b83a
  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
  gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &> /dev/null ||:
74b83a
  update-desktop-database -q &> /dev/null ||:
74b83a
fi
74b83a
74b83a
%files kopete -f kopete.lang
74b83a
%if 0%{?fedora}
74b83a
%{_kde4_bindir}/googletalk-call
74b83a
%endif
74b83a
%{_kde4_bindir}/kopete
74b83a
%{_kde4_bindir}/winpopup*
74b83a
%{_kde4_appsdir}/kopete*
74b83a
%{_kde4_appsdir}/kconf_update/kopete*
74b83a
%{_kde4_configdir}/kopeterc
74b83a
%{_datadir}/dbus-1/interfaces/org.kde.Kopete.xml
74b83a
%{_datadir}/dbus-1/interfaces/org.kde.kopete.*.xml
74b83a
%{_kde4_datadir}/applications/kde4/kopete.desktop
74b83a
%{_kde4_datadir}/config.kcfg/kopete*
74b83a
%{_kde4_datadir}/sounds/Kopete_*
74b83a
%{_kde4_datadir}/sounds/KDE-Im-Phone-Ring.wav
74b83a
%{_kde4_datadir}/kde4/services/aim.protocol
74b83a
%{_kde4_datadir}/kde4/services/chatwindow.desktop
74b83a
%{_kde4_datadir}/kde4/services/emailwindow.desktop
74b83a
%{_kde4_datadir}/kde4/services/kopete_*.desktop
74b83a
%{_kde4_datadir}/kde4/services/kconfiguredialog/
74b83a
%{_kde4_datadir}/kde4/services/xmpp.protocol
74b83a
%{_kde4_datadir}/kde4/servicetypes/kopete*.desktop
74b83a
%{_kde4_iconsdir}/hicolor/*/apps/kopete*.*
74b83a
%{_kde4_iconsdir}/oxygen/*/actions/*
74b83a
%if 0%{?fedora}
74b83a
%{_kde4_iconsdir}/oxygen/*/status/object-locked*.*
74b83a
%endif
74b83a
%{_kde4_libdir}/kde4/kopete_*.so
74b83a
%{_kde4_libdir}/kde4/kcm_kopete_*.so
74b83a
%{_kde4_libdir}/libqgroupwise.so
74b83a
%{_kde4_bindir}/kopete_latexconvert.sh
74b83a
%{_kde4_libdir}/kde4/libchattexteditpart.so
74b83a
%{_kde4_datadir}/config.kcfg/historyconfig.kcfg
74b83a
%{_kde4_datadir}/config.kcfg/latexconfig.kcfg
74b83a
%{_kde4_datadir}/config.kcfg/nowlisteningconfig.kcfg
74b83a
%{_kde4_datadir}/config.kcfg/translatorconfig.kcfg
74b83a
%{_kde4_datadir}/config.kcfg/urlpicpreview.kcfg
74b83a
%{_kde4_datadir}/config.kcfg/webpresenceconfig.kcfg
74b83a
74b83a
%post kopete-libs -p /sbin/ldconfig
74b83a
%postun kopete-libs -p /sbin/ldconfig
74b83a
74b83a
%files kopete-libs
74b83a
%{_kde4_libdir}/kde4/plugins/accessible/
74b83a
%{_kde4_libdir}/libkopete*.so.*
74b83a
%{_kde4_libdir}/libkyahoo.so*
74b83a
%{_kde4_libdir}/liboscar.so*
74b83a
74b83a
%files kopete-devel
74b83a
%{_kde4_includedir}/kopete/
74b83a
%{_kde4_libdir}/libkopete*.so
74b83a
74b83a
%post krdc
74b83a
touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
74b83a
%posttrans krdc
74b83a
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
74b83a
%postun krdc
74b83a
if [ $1 -eq 0 ] ; then
74b83a
  touch --no-create %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
  gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null ||:
74b83a
fi
74b83a
74b83a
%files krdc -f krdc.lang
74b83a
%{_kde4_bindir}/krdc
74b83a
%{_kde4_appsdir}/krdc/
74b83a
%{_kde4_datadir}/applications/kde4/krdc.desktop
74b83a
%{_kde4_datadir}/kde4/services/krdc_*.desktop
74b83a
%{_kde4_datadir}/kde4/services/rdp.protocol
74b83a
%{_kde4_datadir}/kde4/services/vnc.protocol
74b83a
%{_kde4_datadir}/kde4/servicetypes/krdc*.desktop
74b83a
%{_kde4_iconsdir}/hicolor/*/apps/krdc.*
74b83a
%{_kde4_libdir}/kde4/kcm_krdc*.so
74b83a
%{_kde4_datadir}/kde4/services/ServiceMenus/smb2rdc.desktop
74b83a
%{_kde4_datadir}/config.kcfg/krdc.kcfg
74b83a
%{_kde4_libdir}/kde4/krdc_*.so
74b83a
%if 0%{?telepathy:1}
74b83a
%{_kde4_bindir}/krdc_rfb_approver
74b83a
%{_kde4_appsdir}/krdc_rfb_approver/
74b83a
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_approver.service
74b83a
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_handler.service
74b83a
%{_datadir}/telepathy/clients/krdc_rfb_approver.client
74b83a
%{_datadir}/telepathy/clients/krdc_rfb_handler.client
74b83a
%endif
74b83a
74b83a
%post krdc-libs -p /sbin/ldconfig
74b83a
%postun krdc-libs -p /sbin/ldconfig
74b83a
74b83a
%files krdc-libs
74b83a
%{_kde4_libdir}/libkrdccore.so.4*
74b83a
74b83a
%files krdc-devel
74b83a
%{_kde4_includedir}/krdc/
74b83a
%{_kde4_libdir}/libkrdccore.so
74b83a
74b83a
%files krfb -f krfb.lang
74b83a
%{_kde4_bindir}/krfb
74b83a
%{_kde4_appsdir}/krfb/
74b83a
%{_kde4_datadir}/applications/kde4/krfb.desktop
74b83a
%{_kde4_datadir}/kde4/services/krfb_*.desktop
74b83a
%{_kde4_datadir}/kde4/servicetypes/krfb*.desktop
74b83a
%{_kde4_libdir}/kde4/krfb_*.so
74b83a
%if 0%{?telepathy:1}
74b83a
%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.krfb_rfb_handler.service
74b83a
%{_datadir}/telepathy/clients/krfb_rfb_handler.client
74b83a
%endif
74b83a
74b83a
%post krfb-libs -p /sbin/ldconfig
74b83a
%postun krfb-libs -p /sbin/ldconfig
74b83a
74b83a
%files krfb-libs
74b83a
%{_kde4_libdir}/libkrfbprivate.so.4*
74b83a
74b83a
74b83a
%changelog
74b83a
* Fri Oct 31 2014 Than Ngo <than@redhat.com> - 7:4.10.5-8
74b83a
- Resolves: CVE-2014-6055
74b83a
74b83a
* Tue Jan 28 2014 Daniel Mach <dmach@redhat.com> - 7:4.10.5-7
74b83a
- Mass rebuild 2014-01-24
74b83a
74b83a
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 7:4.10.5-6
74b83a
- Mass rebuild 2013-12-27
74b83a
74b83a
* Tue Oct 29 2013 Jan Grulich <jgrulich@redhat.com> - 7:4.10.5-5
74b83a
- Do not crash if closing one of two vnc connection to the same server
74b83a
- Resolves #1008890
74b83a
74b83a
* Fri Aug 30 2013 Than Ngo <than@redhat.com> - 7:4.10.5-4
74b83a
- fix dep issue
74b83a
74b83a
* Thu Jul 18 2013 Than Ngo <than@redhat.com> - 7:4.10.5-3
74b83a
- disable skype protocol
74b83a
74b83a
* Wed Jul 10 2013 Than Ngo <than@redhat.com> - 7:4.10.5-2
74b83a
- drop kppp
74b83a
74b83a
* Thu Jul 04 2013 Than Ngo <than@redhat.com> - 7:4.10.5-1
74b83a
- 4.10.5
74b83a
74b83a
* Thu Jun 27 2013 Than Ngo <than@redhat.com> - 7:4.10.4-2
74b83a
- backport freerdp support 
74b83a
74b83a
* Sat Jun 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.4-1
74b83a
- 4.10.4
74b83a
- kopete-4.10.3-1 does not connect to Google Talk (#963310)
74b83a
74b83a
* Mon May 06 2013 Than Ngo <than@redhat.com> - 7: 4.10.3-1
74b83a
- 4.10.3
74b83a
- enable use_system_iris for all Fedora releases
74b83a
- BR pkgconfig(iris) >= 2.0.0
74b83a
74b83a
* Thu May 02 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.2-6
74b83a
- try use_system_iris again (#737305)
74b83a
74b83a
* Wed May 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.2-5
74b83a
- revert use_system_iris, needs more work
74b83a
74b83a
* Wed May 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.2-4
74b83a
- use system iris (#737305, f20+ only for now)
74b83a
- .spec cleanup
74b83a
74b83a
* Mon Apr 29 2013 Than Ngo <than@redhat.com> - 7:4.10.2-3
74b83a
- build kppp with -fno-strict-aliasing
74b83a
- fix multilib issue
74b83a
74b83a
* Fri Apr 05 2013 Than Ngo <than@redhat.com> - 7:4.10.2-2
74b83a
- fix rhel condition
74b83a
74b83a
* Sun Mar 31 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.2-1
74b83a
- 4.10.2
74b83a
- kopete FTBFS against recent kernels, uses deprecated v4l interfaces (#946924)
74b83a
74b83a
* Thu Mar 07 2013 Rex Dieter <rdieter@fedoraproject.org> 7:4.10.1-2
74b83a
- KGet 4.10 deletes home (kde#316086)
74b83a
74b83a
* Sat Mar 02 2013 Rex Dieter <rdieter@fedoraproject.org> 7:4.10.1-1
74b83a
- 4.10.1
74b83a
74b83a
* Mon Feb 11 2013 Rex Dieter <rdieter@fedoraproject.org> 7:4.10.0-3
74b83a
- support USE_SYSTEM_IRIS build option (not used, yet...)
74b83a
74b83a
* Mon Feb 04 2013 Rex Dieter <rdieter@fedoraproject.org> 7:4.10.0-2
74b83a
- Unowned directory /usr/share/kde4/apps/krdc_rfb_approver/ (#907664)
74b83a
74b83a
* Fri Feb 01 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.10.0-1
74b83a
- 4.10.0
74b83a
74b83a
* Sun Jan 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.98-1
74b83a
- 4.9.98
74b83a
74b83a
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 7:4.9.97-2
74b83a
- rebuild due to "jpeg8-ABI" feature drop
74b83a
74b83a
* Fri Jan 04 2013 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.97-1
74b83a
- 4.9.97
74b83a
74b83a
* Sat Dec 29 2012 Rex Dieter <rdieter@fedoraproject.org> 7:4.9.95-2
74b83a
- BR: linphone-devel
74b83a
74b83a
* Thu Dec 20 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.95-1
74b83a
- 4.9.95
74b83a
74b83a
* Wed Dec 05 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.90-2
74b83a
- BR: strigi-devel
74b83a
- BR: telepathy-qt4-devel
74b83a
74b83a
* Tue Dec 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.90-1
74b83a
- 4.9.90
74b83a
74b83a
* Mon Dec 03 2012 Than Ngo <than@redhat.com> - 4.9.4-1
74b83a
- 4.9.4
74b83a
74b83a
* Sat Nov 03 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.3-1
74b83a
- 4.9.3
74b83a
74b83a
* Sat Sep 29 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.9.2-1
74b83a
- 4.9.2
74b83a
74b83a
* Mon Sep 03 2012 Than Ngo <than@redhat.com> - 7:4.9.1-1
74b83a
- 4.9.1
74b83a
74b83a
* Tue Aug 21 2012 Than Ngo <than@redhat.com> - 7:4.9.0-3
74b83a
- add rhel/fedora condition
74b83a
74b83a
* Wed Aug 15 2012 Alexey Kurov <nucleo@fedoraproject.org> 7:4.9.0-2
74b83a
- rebuild for libktorrent-1.3rc1
74b83a
74b83a
* Thu Jul 26 2012 Lukas Tinkl <ltinkl@redhat.com> - 7:4.9.0-1
74b83a
- 4.9.0
74b83a
74b83a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:4.8.97-2
74b83a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
74b83a
74b83a
* Wed Jul 11 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.8.97-1
74b83a
- 4.8.97
74b83a
74b83a
* Wed Jun 27 2012 Jaroslav Reznik <jreznik@redhat.com> - 7:4.8.95-1
74b83a
- 4.8.95
74b83a
74b83a
* Sat Jun 09 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.8.90-1
74b83a
- 4.8.90
74b83a
74b83a
* Sun Jun 03 2012 Jaroslav Reznik <jreznik@redhat.com> - 7:4.8.80-1
74b83a
- 4.8.80
74b83a
74b83a
* Mon Apr 30 2012 Jaroslav Reznik <jreznik@redhat.com> - 7:4.8.3-1
74b83a
- 4.8.3
74b83a
74b83a
* Thu Apr 19 2012 Than Ngo <than@redhat.com> - 4.8.2-2
74b83a
- add BR gnutls-devel, it's needed for rfbclient
74b83a
74b83a
* Fri Mar 30 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.2-1
74b83a
- 4.8.2
74b83a
74b83a
* Thu Mar 08 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-1.1
74b83a
- rebuild (libktorrent)
74b83a
74b83a
* Mon Mar 05 2012 Rex Dieter <rdieter@fedoraproject.org> 4.8.1-1
74b83a
- 4.8.1
74b83a
74b83a
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:4.8.0-2
74b83a
- Rebuilt for c++ ABI breakage
74b83a
74b83a
* Sun Jan 22 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.8.0-1
74b83a
- 4.8.0
74b83a
74b83a
* Sat Jan  7 2012 Alexey Kurov <nucleo@fedoraproject.org> 7:4.7.97-3
74b83a
- rebuild for libktorrent-1.2rc1
74b83a
74b83a
* Thu Jan 05 2012 Radek Novacek <rnovacek@redhat.com> 7:4.7.97-2
74b83a
- Fix the patch for g++ 4.7
74b83a
74b83a
* Wed Jan 04 2012 Rex Dieter <rdieter@fedoraproject.org> - 7:4.7.97-1
74b83a
- 4.7.97
74b83a
- Fix build failure with g++ 4.7
74b83a
74b83a
* Wed Dec 21 2011 Radek Novacek <rnovacek@redhat.com> - 7:4.7.95-1
74b83a
- 4.7.95
74b83a
74b83a
* Sun Dec 04 2011 Rex Dieter <rdieter@fedoraproject.org> - 7:4.7.90-1
74b83a
- 4.7.90
74b83a
74b83a
* Fri Dec 02 2011 Than Ngo <than@redhat.com> - 7:4.7.80-3
74b83a
- fix rhel/fedora condition
74b83a
74b83a
* Mon Nov 28 2011 Jaroslav Reznik <jreznik@redhat.com> 7:4.7.80-2
74b83a
- move a11y kopete plugin to -libs
74b83a
74b83a
* Mon Nov 28 2011 Jaroslav Reznik <jreznik@redhat.com> 7:4.7.80-1
74b83a
- 4.7.80 (beta 1)
74b83a
74b83a
* Sat Oct 29 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.3-1
74b83a
- 4.7.3
74b83a
- pkgconfig-style deps
74b83a
74b83a
* Sat Oct 08 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.2-2
74b83a
- -kopete: build unconditionally, Requires: kate-part
74b83a
74b83a
* Tue Oct 04 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.2-1
74b83a
- 4.7.2
74b83a
74b83a
* Wed Sep 07 2011 Than Ngo <than@redhat.com> - 7:4.7.1-1
74b83a
- 4.7.1
74b83a
74b83a
* Thu Aug 11 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.0-4
74b83a
- -krfb-libs: Requires: -krfb (not main pkg)
74b83a
74b83a
* Fri Aug 05 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.0-3
74b83a
- kdenetwork(kopete) FTBFS against qt-4.8.0-beta1 (#724846)
74b83a
74b83a
* Fri Aug 05 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.7.0-2
74b83a
- -common: Obsoletes: kdenetwork-libs
74b83a
74b83a
* Tue Jul 26 2011 Jaroslav Reznik <jreznik@redhat.com> 7:4.7.0-1
74b83a
- 4.7.0
74b83a
- omit FTBFS kopete for now (#724846)
74b83a
74b83a
* Thu Jul 21 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.6.95-10
74b83a
- kdenetwork split packaging (#724053)
74b83a
74b83a
* Mon Jul 11 2011 Jaroslav Reznik <jreznik@redhat.com> 7:4.6.95-1
74b83a
- 4.6.95 (rc2)
74b83a
74b83a
* Mon Jun 27 2011 Radek Novacek <rnovacek@redhat.com> 7:4.6.90-1
74b83a
- Update to 4.6.90
74b83a
74b83a
* Mon Jun 27 2011 Radek Novacek <rnovacek@redhat.com> 7:4.6.80-1
74b83a
- Update to 4.6.80
74b83a
74b83a
* Fri Apr 29 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.6.3-1
74b83a
- 4.6.3
74b83a
74b83a
* Wed Apr 20 2011 Than Ngo <than@redhat.com> - 7:4.6.2-2
74b83a
- security fix for CVE-2010-1000
74b83a
74b83a
* Wed Apr 06 2011 Than Ngo <than@redhat.com> - 7:4.6.2-1
74b83a
- 4.6.2
74b83a
74b83a
* Wed Mar 16 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.6.1-3
74b83a
- make qca-ossl dep arch'd
74b83a
- drop some ancient Obsoletes/Provides
74b83a
74b83a
* Thu Mar 03 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.6.1-2
74b83a
- respin tarball
74b83a
74b83a
* Mon Feb 28 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.6.1-1
74b83a
- 4.6.1
74b83a
74b83a
* Thu Feb 10 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 7:4.6.0-3
74b83a
- drop v4l1 support from Kopete, keep v4l2 (F15+, fixes FTBFS, patch by nucleo)
74b83a
74b83a
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7:4.6.0-2
74b83a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
74b83a
74b83a
* Fri Jan 21 2011 Jaroslav Reznik <jreznik@redhat.com> - 7:4.6.0-1
74b83a
- 4.6.0
74b83a
74b83a
* Sun Jan 09 2011 Rex Dieter <rdieter@fedoraproject.org> 7:4.5.95-2
74b83a
- BR: expat-devel kdebase-devel kdebase-workspace-devel libvncserver-devel nxcl-devel
74b83a
74b83a
* Thu Jan 06 2011 Jaroslav Reznik <jreznik@redhat.com> 7:4.5.95-1
74b83a
- 4.5.95 (4.6rc2)
74b83a
74b83a
* Fri Dec 31 2010 Alexey Kurov <nucleo@fedoraproject.org> 7:4.5.90-3
74b83a
- patch for building against both libktorrent 1.1 and 1.0.x
74b83a
74b83a
* Thu Dec 30 2010 Alexey Kurov <nucleo@fedoraproject.org> 7:4.5.90-2
74b83a
- rebuild for libktorrent-1.1beta1
74b83a
- drop libktorrent_stable patch
74b83a
74b83a
* Wed Dec 22 2010 Rex Dieter <rdieter@fedoraproject.org> 7:4.5.90-1
74b83a
- 4.5.90 (4.6rc1)
74b83a
74b83a
* Wed Dec 08 2010 Thomas Janssen <thomasj@fedoraproject.org> 7:4.5.85-2
74b83a
- respun upstream tarball
74b83a
74b83a
* Sat Dec 04 2010 Thomas Janssen <thomasj@fedoraproject.org> 7:4.5.85-1
74b83a
- 4.5.85 (4.6beta2)
74b83a
74b83a
* Mon Nov 22 2010 Kevin Kofler <Kevin@tigcc.ticalc.org> - 7:4.5.80-2
74b83a
- reenable KGet libktorrent support and make it build
74b83a
74b83a
* Sun Nov 21 2010 Rex Dieter <rdieter@fedoraproject.org> - 7:4.5.80-1
74b83a
- 4.5.80 (4.6beta)
74b83a
74b83a
* Fri Nov 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 7:4.5.3-3
74b83a
- Kopete ICQ Plugin complains about wrong password (kde#257008)
74b83a
74b83a
* Fri Nov 05 2010 Thomas Janssen <thomasj@fedoraproject.org> - 7:4.5.3-2
74b83a
- rebuild for new libxml2
74b83a
74b83a
* Sun Oct 31 2010 Than Ngo <than@redhat.com> - 7:4.5.3-1
74b83a
- 4.5.3
74b83a
74b83a
* Sat Oct 02 2010 Rex Dieter <rdieter@fedoraproject.org> - 7:4.5.2-1
74b83a
- 4.5.2
74b83a
74b83a
* Fri Aug 27 2010 Jaroslav Reznik <jreznik@redhat.com> - 7:4.5.1-1
74b83a
- 4.5.1
74b83a
74b83a
* Tue Aug 03 2010 Than Ngo <than@redhat.com> - 7:4.5.0-1
74b83a
- 4.5.0