]> git.pld-linux.org Git - SPECS.git/blob - xorg-app-rendercheck.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / xorg-app-rendercheck.spec
1 Summary:        rendercheck application - simple tests of the X Render extension
2 Summary(pl.UTF-8):      Aplikacja rendercheck - proste testy rozszerzenia X Render
3 Name:           xorg-app-rendercheck
4 Version:        1.5
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/rendercheck-%{version}.tar.bz2
9 # Source0-md5:  61d02044a2b1b1afb20334308bdca2d0
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libX11-devel
15 BuildRequires:  xorg-lib-libXrender-devel
16 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
17 BuildRequires:  xorg-util-util-macros >= 1.8
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 rendercheck application - a program to test a Render extension
22 implementation against separate calculations of expected output.
23
24 %description -l pl.UTF-8
25 Aplikacja rendercheck - program do sprawdzania implementacji
26 rozszerzenia Render wzglÄ™dem oddzielnie wyliczonego oczekiwanego
27 rezultatu.
28
29 %prep
30 %setup -q -n rendercheck-%{version}
31
32 %build
33 %{__aclocal}
34 %{__autoconf}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog COPYING NEWS README doc/TODO
52 %attr(755,root,root) %{_bindir}/rendercheck
53 %{_mandir}/man1/rendercheck.1*
This page took 1.186907 seconds and 3 git commands to generate.