From b9f73ed847ed90ab5be881f218d44bb2892de27a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:09:29 +0100 Subject: [PATCH] rebuilt with libcoordgen 3.0.0 [release 3.1.1-4mamba;Sat May 07 2022] --- openbabel.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openbabel.spec b/openbabel.spec index 7df8c1b..4a05369 100644 --- a/openbabel.spec +++ b/openbabel.spec @@ -3,13 +3,13 @@ %define gitver %(echo %version | tr . -) Name: openbabel Version: 3.1.1 -Release: 3mamba +Release: 4mamba Summary: Chemistry file translation program Group: Applications/Educational Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://downloads.sourceforge.net/sourceforge/openbabel/ +URL: https://sourceforge.net/projects/openbabel/files/ Source: https://github.com/openbabel/openbabel.git/openbabel-%{gitver}/openbabel-%{version}.tar.bz2 Patch0: openbabel-2.3.2-gcc-6.1.0.patch Patch1: openbabel-3.1.1-fix-libdir-in-pkgconfig.patch @@ -27,8 +27,7 @@ BuildRequires: libwxGTK-unicode-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRequires: libmaeparser-devel -BuildRequires: libcoordgen-devel +BuildRequires: libcoordgen-devel >= 3.0.0 %description OpenBabel is a project designed to pick up where Babel left off, as a cross-platform program and library designed to interconvert between many file formats used in molecular modeling and computational chemistry. @@ -115,6 +114,9 @@ sed -i "s|\${OpenBabel3_INSTALL_PREFIX}//usr|/usr|" %{buildroot}%{_libdir}/cmake %{_libdir}/pkgconfig/*.pc %changelog +* Sat May 07 2022 Silvan Calarco 3.1.1-4mamba +- rebuilt with libcoordgen 3.0.0 + * Mon Apr 26 2021 Silvan Calarco 3.1.1-3mamba - added library subpackages; fixed cmake and pkgconfig files