File mingw64-wavpack.spec of Package mingw64-wavpack
#
# spec file for package mingw64-wavpack
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025, Martin Hauke <mardnh@gmx.de>
#
# 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/
#
%{_mingw64_package_header_debug}
Name: mingw64-wavpack
Version: 5.8.0
Release: 0
Summary: Hybrid Lossless Audio Compression Format
License: BSD-3-Clause
URL: https://www.wavpack.com/
Source: https://www.wavpack.com/wavpack-%{version}.tar.bz2
BuildRequires: mingw64-cross-gcc
BuildArch: noarch
BuildSystem: mingw64autotools
%description
WavPack is an open audio compression format providing lossless, lossy,
and unique hybrid compression modes.
%{_mingw64_debug_package}
%install -a
rm -Rf %{buildroot}%{_mingw64_docdir}/wavpack
%files
%license COPYING
%doc README.md
%{_mingw64_bindir}/wavpack.exe
%{_mingw64_bindir}/wvgain.exe
%{_mingw64_bindir}/wvtag.exe
%{_mingw64_bindir}/wvunpack.exe
%{_mingw64_mandir}/man1/*.1%{?ext_man}
%{_mingw64_includedir}/wavpack
%{_mingw64_libdir}/libwavpack.a
%{_mingw64_libdir}/pkgconfig/wavpack.pc
%changelog