From 5be77ff9900a879680ffc219d29dfd216619ab2c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:31:02 +0100 Subject: [PATCH] update to 2.0.3 [release 2.0.3-1mamba;Mon Apr 26 2021] --- coordgenlibs.spec | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/coordgenlibs.spec b/coordgenlibs.spec index 13386e4..e763426 100644 --- a/coordgenlibs.spec +++ b/coordgenlibs.spec @@ -1,5 +1,5 @@ Name: coordgenlibs -Version: 1.4.2 +Version: 2.0.3 Release: 1mamba Summary: Schrodinger-developed 2D Coordinate Generation Group: System/Libraries @@ -7,19 +7,16 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/schrodinger/coordgenlibs.git -## GITSOURCE https://github.com/schrodinger/coordgenlibs.git v1.3.2 Source: https://github.com/schrodinger/coordgenlibs.git/v%{version}/coordgenlibs-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libboost-devel BuildRequires: libgcc BuildRequires: libmaeparser-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END BuildRequires: cmake Requires: libcoordgen = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Schrodinger-developed 2D Coordinate Generation. @@ -52,7 +49,10 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt %build %cmake -d build \ - -Dmaeparser_DIR=%{_libdir}/cmake + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCOORDGEN_USE_MAEPARSER=ON + +#-Dmaeparser_DIR=%{_libdir}/cmake %make @@ -60,6 +60,8 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +install -Dm644 templates.mae -t %{buildroot}%{_datadir}/coordgen/templates.mae + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -69,8 +71,8 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt %files -n libcoordgen %defattr(-,root,root) %{_libdir}/libcoordgen.so.* -#%dir %{_datadir}/coordgen -#%{_datadir}/coordgen/templates.mae +%dir %{_datadir}/coordgen +%{_datadir}/coordgen/templates.mae %doc LICENSE %files -n libcoordgen-devel @@ -82,6 +84,15 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt %doc README.md %changelog +* Mon Apr 26 2021 Silvan Calarco 2.0.3-1mamba +- update to 2.0.3 + +* Tue Apr 06 2021 Automatic Build System 2.0.2-1mamba +- automatic version update by autodist + +* Wed Mar 31 2021 Automatic Build System 2.0.0-1mamba +- automatic version update by autodist + * Thu Feb 04 2021 Automatic Build System 1.4.2-1mamba - automatic version update by autodist