rebuilt with debug package and gcc 10 -fcommon [release 2.7.1-2mamba;Sun Dec 27 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 07:09:34 +01:00
parent 238c8ab970
commit 57d657e110

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: minicom
Version: 2.7.1
Release: 1mamba
Release: 2mamba
Summary: A menu driven communications program
Group: Applications/Communication
Vendor: openmamba
@ -19,7 +19,6 @@ License: GPL
BuildRequires: gkermit
%endif
BuildRequires: glibc-devel
BuildRequires: liblockdev-devel
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
Requires: liblockdev >= 1.0.1
@ -32,6 +31,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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}"
@ -40,7 +41,9 @@ Minicom is a menu driven communications program. It emulates ANSI and VT102 term
%build
%configure \
--enable-cfg-dir=%{_sysconfdir}/minicom
--enable-cfg-dir=%{_sysconfdir}/minicom \
CFLAGS="%{optflags} -fcommon"
%make
%install
@ -64,6 +67,9 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/minicom/minirc.dfl
%{_mandir}/man1/*
%changelog
* Sun Dec 27 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.1-2mamba
- rebuilt with debug package and gcc 10 -fcommon
* Thu Apr 20 2017 Automatic Build System <autodist@mambasoft.it> 2.7.1-1mamba
- automatic version update by autodist