Projects
osmocom:nightly
neocon
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
neocon.spec
Added
@@ -0,0 +1,58 @@ +# +# spec file for package neocon +# +# Copyright (c) 2022, 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 https://bugs.opensuse.org/ +# + + +Name: neocon +Requires: osmocom-nightly = 1.0.0.202207010002 +Version: 1.0.1.202207010002 +Release: 0 +Summary: Simple serial console utility with re-open-after-disconnect +License: GPL-2.0-or-later +URL: https://github.com/openmoko/neocon +#Git-Clone: https://github.com/openmoko/neocon.git +Source: neocon_1.0.1.202207010002.tar.xz + +%description +"neocon" is a simple serial console utility that tries to open a +ttys that may exist on a system until one such open succeeds. It +then passes terminal input and output, until there is a read or +write failure on the tty, in which case it disconnects, and the +process restarts. + +%prep +%setup -q + +%build +# HACK: don't let rpmlint abort the build when it finds that a library depends +# on a package with a specific version. The path used here is listed in: +# https://build.opensuse.org/package/view_file/devel:openSUSE:Factory:rpmlint/rpmlint-mini/rpmlint-mini.config?expand=1 +# Instead of writing to the SOURCES dir, we could upload osmocom-rpmlintrc as +# additional source for each package. But that's way more effort, not worth it. +echo "setBadness('shlib-fixed-dependency', 0)" \ + > "%{_sourcedir}/osmocom-rpmlintrc" + +%make_build + +%install +%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} + +%files +%license debian/copyright +%doc README +%{_bindir}/neocon + +%changelog
View file
neocon_1.0.1.202206300002.dsc -> neocon_1.0.1.202207010002.dsc
Changed
@@ -2,7 +2,7 @@ Source: neocon Binary: neocon Architecture: any -Version: 1.0.1.202206300002 +Version: 1.0.1.202207010002 Maintainer: Harald Welte <laforge@gnumonks.org> Homepage: https://github.com/openmoko/neocon Standards-Version: 3.9.8 @@ -12,8 +12,8 @@ Package-List: neocon deb net extra arch=any Checksums-Sha1: - b4acd9600d09cb62a6a55f6be0455da26c883520 4664 neocon_1.0.1.202206300002.tar.xz + 60616e633af51eefc88c7a92cd8155d08c139c5b 5192 neocon_1.0.1.202207010002.tar.xz Checksums-Sha256: - 7da4f05bda678daba07d635fe2d641512eff54c2da76ab4325fa6da433de76f3 4664 neocon_1.0.1.202206300002.tar.xz + f0444a549669ec8b2cd8cf17e1380012bcd96ad15d33f01990fa898f4715469c 5192 neocon_1.0.1.202207010002.tar.xz Files: - 292c633acf5c0716dd6a8b87e75a8b9f 4664 neocon_1.0.1.202206300002.tar.xz + 464bf5c3e344343767367821f0b6b5aa 5192 neocon_1.0.1.202207010002.tar.xz
View file
neocon_1.0.1.202207010002.tar.xz/contrib
Added
+(directory)
View file
neocon_1.0.1.202207010002.tar.xz/contrib/neocon.spec.in
Added
@@ -0,0 +1,49 @@ +# +# spec file for package neocon +# +# Copyright (c) 2022, 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 https://bugs.opensuse.org/ +# + + +Name: neocon +Version: @VERSION@ +Release: 0 +Summary: Simple serial console utility with re-open-after-disconnect +License: GPL-2.0-or-later +URL: https://github.com/openmoko/neocon +#Git-Clone: https://github.com/openmoko/neocon.git +Source: https://github.com/openmoko/neocon/archive/refs/tags/%{version}.tar.gz + +%description +"neocon" is a simple serial console utility that tries to open a +ttys that may exist on a system until one such open succeeds. It +then passes terminal input and output, until there is a read or +write failure on the tty, in which case it disconnects, and the +process restarts. + +%prep +%setup -q + +%build +%make_build + +%install +%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} + +%files +%license debian/copyright +%doc README +%{_bindir}/neocon + +%changelog
View file
neocon_1.0.1.202206300002.tar.xz/debian/changelog -> neocon_1.0.1.202207010002.tar.xz/debian/changelog
Changed
@@ -1,8 +1,8 @@ -neocon (1.0.1.202206300002) UNRELEASED; urgency=medium +neocon (1.0.1.202207010002) UNRELEASED; urgency=medium * Snapshot build - -- Harald Welte <laforge@gnumonks.org> Thu, 30 Jun 2022 00:09:27 +0000 + -- Harald Welte <laforge@gnumonks.org> Fri, 01 Jul 2022 00:09:31 +0000 neocon (1.0.1) unstable; urgency=medium
View file
neocon_1.0.1.202206300002.tar.xz/debian/control -> neocon_1.0.1.202207010002.tar.xz/debian/control
Changed
@@ -11,5 +11,5 @@ Package: neocon Architecture: any Multi-Arch: same -Depends: osmocom-nightly (= 1.0.0.202206300002), ${misc:Depends}, ${shlibs:Depends} +Depends: osmocom-nightly (= 1.0.0.202207010002), ${misc:Depends}, ${shlibs:Depends} Description: Simple serial console utility with re-open-after-disconnect
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.