diff --git a/phonon.spec b/phonon.spec index f67a59d..8fdcede 100644 --- a/phonon.spec +++ b/phonon.spec @@ -11,7 +11,7 @@ Summary: Multimedia framework api Name: phonon Version: 4.8.3 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPLv2+ URL: http://phonon.kde.org/ %if 0%{?snap} @@ -139,9 +139,8 @@ test "$(pkg-config --modversion phonon4qt5)" = "%{version}" %postun -p /sbin/ldconfig %files -%doc COPYING.LIB +%license COPYING.LIB %{_libdir}/libphonon.so.4* -%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml %{_qt4_plugindir}/designer/libphononwidgets.so %dir %{_datadir}/phonon/ %dir %{_kde4_libdir}/kde4/plugins/phonon_backend/ @@ -165,6 +164,7 @@ if st and st.type == "link" then end %files devel +%{_datadir}/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml %{_datadir}/phonon/buildsystem/ %dir %{_libdir}/cmake/ %{_libdir}/cmake/phonon/ @@ -188,15 +188,15 @@ end %postun qt5 -p /sbin/ldconfig %files qt5 -%doc COPYING.LIB +%license COPYING.LIB %dir %{_datadir}/phonon4qt5 %{_libdir}/libphonon4qt5.so.4* %{_libdir}/libphonon4qt5experimental.so.4* %{_qt5_plugindir}/designer/libphononwidgets.so %dir %{_qt5_plugindir}/phonon4qt5_backend/ -%{_datadir}/dbus-1/interfaces/org.kde.Phonon4Qt5.AudioOutput.xml %files qt5-devel +%{_datadir}/dbus-1/interfaces/org.kde.Phonon4Qt5.AudioOutput.xml %{_datadir}/phonon4qt5/buildsystem/ %dir %{_libdir}/cmake/ %{_libdir}/cmake/phonon4qt5/ @@ -208,6 +208,9 @@ end %changelog +* Mon Dec 21 2015 Rex Dieter 4.8.3-8 +- move xml dbus interface files to -devel, use %%license + * Tue Sep 15 2015 Rex Dieter 4.8.3-7 - -devel: add lua scriptlet workaround for symlink->dir (#1223956)