- Make qmmp require at least an input, output and ui plugin

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/qmmp?expand=0&rev=18
This commit is contained in:
Cristian Morales Vega 2012-08-04 14:42:49 +00:00 committed by Git OBS Bridge
parent e62d92727d
commit b3bdddbfc0
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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.