[packages/kde4-krdc] - Initial release, in KDE 4.11.x this is a separate package.

lmasko lmasko at pld-linux.org
Thu Dec 12 17:28:57 CET 2013


commit bd42046ae61e621f7a54d0371e547d50e5ad927e
Author: Lukasz Masko <lmasko at pld-linux.org>
Date:   Thu Dec 12 17:28:26 2013 +0100

    - Initial release, in KDE 4.11.x this is a separate package.

 kde4-krdc.spec | 147 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 147 insertions(+)
---
diff --git a/kde4-krdc.spec b/kde4-krdc.spec
new file mode 100644
index 0000000..4f00d1a
--- /dev/null
+++ b/kde4-krdc.spec
@@ -0,0 +1,147 @@
+#
+# Conditional build:
+#
+%define		_state		stable
+%define		orgname		krdc
+%define		qtver		4.8.3
+
+Summary:	Virtual Desktops
+Summary(pl.UTF-8):	Wirtualne biurka
+Name:		kde4-krdc
+Version:	4.11.4
+Release:	1
+License:	GPL v2+
+Group:		X11/Applications
+Source0:	ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
+# Source0-md5:	e05f223d19fdf851eebff94780f144c3
+URL:		http://www.kde.org/
+BuildRequires:	Qt3Support-devel >= %{qtver}
+BuildRequires:	QtOpenGL-devel >= %{qtver}
+BuildRequires:	QtScript-devel >= %{qtver}
+BuildRequires:	QtSql-devel >= %{qtver}
+BuildRequires:	QtSvg-devel >= %{qtver}
+BuildRequires:	QtTest-devel >= %{qtver}
+BuildRequires:	QtWebKit-devel >= %{qtver}
+BuildRequires:	alsa-lib-devel
+BuildRequires:	automoc4 >= 0.9.88
+BuildRequires:	boost-devel
+BuildRequires:	cmake >= 2.8.0
+BuildRequires:	giflib-devel
+BuildRequires:	gmp-devel
+BuildRequires:	gpgme-devel
+BuildRequires:	jasper-devel
+BuildRequires:	kde4-kdebase-devel >= %{version}
+BuildRequires:	kde4-kdebase-workspace-devel >= %{version}
+BuildRequires:	kde4-kdelibs-devel >= %{version}
+BuildRequires:	kde4-kdepimlibs-devel >= %{version}
+BuildRequires:	libgadu-devel >= 1.8.0
+BuildRequires:	libidn-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:	libktorrent-devel >= 1.0.2
+BuildRequires:	libmms-devel
+BuildRequires:	libmsn-devel >= 4.1
+BuildRequires:	libotr-devel >= 4.0.0
+BuildRequires:	libv4l-devel >= 0.5.8
+BuildRequires:	libvncserver-devel
+BuildRequires:	libxml2-progs
+BuildRequires:	libxslt-devel >= 1.0.7
+BuildRequires:	meanwhile-devel >= 1.0.1
+BuildRequires:	mediastreamer-devel >= 2.3.0
+BuildRequires:	msilbc-devel >= 2.0.1
+BuildRequires:	openssl-devel >= 0.9.7d
+BuildRequires:	ortp-devel >= 0.16.1-3
+BuildRequires:	pcre-devel
+BuildRequires:	pkgconfig
+BuildRequires:	qca-devel >= 2.0
+BuildRequires:	qimageblitz-devel >= 0.0.6
+BuildRequires:	qt4-build >= %{qtver}
+BuildRequires:	qt4-qmake >= %{qtver}
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.600
+BuildRequires:	shared-desktop-ontologies-devel >= 0.5
+BuildRequires:	soprano-devel >= 2.4.64
+BuildRequires:	speex-devel
+BuildRequires:	sqlite3-devel
+BuildRequires:	strigi-devel >= 0.7.2
+BuildRequires:	telepathy-qt4-devel >= 0.9.0
+BuildRequires:	xmms-devel
+BuildRequires:	xorg-lib-libXdamage-devel
+BuildRequires:	xorg-lib-libXtst-devel
+Requires:	kde4-kdebase >= %{version}
+# needed for /usr/share/telepathy
+Requires:	telepathy-mission-control
+Suggests:	rdesktop
+Obsoletes:	kde4-kdenetwork-kopete-tool-alias
+Obsoletes:	kdenetwork4
+Conflicts:	kdenetwork4
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Remote Desktop Connection is a client application that allows you to
+view or even control the desktop session on another machine that is
+running a compatible (VNC) server. You would typically use Remote
+Desktop Connection with the KDE VNC server, which is Desktop Sharing
+(also provided in this package), since it closely matches the special
+features of Remote Desktop Connection.
+
+%description -l pl.UTF-8
+Remote Desktop Connection to aplikacja kliencka umożliwiająca
+oglądanie a nawet sterowanie sesją na innej maszynie z działającym
+kompatybilnym serwerem (VNC). Zwykle używa się Remote Desktop
+Connection z użyciem serwera KDE VNC, czyli "dzielenia pulpitu" (także
+dostarczanego przez ten pakiet), jako że najlepiej pasuje do
+specjalnych możliwości Remote Desktop Connection.
+
+%prep
+%setup -q -n %{orgname}-%{version}
+
+%build
+install -d build
+cd build
+%cmake \
+	-DMOZPLUGIN_INSTALL_DIR=%{_browserpluginsdir} \
+	../
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} -C build install \
+        DESTDIR=$RPM_BUILD_ROOT \
+        kde_htmldir=%{_kdedocdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/krdc
+%attr(755,root,root) %{_bindir}/krdc_rfb_approver
+%attr(755,root,root) %ghost %{_libdir}/libkrdccore.so.?
+%attr(755,root,root) %{_libdir}/libkrdccore.so.*.*.*
+%attr(755,root,root) %{_libdir}/kde4/krdc_rdpplugin.so
+%attr(755,root,root) %{_libdir}/kde4/krdc_testplugin.so
+%attr(755,root,root) %{_libdir}/kde4/krdc_vncplugin.so
+%attr(755,root,root) %{_libdir}/kde4/kcm_krdc_rdpplugin.so
+%attr(755,root,root) %{_libdir}/kde4/kcm_krdc_vncplugin.so
+%{_datadir}/apps/krdc
+%{_datadir}/apps/krdc_rfb_approver
+%{_datadir}/config.kcfg/krdc.kcfg
+%{_datadir}/kde4/services/ServiceMenus/smb2rdc.desktop
+%{_datadir}/kde4/services/rdp.protocol
+%{_datadir}/kde4/services/vnc.protocol
+%{_datadir}/kde4/services/krdc_rdp.desktop
+%{_datadir}/kde4/services/krdc_rdp_config.desktop
+%{_datadir}/kde4/services/krdc_test.desktop
+%{_datadir}/kde4/services/krdc_vnc.desktop
+%{_datadir}/kde4/services/krdc_vnc_config.desktop
+%{_datadir}/kde4/servicetypes/krdc_plugin.desktop
+%{_desktopdir}/kde4/krdc.desktop
+%{_kdedocdir}/en/krdc
+%{_datadir}/dbus-1/services/org.freedesktop.Telepathy.Client.kr*.service
+%{_datadir}/telepathy/clients/kr*.client
+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kde4-krdc.git/commitdiff/bd42046ae61e621f7a54d0371e547d50e5ad927e



More information about the pld-cvs-commit mailing list