14
0

Accepting request 660106 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/660106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-vlc?expand=0&rev=4
This commit is contained in:
2018-12-24 10:46:41 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Dec 19 18:44:18 UTC 2018 - aloisio@gmx.com
- Update to version 3.0.4106 (no changelog supplied)
-------------------------------------------------------------------
Tue Dec 4 12:53:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 8 15:52:15 UTC 2018 - aloisio@gmx.com Tue May 8 15:52:15 UTC 2018 - aloisio@gmx.com

View File

@@ -18,23 +18,21 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-python-vlc Name: python-python-vlc
Version: 3.0.102 Version: 3.0.4106
Release: 0 Release: 0
Summary: VLC bindings for python Summary: VLC bindings for python
License: LGPL-2.0+ License: LGPL-2.0-or-later
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://wiki.videolan.org/PythonBinding URL: http://wiki.videolan.org/PythonBinding
Source: https://files.pythonhosted.org/packages/source/p/python-vlc/python-vlc-%{version}.tar.gz 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 # PATCH-FIX-UPSTREAM fix-docs.patch -- Fix some example code in the docs
Patch0: fix-docs.patch Patch0: fix-docs.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: vlc-devel BuildRequires: vlc-devel
Requires: libvlc5 >= 3.0.0 Requires: libvlc5 >= 3.0.0
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -46,7 +44,7 @@ This module provides ctypes-based bindings for the native libvlc API
%prep %prep
%setup -q -n python-vlc-%{version} %setup -q -n python-vlc-%{version}
%patch0 -p1 %patch0 -p1
sed -i -e '1{\,^#! /usr/bin/python,d}' vlc.py sed -i -e '1{\,^#! %{_bindir}/python,d}' vlc.py
%build %build
%python_build %python_build
@@ -56,8 +54,8 @@ sed -i -e '1{\,^#! /usr/bin/python,d}' vlc.py
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license COPYING
%doc COPYING README.module %doc README.module
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c51a1c553852a08bd92176de473e15bda7d507ff5ec58005b2a9de5ca8f593a5
size 91412

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6cb026dcd65a367b95a37d37eb461e7ae9be261617884679e3e7cadae891068
size 99143