]> 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 e992514d97b259c0c0106f5ac779ce6fa6d422e6..7ec4e32ec2215347163881e20a4179c8cb56ff79 100644 (file)
@@ -1,37 +1,34 @@
-# $Rev: 3369 $, $Date: 2005-08-15 12:17:57 $
-#
-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: pkg-config
-BuildRoot:     %{tmpdir}/x11perf-%{version}-root-%(id -u -n)
-
-%define                _prefix         /usr/X11R6
-%define                _mandir         %{_prefix}/man
+BuildRequires: xorg-lib-libXrender-devel
+BuildRequires: xorg-util-util-macros >= 1.3
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-x11perf application.
-
-%description -l pl
-Aplikacja x11perf.
+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}
-%patch0 -p1
-
 
 %build
 %{__aclocal}
@@ -42,20 +39,22 @@ Aplikacja x11perf.
 
 %{__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)
-%attr(755,root,wheel) %{_bindir}/*
-%attr(755,root,wheel) %{_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.075273 seconds and 4 git commands to generate.