fix build on < factory
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=2
This commit is contained in:
parent
81e990a01c
commit
660f89a7f1
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libquvi
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname 7
|
||||
|
||||
Name: libquvi
|
||||
@ -25,7 +26,11 @@ Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
Url: http://quvi.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: lua51-devel
|
||||
%else
|
||||
BuildRequires: lua-devel >= 5.1
|
||||
%endif
|
||||
# For pkgconfig() Provides
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.18.2
|
||||
|
Loading…
Reference in New Issue
Block a user