15
0
forked from pool/python-PyOgg

- Update to 0.6.7a1:

* no upstream changelog

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOgg?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-04 16:46:29 +00:00
committed by Git OBS Bridge
parent a170a12ac2
commit 0559299a47
4 changed files with 15 additions and 9 deletions

View File

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

3
PyOgg-0.6.7a1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 16:46:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.7a1:
* no upstream changelog
-------------------------------------------------------------------
Tue Dec 4 12:52:33 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-PyOgg
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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
@@ -18,15 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-PyOgg
Version: 0.6.4a1
Version: 0.6.7a1
Release: 0
Summary: Python bindings for Xiphorg's Ogg Vorbis, Opus and FLAC
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/Zuzu-Typ/PyOgg
URL: https://github.com/Zuzu-Typ/PyOgg
Source: https://files.pythonhosted.org/packages/source/P/PyOgg/PyOgg-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libopusenc)
BuildRequires: pkgconfig(ogg)
@@ -34,8 +35,6 @@ BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(vorbisenc)
BuildRequires: pkgconfig(vorbisfile)
Recommends: libflac
Recommends: libvorbis
# Automatically get so numbers
Recommends: %( ls %{_libdir}/libogg.so.*.*.* | sed -r 's/.*(libogg\.so\.[0-9]*)\..*/\1/g' )
Recommends: %( ls %{_libdir}/libopus.so.*.*.* | sed -r 's/.*(libopus\.so\.[0-9]*)\..*/\1/g' )
@@ -43,8 +42,9 @@ Recommends: %( ls %{_libdir}/libopusenc.so.*.*.* | sed -r 's/.*(libopusenc\.
Recommends: %( ls %{_libdir}/libopusfile.so.*.*.* | sed -r 's/.*(libopusfile\.so\.[0-9]*)\..*/\1/g' )
Recommends: %( ls %{_libdir}/libvorbisenc.so.*.*.* | sed -r 's/.*(libvorbisenc\.so\.[0-9]*)\..*/\1/g' )
Recommends: %( ls %{_libdir}/libvorbisfile.so.*.*.* | sed -r 's/.*(libvorbisfile\.so\.[0-9]*)\..*/\1/g' )
Recommends: libflac
Recommends: libvorbis
BuildArch: noarch
%python_subpackages
%description