]> git.pld-linux.org Git - SPECS.git/blob - screentest.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / screentest.spec
1 Summary:        The CRT screen quality testing utility
2 Summary(pl.UTF-8):      Narzędzie do testowania jakości wyświetlacza CRT
3 Name:           screentest
4 Version:        1.0
5 Release:        3
6 License:        GPL
7 Group:          Applications/System
8 Source0:        ftp://ftp.fi.muni.cz/pub/linux/people/jan_kasprzak/screentest/%{name}-%{version}.tar.gz
9 # Source0-md5:  c44d3f97874f0675b6c31cd1191f9871
10 URL:            http://www.fi.muni.cz/~kas/screentest/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  gtk+-devel >= 1.2.0
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 Screentest is a simple program which displays various patterns
18 (colors, circles, grids, text) on your screen in order to allow you to
19 evaluate the quality of your CRT monitor (sharpness, linearity, etc).
20
21 %description -l pl.UTF-8
22 Screentest jest prostym programem wyświetlającym różne wzory (kolory,
23 okręgi, siatki, tekst) na twoim wyświetlaczu CRT w celu umożliwienia
24 określenia jego jakości (ostrość, liniowość itp).
25
26 %prep
27 %setup -q
28
29 %build
30 %{__aclocal}
31 %{__autoconf}
32 %{__autoheader}
33 %{__automake}
34 %configure
35 %{__make} screentest
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 install -d $RPM_BUILD_ROOT%{_bindir}
40
41 install screentest $RPM_BUILD_ROOT%{_bindir}
42
43 %clean
44 rm -rf $RPM_BUILD_ROOT
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS ChangeLog NEWS NEW_TESTS README
49 %attr(755,root,root) %{_bindir}/screentest
This page took 0.150157 seconds and 3 git commands to generate.