- More specific license tag.

This commit is contained in:
Tim Waugh 2007-08-29 15:05:52 +00:00
parent 972383de30
commit b6c1093ac8

View File

@ -3,13 +3,13 @@
Summary: A utility for configuring serial ports
Name: setserial
Version: 2.17
Release: 20%{?dist}
Release: 21%{?dist}
Source: http://dl.sourceforge.net/sourceforge/%{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
License: GPL
License: GPL+
Group: Applications/System
URL: http://setserial.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -50,6 +50,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*
%changelog
* Wed Aug 29 2007 Tim Waugh <twaugh@redhat.com> 2.17-21
- More specific license tag.
* Wed Feb 7 2007 Tim Waugh <twaugh@redhat.com> 2.17-20
- Fixed mandir in fhs patch (bug #226411).
- Don't run strip (bug #226411).