rebuilt with libcoordgen 3.0.0 [release 3.1.1-4mamba;Sat May 07 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 08:09:29 +01:00
parent 6760dc8758
commit b9f73ed847

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 3.1.1-4mamba
- rebuilt with libcoordgen 3.0.0
* Mon Apr 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.1-3mamba
- added library subpackages; fixed cmake and pkgconfig files