|
@@ -3,7 +3,7 @@
|
|
|
|
|
|
Name: openbabel
|
|
Name: openbabel
|
|
Version: 2.3.2
|
|
Version: 2.3.2
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
Summary: Chemistry software file format converter
|
|
Summary: Chemistry software file format converter
|
|
Summary(ja): 化学ソフトデータファイル変換プログラム
|
|
Summary(ja): 化学ソフトデータファイル変換プログラム
|
|
License: GPLv2
|
|
License: GPLv2
|
|
@@ -16,6 +16,7 @@ Patch0: openbabel-2.3.1-gcc47-darwin.patch
|
|
Patch1: openbabel-rpm.patch
|
|
Patch1: openbabel-rpm.patch
|
|
Patch2: openbabel-2.3.2-cmake.patch
|
|
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
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: inchi-devel
|
|
BuildRequires: inchi-devel
|
|
@@ -111,6 +112,7 @@ Open Babel ライブラリの Ruby ラッパー
|
|
%patch1 -p1 -b .rpm
|
|
%patch1 -p1 -b .rpm
|
|
%patch2 -p1 -b .cmake
|
|
%patch2 -p1 -b .cmake
|
|
%patch3 -p1 -b .ruby_vendor
|
|
%patch3 -p1 -b .ruby_vendor
|
|
|
|
+%patch4 -p1 -b .rbconfig
|
|
|
|
|
|
chmod 644 src/formats/{mmcif,fchk}format.cpp
|
|
chmod 644 src/formats/{mmcif,fchk}format.cpp
|
|
|
|
|
|
@@ -183,6 +185,10 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{ruby_vendorarchdir}/openbabel.so
|
|
%{ruby_vendorarchdir}/openbabel.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Sep 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-4
|
|
|
|
+- rebuild with ruby-2.2.3
|
|
|
|
+- add Patch4 (openbabel-2.3.1-ruby22-remove-deprecated-usage.patch) from fedora
|
|
|
|
+
|
|
* Fri Jan 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-3
|
|
* Fri Jan 02 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.2-3
|
|
- add BuildRequires: wxGTK-devel, eigen2-devel
|
|
- add BuildRequires: wxGTK-devel, eigen2-devel
|
|
|
|
|