added license file

This commit is contained in:
Than Ngo 2019-03-16 19:57:52 +01:00
parent 433be75c81
commit f47fc930b4

View File

@ -8,7 +8,7 @@ Summary: A documentation system for C/C++
Name: doxygen Name: doxygen
Epoch: 1 Epoch: 1
Version: 1.8.15 Version: 1.8.15
Release: 7%{?dist} Release: 8%{?dist}
# No version is specified. # No version is specified.
License: GPL+ License: GPL+
@ -165,6 +165,7 @@ make tests -C %{_target_platform}
%files %files
%doc LANGUAGE.HOWTO README.md %doc LANGUAGE.HOWTO README.md
%license LICENSE
%if ! 0%{?_module_build} %if ! 0%{?_module_build}
%if %{xapian_core_support} == "ON" %if %{xapian_core_support} == "ON"
%{_bindir}/doxyindexer %{_bindir}/doxyindexer
@ -191,6 +192,9 @@ make tests -C %{_target_platform}
%endif %endif
%changelog %changelog
* Sat Mar 16 2019 Than Ngo <than@redhat.com> - 1:1.8.15-8
- added license file
* Wed Mar 13 2019 Than Ngo <than@redhat.com> - 1:1.8.15-7 * Wed Mar 13 2019 Than Ngo <than@redhat.com> - 1:1.8.15-7
- added Requirement on dot - added Requirement on dot