| Name: | odb |
|---|---|
| Version: | 2.3.0 |
| Release: | 6.el7 |
| Architecture: | x86_64 |
| Group: | Development/Tools |
| Size: | 13964170 |
| License: | GPLv3 |
| RPM: | odb-2.3.0-6.el7.x86_64.rpm |
| Source RPM: | odb-2.3.0-6.el7.src.rpm |
| Build Date: | Fri Nov 03 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.codesynthesis.com/products/odb/ |
| Summary: | Object-relational mapping (ORM) system for C++ |
| Description: | ODB is an object-relational mapping (ORM) system for C++. It provides tools, APIs, and library support that allow you to persist C++ objects to a relational database (RDBMS) without having to deal with tables, columns, or SQL and without manually writing any of the mapping code. |
- Require the version of GCC that its being built against
- Build with $RPM_OPT_FLAGS
- Patch to build with gcc 4.9
- Build against devtoolset 2.0
- Adding expat-devel as BuildRequires
- Updated to 2.3.0
- Initial build