summaryrefslogtreecommitdiff
path: root/lrzsz.spec
diff options
context:
space:
mode:
Diffstat (limited to 'lrzsz.spec')
-rw-r--r--lrzsz.spec41
1 files changed, 41 insertions, 0 deletions
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 <wangyiru1@huawei.com> - 0.12.20-46
+- Pakcage init