]> git.pld-linux.org Git - packages/xorg-app-x11perf.git/blobdiff - xorg-app-x11perf.spec
- updated to 1.5.1
[packages/xorg-app-x11perf.git] / xorg-app-x11perf.spec
index a65f8ba5a25fbe62b3c440d60b1dafedcee57b4b..7ec4e32ec2215347163881e20a4179c8cb56ff79 100644 (file)
@@ -1,30 +1,34 @@
-Summary:       x11perf application
-Summary(pl):   Aplikacja x11perf
+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:       0.99.0
-Release:       0.02
+Version:       1.5.1
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/X11R7.0-RC0/app/x11perf-%{version}.tar.bz2
-# Source0-md5: dce0892549180b8e3b2fd6912ee1d6e5
-Patch0:                x11perf-man.patch
+Source0:       http://xorg.freedesktop.org/releases/individual/app/x11perf-%{version}.tar.bz2
+# Source0-md5: 66e4aa4645f83809071eb69553ed0222
 URL:           http://xorg.freedesktop.org/
-BuildRequires: autoconf
+BuildRequires: autoconf >= 2.57
 BuildRequires: automake
+BuildRequires: pkgconfig >= 1:0.19
+BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXft-devel
+# just xmuu
 BuildRequires: xorg-lib-libXmu-devel
-BuildRequires: xorg-util-util-macros
-BuildRequires: pkgconfig >= 0.19
+BuildRequires: xorg-lib-libXrender-devel
+BuildRequires: xorg-util-util-macros >= 1.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-x11perf application.
+The x11perf program runs one or more performance tests and reports how
+fast an X server can execute the tests.
 
-%description -l pl
-Aplikacja x11perf.
+%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}
-%patch0 -p1
 
 %build
 %{__aclocal}
@@ -46,6 +50,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/X11/x11perfcomp/*.sh
-%{_mandir}/man1/*.1*
+%doc COPYING ChangeLog README
+%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.1x*
+%{_mandir}/man1/x11perf.1x*
+%{_mandir}/man1/x11perfcomp.1x*
This page took 0.058539 seconds and 4 git commands to generate.