Skip to content

Commit

Permalink
Update kappanhang to version 1.3 / rev 1 via SR 1247718
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1247718
by user AndreasStieger + dimstar_suse
tool to remotely open audio channels and a serial port to an Icom transceiver
  • Loading branch information
AndreasStieger authored and bmwiedemann committed Feb 21, 2025
1 parent ed80c34 commit ccb4ab6
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 0 deletions.
Binary file added packages/k/kappanhang/.files
Binary file not shown.
9 changes: 9 additions & 0 deletions packages/k/kappanhang/.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<package name="kappanhang" project="openSUSE:Factory">
<title>Remotely open audio channels and a serial port to an Icom transceiver</title>
<description>kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1
server. The app is mainly developed for connecting to the Icom IC-705
transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the
protocol are implemented including packet retransmission on packet loss.</description>
<devel project="hamradio" package="kappanhang"/>
<url>https://github.com/nonoo/kappanhang</url>
</package>
10 changes: 10 additions & 0 deletions packages/k/kappanhang/.rev
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<revisionlist>
<revision rev="1" vrev="1">
<srcmd5>04fcb39b2c6f6f19b80c03504d1afc14</srcmd5>
<version>1.3</version>
<time>1740171685</time>
<user>dimstar_suse</user>
<comment>tool to remotely open audio channels and a serial port to an Icom transceiver</comment>
<requestid>1247718</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/k/kappanhang/_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<services>
<service name="go_modules" mode="disabled">
<param name="compression">zst</param>
</service>
</services>
1 change: 1 addition & 0 deletions packages/k/kappanhang/kappanhang-1.3.tar.gz
4 changes: 4 additions & 0 deletions packages/k/kappanhang/kappanhang.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-------------------------------------------------------------------
Fri Feb 21 18:33:11 UTC 2025 - Andreas Stieger <[email protected]>

- initial package
55 changes: 55 additions & 0 deletions packages/k/kappanhang/kappanhang.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
#
# spec file for package kappanhang
#
# Copyright (c) 2025 Andreas Stieger <[email protected]>
#
# 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/
#


Name: kappanhang
Version: 1.3
Release: 0
Summary: Remotely open audio channels and a serial port to an Icom transceiver
License: MIT
URL: https://github.com/nonoo/kappanhang
Source: https://github.com/nonoo/kappanhang/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
BuildRequires: golang-packaging
BuildRequires: pkgconfig
BuildRequires: zstd
BuildRequires: pkgconfig(libpulse-simple)

%description
kappanhang remotely opens audio channels and a serial port to an Icom RS-BA1
server. The app is mainly developed for connecting to the Icom IC-705
transceiver, which has built-in Wi-Fi and RS-BA1 server. All features of the
protocol are implemented including packet retransmission on packet loss.

%prep
%autosetup -p1 -a1

%build
go build \
-mod=vendor \
-buildmode=pie \
%{nil}

%install
install -D -m0755 %{name} %{buildroot}%{_bindir}/%{name}

%files
%license LICENSE
%doc README.md
%{_bindir}/kappanhang

%changelog
1 change: 1 addition & 0 deletions packages/k/kappanhang/vendor.tar.zst

0 comments on commit ccb4ab6

Please sign in to comment.