2024-01-06 06:29:19 +01:00
|
|
|
Name: lrzsz
|
|
|
|
Version: 0.12.20
|
2024-01-06 06:29:20 +01:00
|
|
|
Release: 4mamba
|
2024-01-06 06:29:19 +01:00
|
|
|
Summary: An open source x/y/zmodem implementation
|
|
|
|
Group: Applications/Communication
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://www.ohse.de/uwe/software/lrzsz.html
|
|
|
|
Source: http://www.ohse.de/uwe/releases/lrzsz-%{version}.tar.gz
|
|
|
|
Patch0: %{name}-0.12.20-fix_destdir.patch
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 06:29:20 +01:00
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: libnsl-devel
|
2024-01-06 06:29:19 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
lrzsz is a unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols. lrzsz is a heavily rehacked version of the last public domain release of Omen Technologies rzsz package, and is now free software and released under the GNU General Public Licence.
|
|
|
|
|
2024-01-06 06:29:20 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 06:29:19 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
|
|
|
|
%build
|
2024-01-06 06:29:20 +01:00
|
|
|
%configure \
|
|
|
|
--disable-pubdir \
|
|
|
|
--enable-syslog \
|
|
|
|
--program-transform-name=s/l//
|
|
|
|
|
2024-01-06 06:29:19 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
2024-01-06 06:29:20 +01:00
|
|
|
|
|
|
|
#for a in rb rx rz sb sx sz; do
|
|
|
|
# ln -s l$a %{buildroot}%{_bindir}/$a
|
|
|
|
#done
|
2024-01-06 06:29:19 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/rb
|
|
|
|
%{_bindir}/rx
|
|
|
|
%{_bindir}/rz
|
|
|
|
%{_bindir}/sb
|
|
|
|
%{_bindir}/sx
|
|
|
|
%{_bindir}/sz
|
2024-01-06 06:29:20 +01:00
|
|
|
%{_mandir}/man1/rz.1*
|
|
|
|
%{_mandir}/man1/sz.1*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README README.cvs README.gettext
|
|
|
|
#%doc README.isdn4linux README.tests THANKS TODO
|
2024-01-06 06:29:19 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:29:20 +01:00
|
|
|
* Thu Dec 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20-4mamba
|
|
|
|
- rebuilt with --program-transform-name=s/l// to fix conflict with lrzip; added debug package
|
|
|
|
|
2024-01-06 06:29:19 +01:00
|
|
|
* Sun Aug 25 2013 Automatic Build System <autodist@mambasoft.it> 0.12.20-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Sun Aug 31 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20-2mamba
|
|
|
|
- specfile updated
|
|
|
|
|
|
|
|
* Fri Jan 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.20-1qilnx
|
|
|
|
- package created by autospec
|