diff --git a/qmmp.changes b/qmmp.changes index a823c16..0cde12b 100644 --- a/qmmp.changes +++ b/qmmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 4 14:41:38 UTC 2012 - reddwarf@opensuse.org + +- Make qmmp require at least an input, output and ui plugin + ------------------------------------------------------------------- Mon Jul 30 14:19:32 UTC 2012 - reddwarf@opensuse.org diff --git a/qmmp.spec b/qmmp.spec index 5036b86..1a35800 100644 --- a/qmmp.spec +++ b/qmmp.spec @@ -78,6 +78,9 @@ BuildRequires: pkgconfig(mad) %if %{with faad} BuildRequires: libfaad-devel %endif +Requires: qmmp(%{soname})(Input) +Requires: qmmp(%{soname})(Output) +Requires: qmmp(%{soname})(Ui) %description This program is an audio-player, written with help of Qt library. The program @@ -95,6 +98,9 @@ Qmmp library. %package -n libqmmp%{soname}-plugins Summary: Plugins for libqmmp Group: System/Libraries +Provides: qmmp(%{soname})(Input) +Provides: qmmp(%{soname})(Output) +Provides: qmmp(%{soname})(Ui) %description -n libqmmp%{soname}-plugins Plugins for libqmmp.