From ee9997e59451a34c31974aa137ee739d3eac1fe0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:46:58 +0100 Subject: [PATCH] rebuilt with debug package and fix for aarch64 [release 4.15.2-2mamba;Fri Nov 27 2020] --- README.md | 1 - sharutils.spec | 27 +++++++++++++++++++++------ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 239d347..b153619 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,5 @@ GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. - Install sharutils if you send binary files through e-mail. diff --git a/sharutils.spec b/sharutils.spec index ebbb103..9434fca 100644 --- a/sharutils.spec +++ b/sharutils.spec @@ -1,6 +1,6 @@ Name: sharutils Version: 4.15.2 -Release: 1mamba +Release: 2mamba Summary: The GNU shar utilities for packaging and unpackaging shell archives Group: Applications/Archiving Vendor: openmamba @@ -21,14 +21,19 @@ Requires(post):%{__install_info} %description GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services. A shell archive is a collection of files that can be unpacked by /bin/sh. - Install sharutils if you send binary files through e-mail. +%debug_package + %prep %setup -q +# Fix for aarch64 +sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c %build -%configure +%configure \ + CFLAGS="%{optflags} -fcommon" + %make %install @@ -48,13 +53,23 @@ Install sharutils if you send binary files through e-mail. %files -f %{name}.lang %defattr(-,root,root) -%{_bindir}/* -%{_infodir}/* -%{_mandir}/man?/* +%{_bindir}/shar +%{_bindir}/unshar +%{_bindir}/uudecode +%{_bindir}/uuencode +%{_infodir}/sharutils.info* +%{_mandir}/man1/shar.1* +%{_mandir}/man1/unshar.1* +%{_mandir}/man1/uudecode.1* +%{_mandir}/man1/uuencode.1* +%{_mandir}/man5/uuencode.5* %doc AUTHORS COPYING # ChangeLog NEWS README THANKS TODO %changelog +* Fri Nov 27 2020 Silvan Calarco 4.15.2-2mamba +- rebuilt with debug package and fix for aarch64 + * Mon Jun 01 2015 Automatic Build System 4.15.2-1mamba - automatic version update by autodist