File mingw64-libogg.spec of Package mingw64-libogg
#
# spec file for package mingw64-libogg
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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-libogg
Version:        1.3.6
Release:        0
Summary:        Ogg Bitstream Library
License:        BSD-3-Clause
URL:            https://xiph.org/vorbis/
Source:         https://downloads.xiph.org/releases/ogg/libogg-%{version}.tar.xz
BuildRequires:  mingw64-cross-gcc
BuildArch:      noarch
BuildSystem:    mingw64autotools
%description
Libogg is a library for manipulating ogg bitstreams. It handles both
making ogg bitstreams and getting packets from ogg bitstreams.
%{_mingw64_debug_package}
%files
%{_mingw64_includedir}/ogg
%{_mingw64_libdir}/libogg.a
%{_mingw64_libdir}/pkgconfig/ogg.pc
%{_mingw64_datadir}/aclocal/ogg.m4
%{_mingw64_datadir}/doc/libogg
%changelog