- Added comments for all patches.
This commit is contained in:
parent
9bd030f018
commit
fdd2be586e
@ -3,7 +3,7 @@
|
||||
Summary: A utility for configuring serial ports
|
||||
Name: setserial
|
||||
Version: 2.17
|
||||
Release: 25%{?dist}
|
||||
Release: 26%{?dist}
|
||||
Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
|
||||
Patch0: setserial-2.17-fhs.patch
|
||||
Patch1: setserial-2.17-rc.patch
|
||||
@ -25,10 +25,19 @@ port and IRQ that a particular serial device is using, and more.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# Use FHS directory layout.
|
||||
%patch0 -p1 -b .fhs
|
||||
|
||||
# Fixed initscript.
|
||||
%patch1 -p1 -b .rc
|
||||
|
||||
# Corrected readme file.
|
||||
%patch2 -p1 -b .readme
|
||||
|
||||
# Fixed spelling in help output.
|
||||
%patch3 -p1 -b .spelling
|
||||
|
||||
# Don't require hayesesp.h (bug #564947).
|
||||
%patch4 -p1 -b .hayesesp
|
||||
rm -f config.cache
|
||||
|
||||
@ -52,8 +61,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 3 2010 Tim Waugh <twaugh@redhat.com> 2.17-26
|
||||
- Added comments for all patches.
|
||||
|
||||
* Mon Feb 15 2010 Tim Waugh <twaugh@redhat.com> 2.17-25
|
||||
- Don't requires hayesesp.h (bug #564974).
|
||||
- Don't require hayesesp.h (bug #564947).
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.17-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user