update to 2.9 [release 2.9-1mamba;Mon Oct 02 2023]
This commit is contained in:
parent
f5b536121f
commit
16a2a4eece
@ -1,14 +1,14 @@
|
|||||||
%define minver %(echo %version | cut -d. -f3)
|
%define minver %(echo %version | cut -d. -f3)
|
||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: minicom
|
Name: minicom
|
||||||
Version: 2.8
|
Version: 2.9
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A menu driven communications program
|
Summary: A menu driven communications program
|
||||||
Group: Applications/Communication
|
Group: Applications/Communication
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://alioth.debian.org/projects/minicom/
|
URL: https://salsa.debian.org/minicom-team/minicom
|
||||||
Source: https://salsa.debian.org/minicom-team/minicom.git/%{version}/minicom-%{version}.tar.bz2
|
Source: https://salsa.debian.org/minicom-team/minicom.git/%{version}/minicom-%{version}.tar.bz2
|
||||||
Source1: minicom-2.1-conf
|
Source1: minicom-2.1-conf
|
||||||
Patch0: minicom-2.3-getline-rename.patch
|
Patch0: minicom-2.3-getline-rename.patch
|
||||||
@ -25,7 +25,6 @@ Requires: lrzsz
|
|||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
Requires: gkermit >= 1.0
|
Requires: gkermit >= 1.0
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Minicom is a menu driven communications program. It emulates ANSI and VT102 terminals. It has a dialing directory and auto zmodem download.
|
Minicom is a menu driven communications program. It emulates ANSI and VT102 terminals. It has a dialing directory and auto zmodem download.
|
||||||
@ -66,6 +65,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/minicom/minirc.dfl
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9-1mamba
|
||||||
|
- update to 2.9
|
||||||
|
|
||||||
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
* Mon Jan 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||||
- update to 2.8
|
- update to 2.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user