hftp.spec

来自「这个是LINUX下的HFTP测试版本」· SPEC 代码 · 共 49 行

SPEC
49
字号
# This spec file was generated using Kpp# If you find any problems with this spec file please report# the error to ian geiser <geiseri@msoe.edu>Summary:   Name:      hftpVersion:   0.0.1Release:   0.0.1Copyright: ApacheVendor:    何林强 <helinqiang@163.net>Url:       Packager:  何林强 <helinqiang@163.net>Group:     Applications/InternetSource:    hftp-0.0.1.tar.gzBuildRoot: %description%prep%setupCFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" ./configure \                 --build=i386-linux --host=i386-linux --target=i386-linux  \                $LOCALFLAGS%build# Setup for parallel buildsnumprocs=`egrep -c ^cpu[0-9]+ /proc/stat || :`if [ "$numprocs" = "0" ]; then  numprocs=1fimake -j$numprocs%installmake install-strip DESTDIR=$RPM_BUILD_ROOTcd $RPM_BUILD_ROOTfind . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.hftpfind . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.hftpfind . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.hftp%cleanrm -rf $RPM_BUILD_ROOT/*rm -rf $RPM_BUILD_DIR/hftprm -rf ../file.list.hftp%files -f ../file.list.hftp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?