From 2f996af00359a1c9f7558dbcabe34ac9073e7d4c Mon Sep 17 00:00:00 2001 From: Antonio Trande Date: Wed, 15 Dec 2021 22:42:08 +0100 Subject: [PATCH] Use bundled inchi on EPEL | Fix installation of license file --- openbabel.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openbabel.spec b/openbabel.spec index d24e644..22f856a 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -294,12 +294,13 @@ ctest3 -j1 --force-new-ctest-process %{_mandir}/man1/obgui.1* %files libs -%license COPYING inchi-license-lgpl-2.1.txt +%license COPYING %doc THANKS AUTHORS authors.txt README.md %{_datadir}/%{name}/ %{_libdir}/%{name}/ %{_libdir}/libopenbabel.so.7.0.0 %if 0%{?rhel} +%license inchi-license-lgpl-2.1.txt %{_libdir}/libinchi.so.0.4.1 %{_libdir}/libinchi.so.0 %endif