]> git.pld-linux.org Git - packages/xorg-app-x11perf.git/blob - xorg-app-x11perf.spec
- more verbose files, release 1
[packages/xorg-app-x11perf.git] / xorg-app-x11perf.spec
1 Summary:        x11perf application
2 Summary(pl):    Aplikacja x11perf
3 Name:           xorg-app-x11perf
4 Version:        1.4.1
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/x11perf-%{version}.tar.bz2
9 # Source0-md5:  fd06c8b8e3572a0e14af65a49e0dd7d1
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXext-devel
15 BuildRequires:  xorg-lib-libXft-devel
16 # just xmuu
17 BuildRequires:  xorg-lib-libXmu-devel
18 BuildRequires:  xorg-lib-libXrender-devel
19 BuildRequires:  xorg-util-util-macros >= 0.99.2
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 x11perf application.
24
25 %description -l pl
26 Aplikacja x11perf.
27
28 %prep
29 %setup -q -n x11perf-%{version}
30
31 %build
32 %{__aclocal}
33 %{__autoconf}
34 %{__autoheader}
35 %{__automake}
36 %configure
37
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %{__make} install \
44         DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc COPYING ChangeLog
52 %attr(755,root,root) %{_bindir}/x11perf
53 %attr(755,root,root) %{_bindir}/x11perfcomp
54 %dir %{_libdir}/X11/x11perfcomp
55 %attr(755,root,root) %{_libdir}/X11/x11perfcomp/*
56 %{_mandir}/man1/Xmark.1x*
57 %{_mandir}/man1/x11perf.1x*
58 %{_mandir}/man1/x11perfcomp.1x*
This page took 0.064241 seconds and 4 git commands to generate.