Compare commits
10 Commits
66458654f3
...
245e746538
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
245e746538 | ||
|
|
d4ed66263b | ||
|
|
47dde5db30 | ||
|
|
0741891518 | ||
|
|
23fba1c2b8 | ||
|
|
822500f375 | ||
|
|
97652f09d9 | ||
|
|
bbce1261f5 | ||
|
|
cb7dfce2ae | ||
|
|
78348098af |
BIN
minicom-2.8.tar.gz
Normal file
BIN
minicom-2.8.tar.gz
Normal file
Binary file not shown.
61
minicom.spec
Normal file
61
minicom.spec
Normal file
@ -0,0 +1,61 @@
|
||||
Name: minicom
|
||||
Version: 2.8
|
||||
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/minicom-2.8.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 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
|
||||
4
minicom.yaml
Normal file
4
minicom.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: git
|
||||
src_repo: https://salsa.debian.org/minicom-team/minicom.git
|
||||
tag_prefix: ^
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user