File cwiid.spec of Package cwiid
#
# spec file for package cwiid
#
# Copyright (c) 2018 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
# 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/
#
%global python_sitearch %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")
%define sover 1
Name: cwiid
Version: 0.6.91
Release: 0
Summary: Library to access Wiimotes
License: GPL-2.0+
Group: Development/Libraries/C and C++
Url: http://abstrakraft.org/cwiid/
Source: %{name}-%{version}.tar.gz
Source2: baselibs.conf
Patch0: fix_link_dependencies.patch
Patch1: fix_458245.patch
Patch2: fix_man_hyphen.patch
Patch3: add_other_plugins_#487498.patch
Patch4: fix_wiid_pc.patch
Patch5: python-setup.py.patch
Patch6: wminput-Makefile.in.patch
Patch7: python3.10.patch
Patch8: python3-build-azzra.patch
Patch9: ignore-wmgui.patch
Patch10: no-gtk2.patch
Patch11: gcc-14.patch
Patch12: py3.13-buffers.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
BuildRequires: bluez-devel
BuildRequires: flex
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: pkgconfig(gthread-2.0)
BuildRequires: pkgconfig(gtk+-2.0) >= 2.0.0
%description
Library to access Wiimotes.
%package -n libcwiid%{sover}
Summary: Library to access Wiimotes
Group: System/Libraries
%description -n libcwiid%{sover}
Library to access Wiimotes.
%package -n libcwiid-devel
Summary: Library to access Wiimotes
Group: Development/Libraries/C and C++
Requires: bluez-devel
Requires: libcwiid%{sover} = %{version}
%description -n libcwiid-devel
API and library to access Wiimotes.
%package -n wminput
Summary: Linux Event Driver for the Wiimote
Group: Hardware/Joystick
Requires: libcwiid%{sover} = %{version}
%description -n wminput
wminput is an Linux event, mouse, and joystick driver for the wiimote using the
uinput system.
It supports assigning key/button symbols to buttons on the wiimote, nunchuk,
and classic controller, and axes symbols to wiimote axes including direction
pads, "analog" sticks, and "analog" shoulder buttons.
Furthermore, it provides a plugin interface through which more advanced
functionality can be implemented, such as accelerometer and ir calculations.
Plugins can provide button-type events and axes.
%package -n wmgui
Summary: Graphical User Interface to the Wiimote
Group: Hardware/Joystick
Requires: libcwiid%{sover} = %{version}
%description -n wmgui
Graphical user interface for the capabilities of libcwiid, a Wiimote access
library.
%package -n lswm
Summary: List Wiimote Devices
Group: Hardware/Joystick
Requires: libcwiid%{sover} = %{version}
%description -n lswm
lswm is a command-line utility to list Wiimote devices.
%package -n python-cwiid
Summary: Python Module to Access Wiimotes
Group: Development/Libraries/Python
Requires: libcwiid%{sover} = %{version}
%description -n python-cwiid
Python wrapper module around the libcwiid library, to
access Wiimote devices.
%prep
%autosetup -p1
%build
autoreconf -fiv
%configure \
--disable-ldconfig
make %{?_smp_mflags}
%install
%make_install
rm "%{buildroot}%{_libdir}"/lib*.a
rm -rf "%{buildroot}%{_datadir}/doc"
chmod 0644 "%{buildroot}%{_includedir}"/*.h
chmod 0644 "%{buildroot}%{_sysconfdir}"/cwiid/wminput/*
rm doc/Makefile* %{buildroot}%{_mandir}/man1/wmgui.1
find %{buildroot}
%post -n libcwiid%{sover} -p /sbin/ldconfig
%postun -n libcwiid%{sover} -p /sbin/ldconfig
%files -n lswm
%defattr(-,root,root)
%{_bindir}/lswm
%files -n wminput
%defattr(-,root,root)
%doc doc/wminput.list
%doc wminput/README
%doc AUTHORS ChangeLog COPYING NEWS README
%dir %{_sysconfdir}/cwiid/wminput
%config %{_sysconfdir}/cwiid/wminput/*
%{_bindir}/wminput
%dir %{_libdir}/cwiid
%dir %{_libdir}/cwiid/plugins
%{_libdir}/cwiid/plugins/*.so
%{_mandir}/man1/wminput.1%{ext_man}
%files -n libcwiid-devel
%defattr(-,root,root)
%{_includedir}/cwiid.h
%{_libdir}/libcwiid.so
%{_libdir}/pkgconfig/%{name}.pc
%files -n libcwiid%{sover}
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
%doc doc/Xmodmap
%dir %{_sysconfdir}/cwiid
%dir %{_libdir}/cwiid
%dir %{_libdir}/cwiid/plugins
%{_libdir}/libcwiid.so.%{sover}
%{_libdir}/libcwiid.so.%{sover}.*
%files -n python-cwiid
%defattr(-,root,root)
%{python_sitearch}/cwiid.cpython*.so
%{python_sitearch}/cwiid-3.0.0-py*.egg-info
%changelog