]> git.pld-linux.org Git - packages/expedite.git/blob - expedite.spec
d2f86dc2d88faeb6d485f127d13e130a51b5864c
[packages/expedite.git] / expedite.spec
1 Summary:        Evas benchmarking tool
2 Summary(pl.UTF-8):      Narzędzie do testowania szybkości Evas
3 Name:           expedite
4 Version:        1.7.5
5 Release:        1
6 License:        BSD
7 Group:          Applications/Graphics
8 Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
9 # Source0-md5:  a7b3b9039b5047503d38bcf2a21ec459
10 URL:            http://trac.enlightenment.org/e/wiki/Expedite
11 BuildRequires:  DirectFB-devel
12 BuildRequires:  SDL-devel
13 BuildRequires:  eina-devel >= 1.7.5
14 BuildRequires:  eet-devel >= 1.7.5
15 BuildRequires:  evas-devel >= 1.7.5
16 BuildRequires:  libxcb-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  sed >= 4.0
19 BuildRequires:  xcb-util-keysyms-devel
20 BuildRequires:  xorg-lib-libX11-devel
21 Requires:       eet >= 1.7.5
22 Requires:       eina >= 1.7.5
23 Requires:       evas >= 1.7.5
24 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26 %description
27 Expedite is the official Evas benchmark tool. It can test different
28 engines, such as X11, XRender, OpenGL (also ES variant), SDL, DirectFB
29 and so on. Its tests are quite extensive, trying to reproduce real
30 world usage cases.
31
32 %description -l pl.UTF-8
33 Expedite to oficjalne narzędzie do testowania szybkości Evas. Potrafi
34 testować różne silniki, takie jak X11, XRender, OpenGL (także w
35 wariancie ES), SDL, DirectFB itd. Testy są obszerne, próbują odtworzyć
36 rzeczywiste przypadku użycia.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure \
43         --disable-silent-rules
44 %{__make}
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52 sed -i -e '1s,/usr/bin/env python,/usr/bin/python,' $RPM_BUILD_ROOT%{_bindir}/expedite-cmp
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc AUTHORS COPYING COPYING-PLAIN ChangeLog NEWS README
60 %attr(755,root,root) %{_bindir}/expedite
61 %attr(755,root,root) %{_bindir}/expedite-cmp
62 %{_datadir}/expedite
This page took 0.060423 seconds and 2 git commands to generate.