]> git.pld-linux.org Git - packages/expedite.git/blob - expedite.spec
71d550a1247d65321b162b740d0b9ef0c8683173
[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.1.0
5 Release:        1
6 License:        BSD
7 Group:          Applications/Graphics
8 Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
9 # Source0-md5:  360dbee8a9754c5f94f6a39a769cb7ea
10 URL:            http://trac.enlightenment.org/e/wiki/Expedite
11 BuildRequires:  DirectFB-devel
12 BuildRequires:  SDL-devel
13 BuildRequires:  eina-devel >= 1.1.0
14 BuildRequires:  eet-devel >= 1.5.0
15 BuildRequires:  evas-devel >= 1.0.0
16 BuildRequires:  libxcb-devel
17 BuildRequires:  pkgconfig
18 BuildRequires:  xcb-util-keysyms-devel
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Expedite is the official Evas benchmark tool. It can test different
23 engines, such as X11, XRender, OpenGL (also ES variant), SDL, DirectFB
24 and so on. Its tests are quite extensive, trying to reproduce real
25 world usage cases.
26
27 %description -l pl.UTF-8
28 Expedite to oficjalne narzędzie do testowania szybkości Evas. Potrafi
29 testować różne silniki, takie jak X11, XRender, OpenGL (także w
30 wariancie ES), SDL, DirectFB itd. Testy są obszerne, próbują odtworzyć
31 rzeczywiste przypadku użycia.
32
33 %prep
34 %setup -q
35
36 %build
37 %configure
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 COPYING COPYING-PLAIN README
52 %attr(755,root,root) %{_bindir}/expedite
53 %attr(755,root,root) %{_bindir}/expedite-cmp
54 %{_datadir}/expedite
This page took 0.076055 seconds and 3 git commands to generate.