commit 2ce62b2429bbc675792f65a2eff5e1153b90002124a69d802a54335b56b783e4 Author: Michal Suchanek Date: Thu Sep 3 13:59:46 2020 +0000 Accepting request 828823 from home:mnhauke Initial package for interceptty OBS-URL: https://build.opensuse.org/request/show/828823 OBS-URL: https://build.opensuse.org/package/show/hardware/interceptty?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/_service b/_service new file mode 100644 index 0000000..6328385 --- /dev/null +++ b/_service @@ -0,0 +1,16 @@ + + + https://github.com/geoffmeyers/interceptty.git + yes + master + git + enable + 0.6+git.%cd + + + *.tar + xz + + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..91202a5 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/geoffmeyers/interceptty.git + 3b6fbbb748d6707a9287181eda66ff07b9629fab \ No newline at end of file diff --git a/interceptty-0.6+git.20190731.tar.xz b/interceptty-0.6+git.20190731.tar.xz new file mode 100644 index 0000000..4b3f547 --- /dev/null +++ b/interceptty-0.6+git.20190731.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840461467de3b2594277ad08c87bade13fa29554b23d99c4941041fb29b7d555 +size 190204 diff --git a/interceptty.changes b/interceptty.changes new file mode 100644 index 0000000..c5d8d4b --- /dev/null +++ b/interceptty.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sun Aug 23 22:36:59 UTC 2020 - mardnh@gmx.de + +- Initial package, version 0.6+git.20190731 diff --git a/interceptty.spec b/interceptty.spec new file mode 100644 index 0000000..94bcecc --- /dev/null +++ b/interceptty.spec @@ -0,0 +1,53 @@ +# +# spec file for package interceptty +# +# Copyright (c) 2020, Martin Hauke +# +# 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: interceptty +Version: 0.6+git.20190731 +Release: 0 +Summary: Serial port sniffer +License: GPL-2.0-only +Group: Hardware/Modem +URL: https://github.com/geoffmeyers/interceptty +Source: %{name}-%{version}.tar.xz + +%description +IntercepTTY is a program that can sit between a real (or fake) +serial port and an application, recording any communications +between the application and the device. It can also be used as a +network serial server or client, to provide an emulated serial port +connected to a program, and for various other tasks. + +%prep +%setup -q +chmod -x AUTHORS ChangeLog README.md COPYING + +%build +%configure +%make_build + +%install +%make_install + +%files +%license COPYING +%doc AUTHORS ChangeLog README.md +%{_bindir}/interceptty +%{_bindir}/interceptty-nicedump +%{_mandir}/man1/interceptty.1%{?ext_man} + +%changelog