scrot.spec (scrot-0.8) | : | scrot.spec (scrot-1.6.tar.bz2) | ||
---|---|---|---|---|
%define name scrot | Summary: @PACKAGE@ - command line screen capture utility | |||
%define ver 0.8 | Name: @PACKAGE@ | |||
%define RELEASE 1 | Version: @VERSION@ | |||
#%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} | Release: @RELEASE@ | |||
%define prefix /usr | License: MIT | |||
URL: @PACKAGE_URL@ | ||||
Name: %name | ||||
Summary: Screen-shot capture using Imlib 2 | ||||
Version: %ver | ||||
Release: %rel | ||||
Copyright: BSD | ||||
Group: Applications/Graphics | ||||
Source: %{name}-%{ver}.tar.gz | ||||
Url: http://www.linuxbrit.co.uk | ||||
BuildRoot: /var/tmp/%{name}-%{ver}-root | ||||
Docdir: %{prefix}/doc | ||||
%description | %description | |||
A nice and straightforward screen capture utility implementing the dynamic | scrot (SCReenshOT) is a simple command line screen capture | |||
loaders of imlib2. | utility that uses imlib2 to grab and save images. Multiple | |||
image formats are supported through imlib2's dynamic saver | ||||
%prep | modules. | |||
%setup | ||||
Some features of the scrot: | ||||
%build | - support to multiple image formats (JPG, PNG, GIF, etc.). | |||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} | - optimization of the screen shots image quality. | |||
- capture a specific window or a rectangular area on the | ||||
make CFLAGS="$RPM_OPT_FLAGS" | screen with the help of switch. | |||
%install | ||||
rm -fr $RPM_BUILD_ROOT | ||||
make prefix=$RPM_BUILD_ROOT%{prefix} install | ||||
%files | ||||
%defattr(-, root, root) | ||||
%{prefix}/bin/* | ||||
%{prefix}/man/man1/* | ||||
%doc AUTHORS ChangeLog README TODO | ||||
%changelog | scrot also can be used to monitor a desktop PC in admin absent | |||
* Thu Oct 26 2000 Tom Gilbert <tom@linuxbrit.co.uk> | and register unwanted activities. | |||
- created spec file | ||||
End of changes. 3 change blocks. | ||||
38 lines changed or deleted | 16 lines changed or added |