14
0

Accepting request 575850 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/575850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-vlc?expand=0&rev=2
This commit is contained in:
2018-02-15 12:25:31 +00:00
committed by Git OBS Bridge
parent 64ad902def
commit 8e785bdc10
5 changed files with 24 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-vlc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -13,25 +13,26 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-vlc
Version: 2.2.6100
Version: 3.0.101
Release: 0
License: LGPL-2.0+
Summary: VLC bindings for python
Url: http://wiki.videolan.org/PythonBinding
License: LGPL-2.0+
Group: Development/Languages/Python
Url: http://wiki.videolan.org/PythonBinding
Source: https://files.pythonhosted.org/packages/source/p/python-vlc/python-vlc-%{version}.tar.gz
# PATCH-FIX-UPSTREAM fix-docs.patch -- Fix some example code in the docs
Patch0: fix-docs.patch
BuildRequires: python-rpm-macros
BuildRequires: vlc-devel
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
Requires: libvlc5 >= 2.2.6
BuildRequires: python-rpm-macros
BuildRequires: vlc-devel
Requires: libvlc5 >= 3.0.0
BuildArch: noarch
%python_subpackages