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.
|
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.
|
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.
|
Install sharutils if you send binary files through e-mail.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: sharutils
|
Name: sharutils
|
||||||
Version: 4.15.2
|
Version: 4.15.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The GNU shar utilities for packaging and unpackaging shell archives
|
Summary: The GNU shar utilities for packaging and unpackaging shell archives
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -21,14 +21,19 @@ Requires(post):%{__install_info}
|
|||||||
%description
|
%description
|
||||||
GNU shar makes so-called shell archives out of many files, preparing them for transmission by electronic mail services.
|
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.
|
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.
|
Install sharutils if you send binary files through e-mail.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# Fix for aarch64
|
||||||
|
sed 's/FUNC_FFLUSH_STDIN/-1/g' -i lib/fseeko.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -48,13 +53,23 @@ Install sharutils if you send binary files through e-mail.
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/*
|
%{_bindir}/shar
|
||||||
%{_infodir}/*
|
%{_bindir}/unshar
|
||||||
%{_mandir}/man?/*
|
%{_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
|
%doc AUTHORS COPYING
|
||||||
# ChangeLog NEWS README THANKS TODO
|
# ChangeLog NEWS README THANKS TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jun 01 2015 Automatic Build System <autodist@mambasoft.it> 4.15.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user