Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
@ -1,16 +1,16 @@
|
|||||||
Summary: The lrz and lsz modem communications programs
|
Summary: The lrz and lsz modem communications programs
|
||||||
Name: lrzsz
|
Name: lrzsz
|
||||||
Version: 0.12.20
|
Version: 0.12.20
|
||||||
Release: 43%{?dist}
|
Release: 55%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Communications
|
|
||||||
Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
|
Source: http://www.ohse.de/uwe/releases/%{name}-%{version}.tar.gz
|
||||||
Patch1: lrzsz-0.12.20-glibc21.patch
|
Patch1: lrzsz-0.12.20-glibc21.patch
|
||||||
Patch2: lrzsz-0.12.20.patch
|
Patch2: lrzsz-0.12.20.patch
|
||||||
Patch3: lrzsz-0.12.20-man.patch
|
Patch3: lrzsz-0.12.20-man.patch
|
||||||
Patch4: lrzsz-0.12.20-aarch64.patch
|
Patch4: lrzsz-0.12.20-aarch64.patch
|
||||||
Url: http://www.ohse.de/uwe/software/lrzsz.html
|
Url: http://www.ohse.de/uwe/software/lrzsz.html
|
||||||
BuildRequires: gettext
|
BuildRequires: gcc gettext
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
|
Lrzsz (consisting of lrz and lsz) is a cosmetically modified
|
||||||
@ -33,10 +33,15 @@ rm -f po/*.gmo
|
|||||||
--enable-syslog \
|
--enable-syslog \
|
||||||
--program-transform-name=s/l//
|
--program-transform-name=s/l//
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install prefix=%{buildroot}/usr \
|
||||||
|
datadir=%{buildroot}/usr/share
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
@ -44,6 +49,45 @@ make %{?_smp_mflags}
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.20-55
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.12.20-54
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-53
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Aug 17 2020 Tomas Korbar <tkorbar@redhat.com> - 0.12.20-52
|
||||||
|
- Use make macros
|
||||||
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-50
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-49
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-48
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-47
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Sep 12 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-46
|
||||||
|
- add man page symlinks for sb, sx, rb, rx programs (#1611501)
|
||||||
|
|
||||||
|
* Fri Jul 20 2018 Miroslav Lichvar <mlichvar@redhat.com> 0.12.20-45
|
||||||
|
- add gcc to build requirements
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-44
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-43
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.20-43
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user