2009-02-11 13:24:36 +00:00
|
|
|
Summary: The lrz and lsz modem communications programs
|
2004-09-09 08:01:22 +00:00
|
|
|
Name: lrzsz
|
|
|
|
Version: 0.12.20
|
2024-10-29 15:47:02 +00:00
|
|
|
Release: 66%{?dist}
|
2023-10-31 12:26:08 +00:00
|
|
|
License: GPL-2.0-or-later AND GPL-2.0-only
|
2008-02-15 22:00:52 +00:00
|
|
|
Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
|
2004-09-09 08:01:22 +00:00
|
|
|
Patch1: lrzsz-0.12.20-glibc21.patch
|
2004-09-09 08:05:04 +00:00
|
|
|
Patch2: lrzsz-0.12.20.patch
|
2011-03-07 12:16:16 +00:00
|
|
|
Patch3: lrzsz-0.12.20-man.patch
|
2013-03-26 16:20:43 +00:00
|
|
|
Patch4: lrzsz-0.12.20-aarch64.patch
|
2023-01-27 09:52:15 +00:00
|
|
|
Patch5: lrzsz-configure-c99.patch
|
|
|
|
Patch6: lrzsz-c99.patch
|
2023-12-18 21:22:00 +00:00
|
|
|
Patch7: lrzsz-socklen.patch
|
2004-09-09 08:01:22 +00:00
|
|
|
Url: http://www.ohse.de/uwe/software/lrzsz.html
|
2018-07-20 08:15:15 +00:00
|
|
|
BuildRequires: gcc gettext
|
2021-01-05 03:27:42 +00:00
|
|
|
BuildRequires: make
|
2004-09-09 08:01:22 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
|
|
|
|
zmodem/ymodem/xmodem package built from the public-domain version of
|
2004-09-09 08:04:04 +00:00
|
|
|
the rzsz package. Lrzsz was created to provide a working GNU
|
2004-09-09 08:01:22 +00:00
|
|
|
copylefted Zmodem solution for Linux systems.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2008-02-15 22:00:52 +00:00
|
|
|
|
2004-09-09 08:01:22 +00:00
|
|
|
%patch1 -p1 -b .glibc21
|
2004-09-09 08:05:04 +00:00
|
|
|
%patch2 -p1 -b .crc
|
2011-03-07 12:16:16 +00:00
|
|
|
%patch3 -p1 -b .man
|
2013-03-26 16:20:43 +00:00
|
|
|
%patch4 -p1 -b .aarch64
|
2023-01-27 09:52:15 +00:00
|
|
|
%patch5 -p1
|
|
|
|
%patch6 -p1
|
2023-12-18 21:22:00 +00:00
|
|
|
%patch7 -p1
|
2004-09-09 08:01:22 +00:00
|
|
|
|
2009-02-11 13:24:36 +00:00
|
|
|
rm -f po/*.gmo
|
|
|
|
|
2004-09-09 08:01:22 +00:00
|
|
|
%build
|
|
|
|
%configure --disable-pubdir \
|
2004-09-09 08:05:04 +00:00
|
|
|
--enable-syslog \
|
|
|
|
--program-transform-name=s/l//
|
|
|
|
|
2020-08-17 12:52:33 +00:00
|
|
|
%make_build
|
2004-09-09 08:01:22 +00:00
|
|
|
|
|
|
|
%install
|
2020-08-17 12:52:33 +00:00
|
|
|
%make_install prefix=%{buildroot}/usr \
|
|
|
|
datadir=%{buildroot}/usr/share
|
|
|
|
|
2018-09-12 10:58:38 +00:00
|
|
|
for m in rb rx; do ln -s rz.1 %{buildroot}%{_mandir}/man1/$m.1; done
|
|
|
|
for m in sb sx; do ln -s sz.1 %{buildroot}%{_mandir}/man1/$m.1; done
|
|
|
|
|
2004-09-09 08:04:04 +00:00
|
|
|
%find_lang %{name}
|
2004-09-09 08:01:22 +00:00
|
|
|
|
2004-09-09 08:04:04 +00:00
|
|
|
%files -f %{name}.lang
|
2004-09-09 08:01:22 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2024-10-29 15:47:02 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.12.20-66
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 16:00:56 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.12.20-65
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 04:50:41 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-64
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 06:16:09 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-63
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-18 21:22:00 +00:00
|
|
|
* Mon Dec 18 2023 Florian Weimer <fweimer@redhat.com> - 0.12.20-62
|
|
|
|
- Fix socket length incompatibility (C compatibility issue)
|
|
|
|
|
2023-10-31 12:26:08 +00:00
|
|
|
* Tue Oct 31 2023 Tomas Korbar <tkorbar@redhat.com> - 0.12.20-61
|
|
|
|
- Add additional SPDX licenses found by scancode tool
|
|
|
|
|
2023-07-20 13:06:42 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-60
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-03-12 08:38:49 +00:00
|
|
|
* Sun Mar 12 2023 Tomas Korbar <tkorbar@redhat.com> - 0.12.20-59
|
|
|
|
- Change the License tag to the SPDX format
|
|
|
|
|
2023-01-27 09:52:15 +00:00
|
|
|
* Fri Jan 27 2023 Florian Weimer <fweimer@redhat.com> - 0.12.20-58
|
|
|
|
- Fix C99 compatibility issues (#2164996)
|
|
|
|
|
2023-01-19 18:21:12 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-57
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-07-21 19:56:14 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-56
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-01-20 18:08:30 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-55
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-22 13:12:48 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-54
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 18:44:55 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-53
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-17 12:52:33 +00:00
|
|
|
* Mon Aug 17 2020 Tomas Korbar <tkorbar@redhat.com> - 0.12.20-52
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-08-01 04:18:58 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-51
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-28 06:20:51 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-50
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-01-29 11:20:56 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-49
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-25 15:15:21 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-48
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-01 09:04:21 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-47
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-09-12 11:00:48 +00:00
|
|
|
* Wed Sep 12 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-46
|
|
|
|
- add man page symlinks for sb, sx, rb, rx programs (#1611501)
|
|
|
|
|
2018-07-20 08:15:50 +00:00
|
|
|
* Fri Jul 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-45
|
|
|
|
- add gcc to build requirements
|
|
|
|
|
2018-07-13 09:23:58 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-44
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-08 00:14:58 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-43
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 02:46:07 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-42
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 20:22:57 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-41
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 20:02:39 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-40
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 04:29:29 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-39
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 18:34:09 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-38
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-02-21 21:23:37 +00:00
|
|
|
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.12.20-37
|
|
|
|
- Rebuilt for Fedora 23 Change
|
|
|
|
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
|
|
2014-08-17 07:44:47 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-36
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 07:02:34 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-35
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 08:14:46 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-34
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-26 16:23:29 +00:00
|
|
|
* Tue Mar 26 2013 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-33
|
|
|
|
- use recent config.sub and config.guess for aarch64 (#926093)
|
|
|
|
- remove obsolete macros
|
|
|
|
|
2013-02-14 05:53:37 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-32
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 22:19:55 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-31
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 08:57:16 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-03-07 12:16:16 +00:00
|
|
|
* Mon Mar 07 2011 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-29
|
|
|
|
- fix typos in sz man page (#668900)
|
|
|
|
|
2011-02-08 13:56:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-07-25 11:20:35 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 21:09:59 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.20-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-11 13:24:36 +00:00
|
|
|
* Wed Feb 11 2009 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-25
|
|
|
|
- rebuild message catalogs (#485024)
|
|
|
|
- remove dot from summary
|
|
|
|
|
2008-08-07 17:46:49 +00:00
|
|
|
* Thu Aug 7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.12.20-24
|
|
|
|
- fix license tag
|
|
|
|
|
2008-02-15 22:00:52 +00:00
|
|
|
* Fri Feb 15 2008 Than Ngo <than@redhat.com> 0.12.20-23
|
|
|
|
- rebuilt against GCC 3.4
|
|
|
|
|
2006-07-12 07:14:43 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.12.20-22.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-08 20:32:45 +00:00
|
|
|
* Thu Jun 08 2006 Than Ngo <than@redhat.com> 0.12.20-22
|
|
|
|
- add BR on gettext #193513
|
|
|
|
|
2006-02-11 04:25:22 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.12.20-21.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 12:53:03 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.12.20-21.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:41:50 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-05 19:41:08 +00:00
|
|
|
* Sat Mar 05 2005 Than Ngo <than@redhat.com> 0.12.20-21
|
|
|
|
- rebuilt
|
|
|
|
|
2005-02-09 12:22:39 +00:00
|
|
|
* Wed Feb 09 2005 Than Ngo <than@redhat.com> 0.12.20-20
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:05:54 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:05:49 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:05:27 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:05:04 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Oct 11 2002 Than Ngo <than@redhat.com> 0.12.20-15
|
|
|
|
- Fixed a bug with 16 bit ZMODEM transfer, jordanc@censoft.com (bug #75473)
|
|
|
|
|
2004-09-09 08:04:51 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 08:04:38 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 08:04:30 +00:00
|
|
|
* Tue Feb 26 2002 Than Ngo <than@redhat.com> 0.12.20-12
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 08:04:04 +00:00
|
|
|
* Fri Aug 10 2001 Than Ngo <than@redhat.com> 0.12.20-10
|
|
|
|
- Copyright->License
|
|
|
|
- use %%find_lang
|
|
|
|
|
2004-09-09 08:03:58 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 08:01:22 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Than Ngo <than@redhat.de>
|
|
|
|
- use RPM macros
|
|
|
|
|
|
|
|
* Sat May 27 2000 Ngo Than <than@redhat.de>
|
|
|
|
- rebuild for 7.0
|
|
|
|
- cleanup specfile
|
|
|
|
- add Url
|
|
|
|
- put man pages to correct place
|
|
|
|
|
|
|
|
* Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- rebuild for sparc baud rates > 38400.
|
|
|
|
|
|
|
|
* Sat Feb 05 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- rebuild to compress man pages, get new description
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 2)
|
|
|
|
|
|
|
|
* Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- upgraded to 0.12.20, i18n translations included.
|
|
|
|
|
|
|
|
* Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- Injected new description and group.
|
|
|
|
|
|
|
|
* Fri Dec 18 1998 Preston Brown <pbrown@redhat.com>
|
|
|
|
- bumped spec number for initial rh 6.0 build
|
|
|
|
|
|
|
|
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- build root
|
|
|
|
|
|
|
|
* Thu May 07 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Tue Oct 21 1997 Donnie Barnes <djb@redhat.com>
|
|
|
|
- spec file cleanups
|
|
|
|
|
|
|
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|
|
|
|
|
|
|
|
* Wed Mar 5 1997 msf@redhat.com <Michael Fulbright>
|
|
|
|
- Upgraded to 0.12.14 and changed makefiles so gettext isnt built.
|