1 Star 0 Fork 0

jiaxiyajiaxiya/minicom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
minicom.spec 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
jiaxiyajiaxiya 提交于 2019-12-07 00:33 . address comments
Name: minicom
Version: 2.7.1
Release: 10
Summary: A modem control and terminal emulation program
URL: http://alioth.debian.org/projects/minicom/
License: GPLv2+ and LGPLv2+ and Public Domain
Source0: https://alioth.debian.org/frs/download.php/file/4215/%{name}-%{version}.tar.gz
Patch1: 0001-Add-a-missing-va_end-call.patch
Patch2: 0002-Make-sure-strings-copied-by-strncpy-are-null-termina.patch
Patch3: 0003-Fix-file-descriptor-leaks.patch
Patch4: 0004-Fix-a-directory-handle-leak.patch
Patch5: 0005-Fix-a-read-past-end-of-buffer.patch
Patch6: 0006-Fix-a-warning-about-an-unused-variable.patch
Patch7: 0007-loadconv-Add-missing-fclose.patch
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel gcc git
Requires: lockdev lrzsz
%description
Minicom is a communication program which somewhat resembles the shareware
program TELIX but is free with source code and runs under most unices.
%package_help
%prep
%autosetup -S git
cp -pr doc doc_
rm -f doc_/Makefile*
%build
autoreconf --verbose --force --install
%configure
%make_build
%install
%make_install
install -d %{buildroot}%{_sysconfdir}
%find_lang %{name}
%files -f %{name}.lang
%doc ChangeLog AUTHORS NEWS TODO doc_/*
%license COPYING
%{_bindir}/*
%exclude /lib/snprintf.c
%exclude %{_mandir}/man1/*
%exclude %{_datadir}/doc/*
%files help
%{_mandir}/man1/*
%{_datadir}/doc/*
%changelog
* Sun Dec 1 2019 jiaxiya <jiaxiyajiaxiya@168.com> - 2.7.1-10
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jiaxiyajiaxiya/minicom.git
git@gitee.com:jiaxiyajiaxiya/minicom.git
jiaxiyajiaxiya
minicom
minicom
master

搜索帮助