Correct the License tag

This commit is contained in:
Ondřej Lysoněk 2018-07-20 12:47:08 +02:00
parent 2396e83469
commit b411626c82

View File

@ -1,9 +1,14 @@
Summary: A text-based modem control and terminal emulation program
Name: minicom
Version: 2.7.1
Release: 7%{?dist}
Release: 8%{?dist}
URL: http://alioth.debian.org/projects/minicom/
License: GPL+ and GPLv2+ and GPLv2 and LGPLv2+ Public Domain and Copyright only
# Some files are built from Public Domain files in addition to GPLv2+ files
# (/usr/bin/minicom). Some LGPLv2+ files *may* be used in building of certain
# files (minicom, ascii-xfr, runscript). They are probably not actually used,
# but I wasn't able to exclude them from the build process completely yet.
# The rest is simply GPLv2+.
License: GPLv2+ and LGPLv2+ and Public Domain
#ExcludeArch: s390 s390x
Source0: https://alioth.debian.org/frs/download.php/file/4215/%{name}-%{version}.tar.gz
@ -30,6 +35,11 @@ rm -f doc_/Makefile*
%build
#./autogen.sh
autoreconf --verbose --force --install
# Remove unused files to make sure we've got the License tag right.
# It seems this needs to be done after autoreconf, otherwise it will fail.
rm -f lib/snprintf.c
%configure
%make_build
@ -53,6 +63,9 @@ mkdir -p %{buildroot}%{_sysconfdir}
%changelog
* Mon Jul 23 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-8
- Corrected the License tag
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild