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