update to 2.0.3 [release 2.0.3-1mamba;Mon Apr 26 2021]
This commit is contained in:
parent
7458210c9c
commit
5be77ff990
@ -1,5 +1,5 @@
|
|||||||
Name: coordgenlibs
|
Name: coordgenlibs
|
||||||
Version: 1.4.2
|
Version: 2.0.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Schrodinger-developed 2D Coordinate Generation
|
Summary: Schrodinger-developed 2D Coordinate Generation
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,19 +7,16 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/schrodinger/coordgenlibs.git
|
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
|
Source: https://github.com/schrodinger/coordgenlibs.git/v%{version}/coordgenlibs-%{version}.tar.bz2
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libmaeparser-devel
|
BuildRequires: libmaeparser-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: libcoordgen = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libcoordgen = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Schrodinger-developed 2D Coordinate Generation.
|
Schrodinger-developed 2D Coordinate Generation.
|
||||||
@ -52,7 +49,10 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-Dmaeparser_DIR=%{_libdir}/cmake
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||||
|
-DCOORDGEN_USE_MAEPARSER=ON
|
||||||
|
|
||||||
|
#-Dmaeparser_DIR=%{_libdir}/cmake
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -60,6 +60,8 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
install -Dm644 templates.mae -t %{buildroot}%{_datadir}/coordgen/templates.mae
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -69,8 +71,8 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt
|
|||||||
%files -n libcoordgen
|
%files -n libcoordgen
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcoordgen.so.*
|
%{_libdir}/libcoordgen.so.*
|
||||||
#%dir %{_datadir}/coordgen
|
%dir %{_datadir}/coordgen
|
||||||
#%{_datadir}/coordgen/templates.mae
|
%{_datadir}/coordgen/templates.mae
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n libcoordgen-devel
|
%files -n libcoordgen-devel
|
||||||
@ -82,6 +84,15 @@ sed -i "s|lib/cmake|%{_lib}/cmake|" CMakeLists.txt
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.3-1mamba
|
||||||
|
- update to 2.0.3
|
||||||
|
|
||||||
|
* Tue Apr 06 2021 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 31 2021 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user