summaryrefslogtreecommitdiff
path: root/screentest.spec
blob: a70cbcd8d79afd08109754d25a2974816fbf7020 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Summary:	The CRT screen quality testing utility
Summary(pl):	Narzędzie do testowania jakości wyświetlacza CRT
Name:		screentest
Version:	1.0
Release:	1
License:	GPL
Group:		Applications/System
Source0:	ftp://ftp.fi.muni.cz/pub/linux/people/jan_kasprzak/screentest/%{name}-%{version}.tar.gz
URL:		http://www.fi.muni.cz/~kas/screentest/
BuildRequires:	XFree86-devel
BuildRequires:	autoconf
BuildRequires:	automake
BuildRequires:	gtk+-devel
BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)


%description
Screentest is a simple program which displays various patterns
(colors, circles, grids, text) on your screen in order to allow you to
evaluate the quality of your CRT monitor (sharpness, linearity, etc).

%description -l pl
Screentest jest prostym programem wyświetlającym różne wzory (kolory,
okręgi, siatki, tekst) na twoim wyświetlaczu CRT w celu umożliwienia
określenia jego jakości (ostrość, liniowość itp).

%prep
%setup -q

%build
rm -f missing
%{__aclocal}
%{__autoconf}
%{__autoheader}
%{__automake}
%configure
%{__make} screentest

%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}

install screentest $RPM_BUILD_ROOT%{_bindir}

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(644,root,root,755)
%doc README ChangeLog NEW_TESTS NEWS AUTHORS
%attr(755,root,root) %{_bindir}/*