?? spec.template
字號:
%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.hwaci.com/sw/sqlite/License: Public DomainBuildRoot: %{_tmppath}/%{name}-%{version}-root%descriptionSQLite is a C library that implements an embeddable 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}%cleanrm -fr $RPM_BUILD_ROOT%files%defattr(-, root, root)%{_libdir}/*.so*%{_bindir}/*%files -n %{name}-devel%defattr(-, root, root)%{_libdir}/pkgconfig/sqlite.pc%{_libdir}/*.a%{_libdir}/*.la%{_includedir}/*%doc doc/*
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -