File mingw64-libusb3380.spec of Package mingw64-libusb3380
#
# spec file for package mingw64-libusb3380
#
# Copyright (c) 2019-2024, 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 http://bugs.opensuse.org/
#
%define sover 0
%define libname libusb3380-%{sover}
%define realname libusb3380
Name: mingw64-%{realname}
Version: 0.0.0+git.20190112
Release: 0
Summary: USB3380 abstraction layer for libusb
License: LGPL-2.1-only
Group: Development/Libraries/C and C++
URL: http://xtrx.io
#Git-Clone: https://github.com/xtrx-sdr/libusb3380.git
Source: %{realname}-%{version}.tar.xz
Patch0: x.patch
BuildRequires: git-core
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-cmake
BuildRequires: mingw64-cross-gcc
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-libusb-1_0-devel
%{_mingw64_package_header_debug}
BuildArch: noarch
%description
USB3380 abstraction layer for libusb.
%package -n mingw64-%{libname}
Summary: USB3380 abstraction layer for libusb
Group: System/Libraries
%description -n mingw64-%{libname}
USB3380 abstraction layer for libusb.
%package -n mingw64-%{realname}-devel
Summary: Development files for libusb3380
Group: Development/Libraries/C and C++
Requires: mingw64-%{libname} = %{version}
Requires: mingw64-libusb-1_0-devel
%description -n mingw64-%{realname}-devel
USB3380 abstraction layer for libusb.
This subpackage contains libraries and header files for developing
applications that want to make use of libusb3380.
%{_mingw64_debug_package}
%prep
%setup -q -n %{realname}-%{version}
%autopatch -p1
%build
%{_mingw64_cmake} \
-DFORCE_ARCH=x86_64
%{_mingw64_make} %{?_smp_mflags}
%install
%{_mingw64_cmake_install}
%files -n mingw64-%{libname}
%license LICENSE
%doc README.md
%{_mingw64_libdir}/libusb3380.dll
%files -n mingw64-%{realname}-devel
%{_mingw64_includedir}/libusb3380.h
%{_mingw64_libdir}/libusb3380.dll.a
%{_mingw64_libdir}/pkgconfig/libusb3380.pc
%changelog