2f7b3c12eb
- drop obsolete patches - rebase remaining patches - drop zlib-devel from BR (required by libxml2-devel) - add gcc-c++ to BR - fix building bindings with swig-3.x - drop old Obsoletes: and Provides:
13 lines
688 B
Diff
13 lines
688 B
Diff
diff -up openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt.ruby_vendor openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt
|
|
--- openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt.ruby_vendor 2015-02-04 20:04:57.000000000 +0100
|
|
+++ openbabel-75414ad4e043f16ba72ae51c7ca60f448576688d/scripts/CMakeLists.txt 2015-02-07 23:38:54.649356914 +0100
|
|
@@ -400,7 +416,7 @@ if (DO_RUBY_BINDINGS)
|
|
endif()
|
|
|
|
install(TARGETS bindings_ruby
|
|
- LIBRARY DESTINATION ${LIB_INSTALL_DIR}
|
|
+ LIBRARY DESTINATION ${LIB_INSTALL_DIR}/ruby/vendor_ruby
|
|
COMPONENT bindings_ruby)
|
|
|
|
endif (DO_RUBY_BINDINGS)
|