Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a65c0ff42f | ||
|
|
dd9e5d6ac5 | ||
|
|
f924035490 | ||
|
|
4d6caf359b | ||
|
|
d00d160100 | ||
|
|
962e5a4ef2 | ||
|
|
ac8719f8c3 |
1 changed files with 28 additions and 10 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Summary: A utility for configuring serial ports
|
||||
Name: setserial
|
||||
Version: 2.17
|
||||
Release: 59%{?dist}
|
||||
Release: 65%{?dist}
|
||||
Source: https://sourceforge.net/projects/setserial/files/setserial/%{version}/%{name}-%{version}.tar.gz
|
||||
Patch0: setserial-2.17-fhs.patch
|
||||
Patch1: setserial-2.17-rc.patch
|
||||
|
|
@ -13,7 +13,7 @@ Patch4: setserial-hayesesp.patch
|
|||
Patch5: setserial-aarch64.patch
|
||||
Patch6: setserial-configure-c99.patch
|
||||
Patch7: setserial-c99.patch
|
||||
License: GPL+
|
||||
License: GPL-1.0-or-later
|
||||
URL: http://setserial.sourceforge.net/
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
|
|
@ -29,25 +29,25 @@ port and IRQ that a particular serial device is using, and more.
|
|||
%prep
|
||||
%setup -q
|
||||
# Use FHS directory layout.
|
||||
%patch0 -p1 -b .fhs
|
||||
%patch -P0 -p1 -b .fhs
|
||||
|
||||
# Fixed initscript.
|
||||
%patch1 -p1 -b .rc
|
||||
%patch -P1 -p1 -b .rc
|
||||
|
||||
# Corrected readme file.
|
||||
%patch2 -p1 -b .readme
|
||||
%patch -P2 -p1 -b .readme
|
||||
|
||||
# Fixed spelling in help output.
|
||||
%patch3 -p1 -b .spelling
|
||||
%patch -P3 -p1 -b .spelling
|
||||
|
||||
# Don't require hayesesp.h (bug #564947).
|
||||
%patch4 -p1 -b .hayesesp
|
||||
%patch -P4 -p1 -b .hayesesp
|
||||
rm -f config.cache
|
||||
|
||||
# Support aarch64 (bug #926522).
|
||||
%patch5 -p1 -b .aarch64
|
||||
%patch6 -p1
|
||||
%patch7 -p1
|
||||
%patch -P5 -p1 -b .aarch64
|
||||
%patch -P6 -p1
|
||||
%patch -P7 -p1
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
|
@ -68,6 +68,24 @@ make install DESTDIR=${RPM_BUILD_ROOT}
|
|||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-65
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-64
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-63
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-62
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-61
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed May 08 2024 Than Ngo <than@redhat.com> - 2.17-60
|
||||
- Migrate to SPDX license
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.17-59
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue