📄 db.spec.in
字号:
# Berkeley DB @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@Summary: Sleepycat Berkeley DB database libraryName: dbVersion: @DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@Release: 1Copyright: Freely redistributable, see LICENSE for details.Source: http://www.sleepycat.com/update/@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@/db-@DB_VERSION_MAJOR@.@DB_VERSION_MINOR@.@DB_VERSION_PATCH@.tar.gzURL: http://www.sleepycat.comGroup: System Environment/LibrariesBuildRoot: @CONFIGURATION_PATH@/RPM_INSTALL%descriptionBerkeley DB is a programmatic toolkit that provides fast, reliable,mission-critical, and scalable built-in database support for softwareranging from embedded applications running on hand-held appliances toenterprise-scale servers.The Berkeley DB access methods include B+tree, Extended Linear Hashing,Fixed and Variable-length records, and Persistent Queues. Berkeley DBprovides full transactional support, database recovery, online backups,and separate access to locking, logging and shared memory cachingsubsystems.Berkeley DB supports C, C++, Java, Tcl, Perl, and Python APIs. Thesoftware is available for Linux, a wide variety of UNIX platforms,Windows 95/98, Windows/NT, Windows 2000, VxWorks and QNX.%prep%setup%buildcd build_unixCFLAGS="$RPM_OPT_FLAGS" ../dist/configure @CONFIGURATION_ARGS@make library_build%installcd build_unixmake prefix=@CONFIGURATION_PATH@/RPM_INSTALL@EMBEDIX_ROOT@ install@RPM_POST_INSTALL@@RPM_POST_UNINSTALL@%files%defattr(-,root,root)%dir @EMBEDIX_ROOT@/bin%dir @EMBEDIX_ROOT@/docs%dir @EMBEDIX_ROOT@/include%dir @EMBEDIX_ROOT@/lib%changelog
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -