From 4446cca51445807709825205c9a9963cdf8a6334 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Wed, 9 Aug 2023 03:29:30 +0000 Subject: automatic import of lrzsz --- lrzsz.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 lrzsz.spec (limited to 'lrzsz.spec') diff --git a/lrzsz.spec b/lrzsz.spec new file mode 100644 index 0000000..ea69a99 --- /dev/null +++ b/lrzsz.spec @@ -0,0 +1,41 @@ +Name: lrzsz +Version: 0.12.20 +Release: 46 +License: GPLv2+ +Summary: Free x/y/zmodem implementation +Url: http://www.ohse.de/uwe/software/lrzsz.html +Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz + +Patch0001: lrzsz-0.12.20-glibc21.patch +Patch0002: lrzsz-0.12.20.patch +Patch0003: lrzsz-0.12.20-man.patch +Patch0004: lrzsz-0.12.20-aarch64.patch +BuildRequires: gcc gettext + +%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. + +%prep +%autosetup -p1 + +rm -f po/*.gmo + +%build +%configure --disable-pubdir --enable-syslog --program-transform-name=s/l// +%make_build + +%install +%makeinstall +%find_lang %{name} + +%files -f %{name}.lang +%doc COPYING README +%{_bindir}/* +%{_mandir}/*/* + +%changelog +* Tue Nov 5 2019 Yiru Wang - 0.12.20-46 +- Pakcage init -- cgit v1.2.3