forked from pool/libquvi
Accepting request 100494 from multimedia:libs
Always build against lua-devel; lua 5.2 works (forwarded request 100491 from vuntz) OBS-URL: https://build.opensuse.org/request/show/100494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libquvi?expand=0&rev=2
This commit is contained in:
commit
9b019a1fe5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 12:37:03 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Always build against lua-devel: lua 5.2 on 12.2/Factory doesn't
|
||||
seem to be an issue.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 10 13:13:14 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -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,17 +15,18 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname 7
|
||||
|
||||
Name: libquvi
|
||||
Version: 0.4.0
|
||||
Release: 1
|
||||
Release: 0
|
||||
Summary: Library to parse flash media stream URLs
|
||||
Group: System/Libraries
|
||||
License: LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: http://quvi.sourceforge.net/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
BuildRequires: lua51-devel
|
||||
BuildRequires: lua-devel >= 5.1
|
||||
# For pkgconfig() Provides
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcurl) >= 7.18.2
|
||||
|
Loading…
Reference in New Issue
Block a user