Summary: x11perf application - X11 server performance test program Summary(pl.UTF-8): Aplikacja x11perf do testowania wydajności serwera X11 Name: xorg-app-x11perf Version: 1.6.2 Release: 1 License: MIT Group: X11/Applications Source0: https://xorg.freedesktop.org/releases/individual/test/x11perf-%{version}.tar.xz # Source0-md5: d705268a20885cf7aa8ce0099ac17d78 URL: https://xorg.freedesktop.org/ BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: pkgconfig >= 1:0.19 BuildRequires: tar >= 1:1.22 BuildRequires: xorg-lib-libX11-devel BuildRequires: xorg-lib-libXext-devel BuildRequires: xorg-lib-libXft-devel # just xmuu BuildRequires: xorg-lib-libXmu-devel BuildRequires: xorg-lib-libXrender-devel BuildRequires: xorg-proto-xproto-devel >= 7.0.17 BuildRequires: xorg-util-util-macros >= 1.8 BuildRequires: xz BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The x11perf program runs one or more performance tests and reports how fast an X server can execute the tests. %description -l pl.UTF-8 Program x11perf uruchamia jeden lub więcej testów wydajnościowych i informuje jak szybko serwer X jest w stanie wykonać te testy. %prep %setup -q -n x11perf-%{version} %build %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT %{__make} install \ DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc COPYING ChangeLog README.md %attr(755,root,root) %{_bindir}/x11perf %attr(755,root,root) %{_bindir}/x11perfcomp %dir %{_libdir}/X11/x11perfcomp %attr(755,root,root) %{_libdir}/X11/x11perfcomp/* %{_mandir}/man1/Xmark.1* %{_mandir}/man1/x11perf.1* %{_mandir}/man1/x11perfcomp.1*