Name: kde-connect Version: 0.3 Release: 1%{?dist} License: GPLv2+ Summary: KDE Connect client for communication with smartphones Url: https://projects.kde.org/projects/playground/base/kdeconnect-kde Source0: http://download.kde.org/unstable/kdeconnect/0.3/src/kdeconnect-kde-%{version}.tar.xz BuildRequires: cmake BuildRequires: kdelibs4-devel Requires: kde-runtime%{?_kde4_version: >= %{_kde4_version}} %description KDE Connect adds communication between KDE and your smartphone. Currently, you can pair with your Android phone using the KDE Connect app from Albert Vaka which you can obtain on Google Play. %prep %setup -q -n kdeconnect-kde-%{version} %build mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kde4} .. popd make %{?_smp_mflags} -C %{_target_platform} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang %{name} --all-name --with-kde %files -f %{name}.lang #%doc COPYING README %{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.daemon.xml %{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.notifications.notification.xml %{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.notifications.xml %{_datadir}/dbus-1/interfaces/org.kde.kdeconnect.device.xml %{_kde4_libdir}/kde4/imports/org/kde/kdeconnect/libkdeconnectdeclarativeplugin.so %{_kde4_libdir}/kde4/imports/org/kde/kdeconnect/qmldir %{_kde4_libdir}/kde4/kcm_kdeconnect.so #modules %{_kde4_libdir}/kde4/kdeconnect_*.so %{_kde4_libdir}/kde4/kded_kdeconnect.so %{_kde4_libdir}/libkdeconnect.so %{_kde4_libdir}/libkdeconnect.so.1 %{_kde4_libdir}/libkdeconnect.so.1.0.1 %{_kde4_appsdir}/kdeconnect/ %{_kde4_appsdir}/plasma/plasmoids/kdeconnect/contents/ui/CompactRepresentation.qml %{_kde4_appsdir}/plasma/plasmoids/kdeconnect/contents/ui/DeviceDelegate.qml %{_kde4_appsdir}/plasma/plasmoids/kdeconnect/contents/ui/config.ui %{_kde4_appsdir}/plasma/plasmoids/kdeconnect/contents/ui/kdeconnect.qml %{_kde4_appsdir}/plasma/plasmoids/kdeconnect/metadata.desktop %{_kde4_datadir}/kde4/services/kcm_kdeconnect.desktop #module desktop files %{_kde4_datadir}/kde4/services/kdeconnect_*.desktop %{_kde4_datadir}/kde4/services/kded/kdeconnect.desktop %{_kde4_datadir}/kde4/services/plasma-kdeconnect.desktop %{_kde4_datadir}/kde4/servicetypes/kdeconnect_plugin.desktop %changelog * Thu Oct 17 2013 Martin Briza - 0.3-1 - Initial package