Projects
osmocom:nightly
neocon
neocon.spec
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File neocon.spec of Package neocon (Revision 26)
Currently displaying revision
26
,
Show latest
# # 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.202207230002 Version: 1.0.2.202207230002 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.2.202207230002.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
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
.