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