]> 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 5eda76969fd4d5ad70b98f24dc8b49485a116eb4..7ec4e32ec2215347163881e20a4179c8cb56ff79 100644 (file)
@@ -1,25 +1,31 @@
-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.1
-Release:       0.1
+Version:       1.5.1
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/X11R7.0-RC1/app/x11perf-%{version}.tar.bz2
-# Source0-md5: 6521aa2ec6909c81609e7c16593dfb1a
+Source0:       http://xorg.freedesktop.org/releases/individual/app/x11perf-%{version}.tar.bz2
+# Source0-md5: 66e4aa4645f83809071eb69553ed0222
 URL:           http://xorg.freedesktop.org/
 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 >= 0.99.1
+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}
@@ -37,16 +43,18 @@ Aplikacja x11perf.
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT \
-       appmandir=%{_mandir}/man1
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
-%attr(755,root,root) %{_bindir}/*
+%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/*.1x*
+%{_mandir}/man1/Xmark.1x*
+%{_mandir}/man1/x11perf.1x*
+%{_mandir}/man1/x11perfcomp.1x*
This page took 0.080122 seconds and 4 git commands to generate.