]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blob - xorg-app-xrandr.spec
- updated to 1.3.3
[packages/xorg-app-xrandr.git] / xorg-app-xrandr.spec
1 Summary:        xrandr application - command-line interface to RandR extension
2 Summary(pl.UTF-8):      Aplikacja xrandr - interfejs linii poleceń do rozszerzenia RandR
3 Name:           xorg-app-xrandr
4 Version:        1.3.3
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/xrandr-%{version}.tar.bz2
9 # Source0-md5:  5b2dcfb0d9b736afaf78f6ce7651259c
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXrandr-devel >= 1.3
15 BuildRequires:  xorg-util-util-macros >= 1.4
16 Requires:       xorg-lib-libXrandr >= 1.3
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 xrandr is used to set the size, orientation and/or reflection of the
21 outputs for a screen.
22
23 %description -l pl.UTF-8
24 xrandr służy do ustawiania rozmiaru, orientacji i/lub odbicia wyjścia
25 ekranu.
26
27 %prep
28 %setup -q -n xrandr-%{version}
29
30 %build
31 %{__aclocal}
32 %{__autoconf}
33 %{__autoheader}
34 %{__automake}
35 %configure
36
37 %{__make}
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 %{__make} install \
43         DESTDIR=$RPM_BUILD_ROOT
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc COPYING ChangeLog README
51 %attr(755,root,root) %{_bindir}/xkeystone
52 %attr(755,root,root) %{_bindir}/xrandr
53 %{_mandir}/man1/xrandr.1x*
This page took 0.103919 seconds and 4 git commands to generate.