diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-09 03:29:30 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-09 03:29:30 +0000 |
commit | 4446cca51445807709825205c9a9963cdf8a6334 (patch) | |
tree | 76b3bd4fdc89739a53fbf32ab51414f4f55da268 /lrzsz.spec | |
parent | 37e7d9b76cae76e003561a40d8b08490016d8594 (diff) |
automatic import of lrzszopeneuler20.03
Diffstat (limited to 'lrzsz.spec')
-rw-r--r-- | lrzsz.spec | 41 |
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 |