加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
zssh.spec 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
weidongkl 提交于 2021-02-18 17:57 . Initial package
Name: zssh
Version: 1.5c
Release: 1
Summary: SSH and Telnet client with ZMODEM file transfer capability
License: GPLv3
URL: http://zssh.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/zssh/zssh/1.5/%{name}-%{version}.tgz
Patch0: 0001-Remove-build-instruction-about-lrzsz.patch
Patch1: 0002-Install-files-into-under-DESTDIR.patch
Patch2: 0003-Do-not-symlink-zssh-to-ztelnet.patch
Patch3: 0004-Use-GNU-openpty-library-for-pty.h.patch
Patch4: 0005-Do-not-call-strip-in-build-process.patch
Patch5: 0006-replace-CPPFunction-call-with-rl_completion_func_t.patch
Patch6: 0007-Fix-typo-in-man-page-zssh.1.patch
Patch7: 0008-Strip-build-date-from-version-string-to-enable-repro.patch
BuildRequires: gcc readline-devel libtermcap-devel autoconf
Requires: lrzsz
%description
%{summary}.
%prep
%autosetup -p1
# remove bundled lrzsz
rm -fr lrzsz-0.12.20
%build
autoconf
%configure
%make_build
%install
mkdir -p %{buildroot}%{_bindir}/ %{buildroot}%{_mandir}/man1/
%make_install
rm %{buildroot}%{_mandir}/man1/ztelnet.1*
%files
%doc README
%license COPYING
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1.*
%changelog
* Thu Feb 18 2021 weidong <weidong@uniontech.com> - 1.5c-1
- Initial package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化