Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
427d993a2a | ||
|
|
494641ff8e | ||
|
|
cc4f413816 | ||
|
|
778f1f6d80 | ||
|
|
b2b461bce2 | ||
|
|
c32e15747b | ||
|
|
0720f4ee4e |
2 changed files with 23 additions and 15 deletions
26
wiiuse.spec
26
wiiuse.spec
|
|
@ -4,12 +4,11 @@
|
|||
|
||||
Name: wiiuse
|
||||
Version: 0.15.5
|
||||
Release: 11%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: The wiiuse library is used to access and control multiple Nintendo Wiimotes
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/rpavlik/wiiuse
|
||||
Source0: https://github.com/rpavlik/wiiuse/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
#Patch0: wiiuse-freeglut.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -48,7 +47,7 @@ for i in example*/*; do dos2unix $i; done
|
|||
for i in src/*; do dos2unix $i; done
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
|
@ -78,6 +77,27 @@ chrpath -d %{buildroot}%{_bindir}/wiiuseexample*
|
|||
%ldconfig_scriptlets
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jul 17 2025 Gwyn Ciesla <gwync@protonmail.com> - 0.15.5-15
|
||||
- Cmake fix.
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.5-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +0,0 @@
|
|||
diff -uPr wiiuse_v0.12.orig/src/Makefile wiiuse_v0.12/src/Makefile
|
||||
--- wiiuse_v0.12.orig/src/Makefile 2008-03-02 18:30:04.000000000 -0500
|
||||
+++ wiiuse_v0.12/src/Makefile 2010-11-20 17:37:50.987825850 -0500
|
||||
@@ -32,7 +32,7 @@
|
||||
#
|
||||
# Linking flags
|
||||
#
|
||||
-LDFLAGS = -shared -lm -lbluetooth
|
||||
+LDFLAGS = -shared -Wl,-soname,libwiiuse.so.0 -lm -lbluetooth
|
||||
|
||||
#
|
||||
# Target binaries (always created as BIN)
|
||||
Loading…
Add table
Add a link
Reference in a new issue