fastdb.spec
来自「嵌入式数据库软件 嵌入式数据库软件 嵌入式数据库软件」· SPEC 代码 · 共 65 行
SPEC
65 行
Summary: Fast In-Memory RDBMSName: fastdbVersion: 3.02Release: 1.%{?_vendorsuffix:%{_vendorsuffix}}%{!?_vendorsuffix:%{_vendor}}Copyright: BSDGroup: Development/LibrariesURL: http://www.ispras.ru/~knizhnik/fastdb.htmlSource: fastdb-3.02.tar.gzPackager: %{?_packager:%{_packager}}%{!?_packager:%{_vendor}}Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:%{_vendor}}Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}Prefix: %{_prefix}BuildRoot: /var/tmp/%{name}-%{version}-%{release}-root%descriptionFastDB is a highly efficient main memory database system with realtimecapabilities and convenient C++ interface. It is optimized forapplications with dominated read access pattern. High speed of queryexecution is provided by the elimination of data transfer overhead anda very effective locking implementation. FastDB supportstransactions, online backup and automatic recovery after system crash.It is an application-oriented database whose tables are constructedusing information about application classes. Automatic schemeevaluation based on classes and a flexible, convenient SQL-likeinterface for retrieving data from the database. Such post-relationalcapabilities as non-atomic fields, nested arrays, user-defined typesand methods, direct interobject references simplifies the design ofdatabase applications and makes them more efficient.%prep%setup -q -n fastdb%buildCFLAGS="%{?cflags:%{cflags}}%{!?cflags:$RPM_OPT_FLAGS}"CXXFLAGS="%{?cxxflags:%{cxxflags}}%{!?cflags:$RPM_OPT_FLAGS}" export CFLAGS CXXFLAGS%{__make} PREFIX=%{_prefix} %{?mflags}# Make examples dir.%{__mkdir_p} docs/examples%{__install} -m 644 bugdb.cpp bugdb.h buglogin.htm clidb.cpp clidb.h \ clilogin.htm clitest.c clitest.sql guess.cpp guess2.cpp \ guess_std.cpp testdb.cpp testddl.cpp testddl.sql testidx.cpp \ testiref.cpp testjoin.cpp testleak.cpp testperf.cpp testraw.cpp \ testsync.cpp docs/examples/%install%{makeinstall} PREFIX=$RPM_BUILD_ROOT%{_prefix} %{?mflags_install}%cleantest "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT%files%defattr(-, root, root)%doc CHANGES docs doxygen.cfg%{_bindir}/subsql%{_includedir}/%{name}%{_libdir}/libcli*%{_libdir}/libfastdb*%changelog* Wed Jul 21 2004 Mezzanine <mezzanine@kainx.org>- Specfile auto-generated by Mezzanine
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?