automatic version update by autodist [release 3.1.1-1mamba;Mon May 11 2020]
This commit is contained in:
parent
76c461dafd
commit
3cc2c1e277
@ -1,7 +1,7 @@
|
|||||||
%define apiver 2.0
|
%define apiver 3.0
|
||||||
%define minver %(echo %version | cut -d. -f 2-)
|
%define minver %(echo %version | cut -d. -f 2-)
|
||||||
Name: openbabel
|
Name: openbabel
|
||||||
Version: 2.3.2.20160804git
|
Version: 3.1.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Chemistry file translation program
|
Summary: Chemistry file translation program
|
||||||
Group: Applications/Educational
|
Group: Applications/Educational
|
||||||
@ -24,6 +24,8 @@ BuildRequires: libwxGTK-unicode-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libmaeparser-devel
|
||||||
|
BuildRequires: libcoordgen-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -39,10 +41,15 @@ OpenBabel is a project designed to pick up where Babel left off, as a cross-plat
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
#%ifarch x86_64
|
||||||
|
#sed -i "s|DESTINATION lib$|DESTINATION lib64|" external/maeparser-1.1/CMakeLists.txt
|
||||||
|
#%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake \
|
%cmake \
|
||||||
@ -63,41 +70,46 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/OBGUI
|
|
||||||
%{_bindir}/babel
|
|
||||||
%{_bindir}/ob*
|
%{_bindir}/ob*
|
||||||
%{_bindir}/roundtrip
|
%{_bindir}/roundtrip
|
||||||
%{_libdir}/libinchi.so.*
|
%{_libdir}/libinchi.so.*
|
||||||
%{_libdir}/libopenbabel.so.*
|
%{_libdir}/libopenbabel.so.*
|
||||||
%dir %{_libdir}/openbabel
|
%dir %{_libdir}/openbabel
|
||||||
%{_libdir}/openbabel/*/*.so
|
%{_libdir}/openbabel/*/*.so
|
||||||
%{_libdir}/libinchi.so
|
|
||||||
%{_libdir}/libopenbabel.so
|
|
||||||
%{_datadir}/openbabel/*
|
%{_datadir}/openbabel/*
|
||||||
%{_mandir}/man1/babel.1.gz
|
#%{_mandir}/man1/babel.1*
|
||||||
%{_mandir}/man1/ob*.1.gz
|
%{_mandir}/man1/ob*.1*
|
||||||
%{_mandir}/man1/roundtrip.1.gz
|
%{_mandir}/man1/roundtrip.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
# ChangeLog NEWS README THANKS
|
# ChangeLog NEWS README THANKS
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/inchi
|
||||||
%{_includedir}/inchi/inchi_api.h
|
%{_includedir}/inchi/inchi_api.h
|
||||||
%dir %{_includedir}/openbabel-%{apiver}
|
%dir %{_includedir}/openbabel3
|
||||||
%dir %{_includedir}/openbabel-%{apiver}/openbabel
|
%dir %{_includedir}/openbabel3/openbabel
|
||||||
%{_includedir}/openbabel-%{apiver}/openbabel/*.h
|
%{_includedir}/openbabel3/openbabel/*
|
||||||
%dir %{_includedir}/openbabel-%{apiver}/openbabel/json
|
%{_includedir}/openbabel3/LBFGS.h
|
||||||
%{_includedir}/openbabel-%{apiver}/openbabel/json/*.h
|
%dir %{_includedir}/openbabel3/LBFGS
|
||||||
%dir %{_includedir}/openbabel-%{apiver}/openbabel/math
|
%{_includedir}/openbabel3/LBFGS/*
|
||||||
%{_includedir}/openbabel-%{apiver}/openbabel/math/*.h
|
%{_libdir}/libinchi.so
|
||||||
%dir %{_includedir}/openbabel-%{apiver}/openbabel/stereo
|
%{_libdir}/libopenbabel.so
|
||||||
%{_includedir}/openbabel-%{apiver}/openbabel/stereo/*.h
|
#%{_libdir}/libmaeparser.so
|
||||||
%{_includedir}/openbabel-%{apiver}/openbabel/*.h
|
%dir %{_libdir}/cmake/openbabel3
|
||||||
%dir %{_libdir}/cmake/openbabel2
|
%{_libdir}/cmake/openbabel3/OpenBabel3*.cmake
|
||||||
%{_libdir}/cmake/openbabel2/OpenBabel2*.cmake
|
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 3.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Mar 17 2020 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Dec 28 2016 Automatic Build System <autodist@mambasoft.it> 2.4.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2.20160804git-1mamba
|
* Thu Aug 04 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.2.20160804git-1mamba
|
||||||
- update to 2.3.2.20160804git
|
- update to 2.3.2.20160804git
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user