📄 db.star.spec
字号:
%define name db-star%define version 2.1%define release 1Name: %{name}Summary: db.* is a C library that implements embeddable database engineVersion: %{version}Release: %{release}Source: %{name}-%{version}.tar.gzGroup: System/LibrariesURL: http://www.ittia.com/License: Centura Open Source Public LicenseBuildRoot: %{_tmppath}/%{name}-%{version}-root%descriptiondb.star is an open source DBMS kernel. It implements network and relationaldata model, so you can choose the best and the fastest way to organizeyour data.%package -n %{name}-develSummary: Header files and libraries for developing db.star applicationsGroup: Development/CRequires: %{name} = %{version}-%{release}%description -n %{name}-develThe db.star development package contains the header files and librariesneeded to develop programs using db.star DBMS.%prep%setup -q -n %{name}-%{version}%build%configuremake%install%makeinstall%cleanrm -fr $RPM_BUILD_ROOT%files%defattr(-, root, root)%{_libdir}/*.so*%{_bindir}/dal%{_bindir}/datdump%{_bindir}/dbcheck%{_bindir}/dbclrlb%{_bindir}/dbedit%{_bindir}/dbexp%{_bindir}/dbimp%{_bindir}/dchain%{_bindir}/initdb%{_bindir}/keybuild%{_bindir}/keydump%{_bindir}/keypack%{_bindir}/lm%{_bindir}/lmclear%{_bindir}/lmping%{_bindir}/prdbd%files -n %{name}-devel%defattr(-, root, root)%{_bindir}/ddlp%{_libdir}/*.a%{_libdir}/*.la%{_includedir}/*%doc docs/*.htm docs/*.gif docs/*.jpg
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -