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