diff --git a/bluedevil.spec b/bluedevil.spec index 24d45d7..9e2c0dd 100644 --- a/bluedevil.spec +++ b/bluedevil.spec @@ -45,17 +45,17 @@ Requires: kf5-kded # When -autostart was removed Obsoletes: bluedevil-autostart < 5.2.95 +Provides: bluedevil-autostart = %{name}-%{version} %description BlueDevil is the bluetooth stack for KDE. - %prep %setup -q -n %{name}-%{version} %build -mkdir %{_target_platform} +mkdir -p %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd @@ -65,7 +65,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang bluedevil5 --with-qt --all-name +%find_lang bluedevil5 --with-qt --with-kde --all-name %check desktop-file-validate %{buildroot}%{_kf5_datadir}/applications/org.kde.bluedevilsendfile.desktop @@ -88,8 +88,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %files -f bluedevil5.lang %doc README -%{_kf5_bindir}/bluedevil-sendfile -%{_kf5_bindir}/bluedevil-wizard +%{_kf5_bindir}/bluedevil-* %{_libexecdir}/bluedevil-* %{_kf5_qtplugindir}/kcm_*.so %{_kf5_qtplugindir}/kio_*.so @@ -99,21 +98,15 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %{_kf5_datadir}/kservices5/*.desktop %{_kf5_datadir}/kservices5/*.protocol %{_kf5_datadir}/knotifications5/bluedevil.notifyrc -%{_kf5_datadir}/applications/org.kde.bluedevilsendfile.desktop -%{_kf5_datadir}/applications/org.kde.bluedevilwizard.desktop -%{_kf5_datadir}/bluedevilwizard/ +%{_kf5_datadir}/applications/*.desktop +%{_kf5_datadir}/bluedevilwizard %{_kf5_datadir}/plasma/plasmoids/org.kde.plasma.bluetooth -%{_kf5_qmldir}/org/kde/plasma/private/bluetooth/ +%{_kf5_qmldir}/org/kde/plasma/private/bluetooth %{_datadir}/mime/packages/*.xml - %changelog -* Sat Apr 25 2015 Rex Dieter 5.3.0-1 -- 5.3.0 - -* Sat Apr 25 2015 Rex Dieter - 5.2.95-2 -- drop Provides: -autostart (it's a lie, not included or supported anymore) -- .spec cosmetics +* Mon Apr 27 2015 Daniel Vrátil - 5.3.0-1 +- Plasma 5.3.0 * Wed Apr 22 2015 Daniel Vrátil - 5.2.95-1 - Plasma 5.2.95