From 636ee6beae60950731213f9378df54ddbb3602ae Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:46:58 +0100 Subject: [PATCH] automatic version update by autodist [release 4.14-1mamba;Sun Oct 20 2013] --- README.md | 5 ++++ sharutils.spec | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 sharutils.spec diff --git a/README.md b/README.md index 35aeb4c..239d347 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # sharutils +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 new file mode 100644 index 0000000..5d00ecf --- /dev/null +++ b/sharutils.spec @@ -0,0 +1,76 @@ +Name: sharutils +Version: 4.14 +Release: 1mamba +Summary: The GNU shar utilities for packaging and unpackaging shell archives +Group: Applications/Archiving +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.gnu.org/software/sharutils/sharutils.html +Source: ftp://ftp.gnu.org/gnu/sharutils/%{name}-%{version}.tar.xz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: perl-devel +## AUTOBUILDREQ-END +BuildRequires: gettext +BuildRoot: %{_tmppath}/%{name}-%{version}-root +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. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeoldinstall install-man + +%{find_lang} %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post +%install_info %{name}.info + +%preun +%uninstall_info %{name}.info + +%files -f %{name}.lang +%defattr(-,root,root) +%{_bindir}/* +%{_infodir}/* +%{_mandir}/man?/* +%doc AUTHORS COPYING +# ChangeLog NEWS README THANKS TODO + +%changelog +* Sun Oct 20 2013 Automatic Build System 4.14-1mamba +- automatic version update by autodist + +* Tue Apr 16 2013 Automatic Build System 4.13.5-1mamba +- automatic version update by autodist + +* Tue Apr 02 2013 Automatic Build System 4.13.4-1mamba +- automatic version update by autodist + +* Thu Jan 10 2013 Automatic Build System 4.13.3-1mamba +- update to 4.13.3 + +* Sat Jul 21 2012 Automatic Build System 4.11.1-1mamba +- update to 4.11.1 + +* Wed May 07 2008 Tiziana Ferro 4.6.3-1mamba +- update to 4.6.3 + +* Fri Apr 15 2005 Davide Madrisan 4.2.1-1qilnx +- package created by autospec