|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Name: openbabel
|
|
Name: openbabel
|
|
Version: 2.3.2
|
|
Version: 2.3.2
|
|
-Release: 4%{?_dist_release}
|
|
+Release: 5%{?_dist_release}
|
|
Summary: Chemistry software file format converter
|
|
Summary: Chemistry software file format converter
|
|
Summary(ja): 化学ソフトデータファイル変換プログラム
|
|
Summary(ja): 化学ソフトデータファイル変換プログラム
|
|
License: GPLv2
|
|
License: GPLv2
|
|
@@ -18,6 +18,8 @@ Patch2: openbabel-2.3.2-cmake.patch
|
|
Patch3: openbabel-2.3.1-ruby19-vendorarch.patch
|
|
Patch3: openbabel-2.3.1-ruby19-vendorarch.patch
|
|
Patch4: openbabel-2.3.1-ruby22-remove-deprecated-usage.patch
|
|
Patch4: openbabel-2.3.1-ruby22-remove-deprecated-usage.patch
|
|
|
|
|
|
|
|
+Patch10: openbabel-2.3.2-gcc5.patch
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: inchi-devel
|
|
BuildRequires: inchi-devel
|
|
BuildRequires: libtool
|
|
BuildRequires: libtool
|
|
@@ -113,6 +115,7 @@ Open Babel ライブラリの Ruby ラッパー
|
|
%patch2 -p1 -b .cmake
|
|
%patch2 -p1 -b .cmake
|
|
%patch3 -p1 -b .ruby_vendor
|
|
%patch3 -p1 -b .ruby_vendor
|
|
%patch4 -p1 -b .rbconfig
|
|
%patch4 -p1 -b .rbconfig
|
|
|
|
+%patch10 -p1 -b .gcc5
|
|
|
|
|
|
chmod 644 src/formats/{mmcif,fchk}format.cpp
|
|
chmod 644 src/formats/{mmcif,fchk}format.cpp
|
|
|
|
|
|
@@ -185,6 +188,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{ruby_vendorarchdir}/openbabel.so
|
|
%{ruby_vendorarchdir}/openbabel.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jul 09 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-5
|
|
|
|
+- rebuild with gcc-5.4.0
|
|
|
|
+- add Patch10 (openbabel-2.3.2-gcc5.patch)
|
|
|
|
+
|
|
* Sun Sep 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-4
|
|
* Sun Sep 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-4
|
|
- rebuild with ruby-2.2.3
|
|
- rebuild with ruby-2.2.3
|
|
- add Patch4 (openbabel-2.3.1-ruby22-remove-deprecated-usage.patch) from fedora
|
|
- add Patch4 (openbabel-2.3.1-ruby22-remove-deprecated-usage.patch) from fedora
|