120 Star 0 Fork 6

src-openEuler/minicom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
minicom.spec 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2024-01-04 10:15 . update to version 2.9
Name: minicom
Version: 2.9
Release: 1
Summary: A modem control and terminal emulation program
URL: https://elinux.org/Minicom
License: GPLv2+ and LGPLv2+ and Public Domain
Source0: https://fossies.org/linux/misc/%{name}-%{version}.tar.gz
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel gcc
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 -p1
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
* Thu Jan 04 2024 Paul Thomas <paulthomas100199@gmail.com> - 2.9-1
- update to version 2.9
* Thu Jan 13 2022 yaoxin <yaoxin30@huawei.com> - 2.8-1
- Upgrade minicom to 2.8
* Thu Aug 05 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.7.1-13
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sat Jul 31 2021 luweitao <luweitao2@huawei.com> - 2.7.1-12
- fix failure by GCC-10
* Tue Feb 18 2020 zhusongbao <zhusongbao@huawei.com> - 2.7.1-11
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/minicom.git
git@gitee.com:src-openeuler/minicom.git
src-openeuler
minicom
minicom
master

搜索帮助