diff --git a/openbabel.spec b/openbabel.spec index 3d22edb..9431ab3 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -8,7 +8,7 @@ Name: openbabel Version: 2.4.1 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Chemistry software file format converter License: GPLv2 URL: https://openbabel.org/ @@ -266,6 +266,8 @@ ctest3 -j1 --force-new-ctest-process %{_mandir}/man1/obgui.1* %files libs +%license COPYING +%doc NEWS.md THANKS AUTHORS authors.txt README.md %{_datadir}/%{name}/ %{_libdir}/%{name}/ %{_libdir}/libopenbabel.so.* @@ -285,6 +287,9 @@ ctest3 -j1 --force-new-ctest-process %{ruby_vendorarchdir}/openbabel.so %changelog +* Wed Sep 01 2021 Antonio Trande - 2.4.1-39 +- Install license file and some release documentation + * Wed Sep 01 2021 Antonio Trande - 2.4.1-38 - Use CMake3 in EPEL7 - Fix PPC64le builds (rhbz#1996330)