Support aarch64 (bug #926522).
This commit is contained in:
parent
b19cfe740a
commit
67a82319e8
3576
setserial-aarch64.patch
Normal file
3576
setserial-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,13 +3,14 @@
|
||||
Summary: A utility for configuring serial ports
|
||||
Name: setserial
|
||||
Version: 2.17
|
||||
Release: 32%{?dist}
|
||||
Release: 33%{?dist}
|
||||
Source: http://sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: setserial-2.17-fhs.patch
|
||||
Patch1: setserial-2.17-rc.patch
|
||||
Patch2: setserial-2.17-readme.patch
|
||||
Patch3: setserial-2.17-spelling.patch
|
||||
Patch4: setserial-hayesesp.patch
|
||||
Patch5: setserial-aarch64.patch
|
||||
License: GPL+
|
||||
Group: Applications/System
|
||||
URL: http://setserial.sourceforge.net/
|
||||
@ -41,6 +42,9 @@ port and IRQ that a particular serial device is using, and more.
|
||||
%patch4 -p1 -b .hayesesp
|
||||
rm -f config.cache
|
||||
|
||||
# Support aarch64 (bug #926522).
|
||||
%patch5 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
@ -61,6 +65,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 29 2013 Tim Waugh <twaugh@redhat.com> 2.17-33
|
||||
- Support aarch64 (bug #926522).
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-32
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user