%define name sqlite%define version SQLITE_VERSION%define release 1Name: %{name}Summary: SQLite is a C library that implements an embeddable SQL database engineVersion: %{version}Release: %{release}Source: %{name}-%{version}.tar.gzGroup: System/LibrariesURL: http://www.sqlite.org/License: Public DomainBuildRoot: %{_tmppath}/%{name}-%{version}-root%descriptionSQLite is a software library that implements a self-contained, serverless,zero-configuration, transactional SQL database engine.Programs that link with the SQLite library can have SQL database accesswithout running a separate RDBMS process. The distribution comes with astandalone command-line access program (sqlite) that can be used toadminister an SQLite database and which serves as an example of how touse the SQLite library.%package -n %{name}-develSummary: Header files and libraries for developing apps which will use sqliteGroup: Development/CRequires: %{name} = %{version}-%{release}%description -n %{name}-develThe sqlite-devel package contains the header files and libraries neededto develop programs that use the SQLite database library.%prep%setup -q -n %{name}%buildCFLAGS="%optflags -DNDEBUG=1" CXXFLAGS="%optflags -DNDEBUG=1" ./configure --prefix=%{_prefix}makemake doc%installinstall -d $RPM_BUILD_ROOT/%{_prefix}install -d $RPM_BUILD_ROOT/%{_prefix}/bininstall -d $RPM_BUILD_ROOT/%{_prefix}/includeinstall -d $RPM_BUILD_ROOT/%{_prefix}/libmake install prefix=$RPM_BUILD_ROOT/%{_prefix}%post -p /sbin/ldconfig%postun -p /sbin/ldconfig%cleanrm -fr $RPM_BUILD_ROOT%files%defattr(-, root, root)%{_libdir}/*.so*%{_bindir}/*%files -n %{name}-devel%defattr(-, root, root)%{_libdir}/pkgconfig/sqlite3.pc%{_libdir}/*.a%{_libdir}/*.la%{_includedir}/*%doc doc/*
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。