15
0
forked from pool/python-PyOgg

- Don't use %_libdir, it doesn't work for noarch packages

- No more greedy globs in %files.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyOgg?expand=0&rev=18
This commit is contained in:
2025-02-14 03:56:50 +00:00
committed by Git OBS Bridge
commit 3b70b50153
5 changed files with 160 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

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

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

62
python-PyOgg.changes Normal file
View File

@@ -0,0 +1,62 @@
-------------------------------------------------------------------
Fri Feb 14 03:56:05 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Don't use %_libdir, it doesn't work for noarch packages
- No more greedy globs in %files.
- Switch to pyproject macros.
-------------------------------------------------------------------
Sun Aug 28 23:07:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- update to 0.6.14a1
* Fixed ope_encoder_write (#27 )
* Contributions by @mattgwwalker :
- Added opus_get_version_string() (#23)
- Added opus_strerror() (#24)
- Example for opusfile (#25)
- Opusfile as array (#26)
- update to 0.6.13a1
* Fixed vorbis_block ( #22 )
-------------------------------------------------------------------
Tue Jan 21 16:46:25 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
- Recommend shared library package name rather than actual soname.
Depending on arch, the soname would only pull in the -32bit
packages.
-------------------------------------------------------------------
Wed Jan 15 12:18:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.6.12a1
* Fixed library loader
-------------------------------------------------------------------
Tue Sep 24 09:42:57 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.11a1:
* no upstream changelog
-------------------------------------------------------------------
Fri Apr 5 11:01:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.6.9a1:
* no upstream changelog
-------------------------------------------------------------------
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>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Nov 2 02:34:55 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Initial version

71
python-PyOgg.spec Normal file
View File

@@ -0,0 +1,71 @@
#
# spec file for package python-PyOgg
#
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: python-PyOgg
Version: 0.6.14a1
Release: 0
Summary: Python bindings for Xiphorg's Ogg Vorbis, Opus and FLAC
License: BSD-3-Clause
URL: https://github.com/Zuzu-Typ/PyOgg
Source: https://files.pythonhosted.org/packages/source/P/PyOgg/PyOgg-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libopusenc)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(vorbisenc)
BuildRequires: pkgconfig(vorbisfile)
# Automatically get so numbers
Recommends: %( ls /usr/lib*/libogg.so.*.*.* | sed -r 's/.*(libogg)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: libflac
Recommends: libvorbis
Recommends: %( ls /usr/lib*/libopus.so.*.*.* | sed -r 's/.*(libopus)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls /usr/lib*/libopusenc.so.*.*.* | sed -r 's/.*(libopusenc)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls /usr/lib*/libopusfile.so.*.*.* | sed -r 's/.*(libopusfile)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls /usr/lib*/libvorbisenc.so.*.*.* | sed -r 's/.*(libvorbisenc)\.so\.([0-9]*)\..*/\1\2/g' )
Recommends: %( ls /usr/lib*/libvorbisfile.so.*.*.* | sed -r 's/.*(libvorbisfile)\.so\.([0-9]*)\..*/\1\2/g' )
BuildArch: noarch
%python_subpackages
%description
PyOgg provides bindings for Xiph.org's OGG Vorbis, OGG Opus and FLAC
audio file formats.
%prep
%setup -q -n PyOgg-%{version}
# wrong-file-end-of-line-encoding
sed -i 's/\r$//' README.md README.rst
%build
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%files %{python_files}
%doc README.md README.rst
%license COPYING LICENSE
%{python_sitelib}/pyogg
%{python_sitelib}/PyOgg-%{version}.dist-info
%changelog