summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2017-02-02 10:04:34 +0100
committerVitezslav Crhonek <vcrhonek@redhat.com>2017-02-02 10:04:34 +0100
commit171d96f31b3a5f2556e0e455279e92ab553be679 (patch)
treedf0dd7ea4add031bd591129f3dc0f97072e6ec97
parent9bbbb3c95c92d2eea7112ace9bdaba47e4f75100 (diff)
downloadm4-171d96f31b3a5f2556e0e455279e92ab553be679.tar.gz
m4-171d96f31b3a5f2556e0e455279e92ab553be679.tar.xz
m4-171d96f31b3a5f2556e0e455279e92ab553be679.zip
Add missing %%license macro
-rw-r--r--m4.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/m4.spec b/m4.spec
index f8d5b72..ed879ab 100644
--- a/m4.spec
+++ b/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