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