From 2f09b86adec50253fe5cc4281a7044ad7cbb404a Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Wed, 1 Sep 2021 19:48:50 +0200 Subject: [PATCH] Install license file and some release documentation --- openbabel.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)