scrot.spec

来自「linux下很好的截图工具。 抓取整个桌面、某个指定的窗口、以及选择的矩形区域」· SPEC 代码 · 共 46 行

SPEC
46
字号
%define name	scrot%define ver	0.8%define RELEASE 1#%define rel     %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}%define prefix	/usrName: %nameSummary:    Screen-shot capture using Imlib 2Version: 	%verRelease: 	%relCopyright: 	BSDGroup:		Applications/GraphicsSource: 	%{name}-%{ver}.tar.gzUrl: 		http://www.linuxbrit.co.ukBuildRoot:	/var/tmp/%{name}-%{ver}-rootDocdir: 	%{prefix}/doc%descriptionA nice and straightforward screen capture utility implementing the dynamicloaders of imlib2.%prep%setup%buildCFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}make CFLAGS="$RPM_OPT_FLAGS"%installrm -fr $RPM_BUILD_ROOTmake prefix=$RPM_BUILD_ROOT%{prefix} install%files%defattr(-, root, root)%{prefix}/bin/*%{prefix}/man/man1/*%doc AUTHORS ChangeLog README TODO%changelog* Thu Oct 26 2000 Tom Gilbert <tom@linuxbrit.co.uk>- created spec file

⌨️ 快捷键说明

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