Add missing %%license macro

This commit is contained in:
Vitezslav Crhonek 2017-02-02 10:04:34 +01:00
parent 9bbbb3c95c
commit 171d96f31b

View File

@ -1,7 +1,7 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.18
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
@ -44,7 +44,8 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
make %{?_smp_mflags} check
%files
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_bindir}/m4
%{_infodir}/*
%{_mandir}/man1/m4.1*
@ -62,6 +63,10 @@ if [ "$1" = 0 ]; then
fi
%changelog
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 1.4.18-2
- Add missing %%license macro
Resolves: #1418521
* Mon Jan 02 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.18-1
- Update to m4-1.4.18
Resolves: #1409340