77 lines
2.1 KiB
RPMSpec
77 lines
2.1 KiB
RPMSpec
|
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 <silvan.calarco@mambasoft.it>
|
||
|
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 <autodist@mambasoft.it> 4.14-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Apr 16 2013 Automatic Build System <autodist@mambasoft.it> 4.13.5-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Tue Apr 02 2013 Automatic Build System <autodist@mambasoft.it> 4.13.4-1mamba
|
||
|
- automatic version update by autodist
|
||
|
|
||
|
* Thu Jan 10 2013 Automatic Build System <autodist@mambasoft.it> 4.13.3-1mamba
|
||
|
- update to 4.13.3
|
||
|
|
||
|
* Sat Jul 21 2012 Automatic Build System <autodist@mambasoft.it> 4.11.1-1mamba
|
||
|
- update to 4.11.1
|
||
|
|
||
|
* Wed May 07 2008 Tiziana Ferro <tiziana.ferro@email.it> 4.6.3-1mamba
|
||
|
- update to 4.6.3
|
||
|
|
||
|
* Fri Apr 15 2005 Davide Madrisan <davide.madrisan@qilinux.it> 4.2.1-1qilnx
|
||
|
- package created by autospec
|