man.spec
来自「coldfire MCF5445X基于unix平台的BSP」· SPEC 代码 · 共 46 行
SPEC
46 行
%define pfx /opt/freescale/rootfs/%{_target_cpu}Summary : man - format and display the on-line manual pagesName : manVersion : 1.5m2Release : 1License : GPLVendor : FreescalePackager : Stuart HughesGroup : System Environment/BaseSource : %{name}-%{version}.tar.bz2Patch0 : %{name}-%{version}-manpath.patchPatch1 : %{name}-%{version}-pager.patchPatch2 : %{name}-%{version}-80cols.patchPatch3 : %{name}-%{version}-cross-compile.patchBuildRoot : %{_tmppath}/%{name}Prefix : %{pfx}%Description%{summary}%Prep%setup%patch0 -p1%patch1 -p1%patch2 -p1%patch3 -p1%Build./configure -default -confdir=/etcmake -j1 CC_FOR_BUILD="$BUILDCC"%Installrm -rf $RPM_BUILD_ROOTmake -j1 install PREFIX=$RPM_BUILD_ROOT/%{pfx}%Cleanrm -rf $RPM_BUILD_ROOT%Files%defattr(-,root,root)%{pfx}/*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?