Add missing %%license macro
This commit is contained in:
parent
9bbbb3c95c
commit
171d96f31b
9
m4.spec
9
m4.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user