automatic version update by autodist [release 2.10-1mamba;Sun Feb 23 2025]
This commit is contained in:
@ -2,3 +2,4 @@
|
||||
|
||||
Minicom is a menu driven communications program. It emulates ANSI and VT102 terminals. It has a dialing directory and auto zmodem download.
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
%define minver %(echo %version | cut -d. -f3)
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
Name: minicom
|
||||
Version: 2.9
|
||||
Version: 2.10
|
||||
Release: 1mamba
|
||||
Summary: A menu driven communications program
|
||||
Group: Applications/Communication
|
||||
@ -29,13 +29,11 @@ Requires: gkermit >= 1.0
|
||||
%description
|
||||
Minicom is a menu driven communications program. It emulates ANSI and VT102 terminals. It has a dialing directory and auto zmodem download.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%setup -q -n %{name}-%{majver}
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -65,6 +63,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/minicom/minirc.dfl
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 23 2025 Automatic Build System <autodist@openmamba.org> 2.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Oct 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9-1mamba
|
||||
- update to 2.9
|
||||
|
||||
|
Reference in New Issue
Block a user