Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
EternalTerminal
EternalTerminal.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File EternalTerminal.spec of Package EternalTerminal
# # spec file for package EternalTerminal # # Copyright (c) 2024 SUSE LLC # # 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/ # %global _firewalld_dir %{_prefix}/lib/firewalld %if 0%{?sle_version} >= 150300 %define forced_gcc_version -10 BuildRequires: gcc10-c++ %else BuildRequires: gcc-c++ %endif Name: EternalTerminal Version: 6.2.8 Release: 0 Summary: Remote shell that survives IP roaming and disconnect License: Apache-2.0 URL: https://mistertea.github.io/EternalTerminal/ Source0: https://github.com/MisterTea/EternalTerminal/archive/et-v%{version}.tar.gz Source1: et.xml BuildRequires: boost-devel BuildRequires: cmake BuildRequires: curl-devel BuildRequires: firewall-macros BuildRequires: firewalld BuildRequires: gflags-devel BuildRequires: libopenssl-devel BuildRequires: libsodium-devel BuildRequires: ncurses-devel BuildRequires: ninja BuildRequires: pkgconfig BuildRequires: protobuf-devel BuildRequires: utempter-devel BuildRequires: pkgconfig(systemd) %{?systemd_requires} %description Eternal Terminal (ET) is a remote shell that automatically reconnects without interrupting the session. %prep %autosetup -n EternalTerminal-et-v%{version} -p1 %build %if 0%{?forced_gcc_version:1} export CC=gcc%{?forced_gcc_version} export CXX=g++%{?forced_gcc_version} %endif export CXXFLAGS="%{optflags} -std=c++17" # see https://github.com/MisterTea/EternalTerminal/issues/403 %cmake -DDISABLE_VCPKG:BOOL=ON -DProtobuf_LITE_LIBRARY=%{_libdir}/libprotobuf-lite.so %make_build %install %cmake_install mkdir -p \ %{buildroot}%{_unitdir} \ %{buildroot}%{_sysconfdir} \ %{buildroot}%{_firewalld_dir}/services install -m 0644 -p systemctl/et.service %{buildroot}%{_unitdir}/et.service install -m 0644 -p etc/et.cfg %{buildroot}%{_sysconfdir}/et.cfg install -m 0644 %{SOURCE1} %{buildroot}%{_firewalld_dir}/services/et.xml mv %{buildroot}%{_bindir}/et %{buildroot}%{_bindir}/et-client # https://github.com/MisterTea/EternalTerminal/issues/601 rm %{buildroot}%{_includedir}/httplib.h rm %{buildroot}%{_libdir}/cmake/httplib/*.cmake %pre %service_add_pre et.service %post %service_add_post et.service %firewalld_reload %preun %service_del_preun et.service %postun %service_del_postun et.service %firewalld_reload %files %license LICENSE %doc README.md %{_bindir}/et-client %{_bindir}/etserver %{_bindir}/etterminal %{_bindir}/htm %{_bindir}/htmd %dir %{_firewalld_dir} %dir %{_firewalld_dir}/services %{_firewalld_dir}/services/et.xml %config(noreplace) %{_sysconfdir}/et.cfg %{_unitdir}/et.service %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor