diff --git a/ctags.spec b/ctags.spec index bd70c21..6fc59ea 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,7 +1,7 @@ Summary: A C programming language indexing and/or cross-reference tool Name: ctags Version: 5.8 -Release: 18%{?dist} +Release: 19%{?dist} License: GPLv2+ and LGPLv2+ and Public Domain Group: Development/Tools URL: http://ctags.sourceforge.net/ @@ -86,17 +86,21 @@ rm -rf %{buildroot} %files %defattr(-, root, root, -) -%doc COPYING EXTENDING.html FAQ NEWS README +%license COPYING +%doc EXTENDING.html FAQ NEWS README %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %files etags %defattr(-, root, root, -) -%doc COPYING +%license COPYING %{_bindir}/etags.%{name} %{_mandir}/man1/etags.%{name}.1* %changelog +* Sun Feb 05 2017 Than Ngo - - 5.8-19 +- added missing %%license + * Wed Feb 03 2016 Fedora Release Engineering - 5.8-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild