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