]> git.pld-linux.org Git - packages/xorg-app-x11perf.git/blob - xorg-app-x11perf.spec
- new try
[packages/xorg-app-x11perf.git] / xorg-app-x11perf.spec
1 # $Rev: 3369 $, $Date: 2005-08-15 12:17:57 $
2 #
3 Summary:        x11perf application
4 Summary(pl):    Aplikacja x11perf
5 Name:           xorg-app-x11perf
6 Version:        0.99.0
7 Release:        0.02
8 License:        MIT
9 Group:          X11/Applications
10 Source0:        http://xorg.freedesktop.org/X11R7.0-RC0/app/x11perf-%{version}.tar.bz2
11 # Source0-md5:  dce0892549180b8e3b2fd6912ee1d6e5
12 Patch0:         x11perf-man.patch
13 URL:            http://xorg.freedesktop.org/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  xorg-lib-libXmu-devel
17 BuildRequires:  xorg-util-util-macros
18 BuildRequires:  pkg-config
19 BuildRoot:      %{tmpdir}/x11perf-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 x11perf application.
26
27 %description -l pl
28 Aplikacja x11perf.
29
30
31 %prep
32 %setup -q -n x11perf-%{version}
33 %patch0 -p1
34
35
36 %build
37 %{__aclocal}
38 %{__autoconf}
39 %{__autoheader}
40 %{__automake}
41 %configure
42
43 %{__make}
44
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48
49 %{__make} install \
50         DESTDIR=$RPM_BUILD_ROOT
51
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56
57 %files
58 %defattr(644,root,root,755)
59 %attr(755,root,wheel) %{_bindir}/*
60 %attr(755,root,wheel) %{_libdir}/X11/x11perfcomp/*.sh
61 %{_mandir}/man1/*.1*
This page took 0.083675 seconds and 4 git commands to generate.