rebuilt with debug package and fix for aarch64 [release 4.15.2-2mamba;Fri Nov 27 2020]
This commit is contained in:
parent
eb5ffe76d4
commit
ee9997e594
@ -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.
|
||||
|
||||
|
@ -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 <silvan.calarco@mambasoft.it> 4.15.2-2mamba
|
||||
- rebuilt with debug package and fix for aarch64
|
||||
|
||||
* Mon Jun 01 2015 Automatic Build System <autodist@mambasoft.it> 4.15.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user