SHA256
1
0
forked from pool/qmmp
Alexei Sorokin 2017-05-11 11:11:16 +00:00 committed by Git OBS Bridge
parent d6d8e9167c
commit d28897a749
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 11 09:27:18 UTC 2017 - sor.alexei@meowr.ru
- Enable building with libmad for newer openSUSE releases even
outside of Packman.
-------------------------------------------------------------------
Thu Mar 23 11:55:35 UTC 2017 - sor.alexei@meowr.ru

View File

@ -18,7 +18,6 @@
%define sover 1
%bcond_with faad
%bcond_with mad
%bcond_with restricted
Name: qmmp
Version: 1.1.8
@ -82,7 +81,7 @@ Requires: %{name}(%{sover})(Ui)
%if %{with faad}
BuildRequires: libfaad-devel
%endif
%if %{with mad}
%if 0%{?suse_version} > 1320 || 0%{?sle_version} > 120200 || %{with restricted}
BuildRequires: pkgconfig(mad)
%endif