bloat.spec
来自「Bloat is a basic Perl script to allow yo」· SPEC 代码 · 共 33 行
SPEC
33 行
Summary: A script to allow easy command line-based extractionName: bloatVersion: 1.5Release: 1License: GPLSource: %{name}-%{version}.tar.gzGroup: Application/ArchivingBuildArch: noarchBuildRoot: %{_tmppath}/%{name}-%{version}Requires: /usr/bin/perl%descriptionBloat is a Perl script which allows easy CLI-based extraction.%prep%setuppod2man %{name} > %{name}.man%build%{__mkdir_p} %{buildroot}/%{_bindir}%{__mkdir_p} %{buildroot}/%{_mandir}%installcp %{name} %{buildroot}/%{_bindir}cp %{name}.man %{buildroot}/%{_mandir}%clean%files%doc TODO README ChangeLog AUTHORS CREDITS INSTALL DOCAUTHORS README.SUPPORTEDTYPES%{_bindir}/%{name}%{_mandir}/%{name}.man# Last Updated: 2005-01-23
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?