]> git.pld-linux.org Git - packages/expedite.git/blob - expedite.spec
- updated to 1.7.6
[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.6
5 Release:        1
6 License:        BSD
7 Group:          Applications/Graphics
8 Source0:        http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
9 # Source0-md5:  85c2a81fcc21639d6d9bef90a912aea2
10 URL:            http://trac.enlightenment.org/e/wiki/Expedite
11 BuildRequires:  DirectFB-devel
12 BuildRequires:  SDL-devel
13 BuildRequires:  eina-devel >= 1.7.6
14 BuildRequires:  eet-devel >= 1.7.6
15 BuildRequires:  evas-devel >= 1.7.6
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.6
22 Requires:       eina >= 1.7.6
23 Requires:       evas >= 1.7.6
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.100596 seconds and 3 git commands to generate.