]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blob - xorg-app-xrandr.spec
- updated to 1.4.0
[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.4.0
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:  4d68317238bb14a33c0e419233d57d87
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXrandr-devel >= 1.4
15 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
16 BuildRequires:  xorg-util-util-macros >= 1.8
17 Requires:       xorg-lib-libXrandr >= 1.4
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 xrandr is used to set the size, orientation and/or reflection of the
22 outputs for a screen.
23
24 %description -l pl.UTF-8
25 xrandr służy do ustawiania rozmiaru, orientacji i/lub odbicia wyjścia
26 ekranu.
27
28 %prep
29 %setup -q -n xrandr-%{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 README
52 %attr(755,root,root) %{_bindir}/xkeystone
53 %attr(755,root,root) %{_bindir}/xrandr
54 %{_mandir}/man1/xrandr.1x*
This page took 0.079142 seconds and 4 git commands to generate.