]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blob - xorg-app-xrandr.spec
- updated libXrandr version
[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.5.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:  ebffac98021b8f1dc71da0c1918e9b57
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  sed >= 4.0
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXrandr-devel >= 1.5
17 BuildRequires:  xorg-lib-libXrender-devel
18 BuildRequires:  xorg-proto-xproto-devel >= 7.0.17
19 BuildRequires:  xorg-util-util-macros >= 1.8
20 Requires:       xorg-lib-libXrandr >= 1.5
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 xrandr is used to set the size, orientation and/or reflection of the
25 outputs for a screen.
26
27 %description -l pl.UTF-8
28 xrandr służy do ustawiania rozmiaru, orientacji i/lub odbicia wyjścia
29 ekranu.
30
31 %package -n xorg-app-xkeystone
32 Summary:        xkeystone application to help setting keystone effect correction
33 Summary(pl.UTF-8):      Aplikacja xkeystone pomagająca ustawić korekcję efektu trapezu
34 Group:          X11/Applications
35 Requires:       %{name} = %{version}-%{release}
36 Requires:       nickle-cairo
37
38 %description -n xorg-app-xkeystone
39 xkeystone application to help setting keystone effect correction.
40
41 %description -n xorg-app-xkeystone -l pl.UTF-8
42 Aplikacja xkeystone pomagająca ustawić korekcję efektu trapezu.
43
44 %prep
45 %setup -q -n xrandr-%{version}
46
47 %build
48 %{__aclocal}
49 %{__autoconf}
50 %{__autoheader}
51 %{__automake}
52 %configure
53
54 %{__make}
55
56 %install
57 rm -rf $RPM_BUILD_ROOT
58
59 %{__make} install \
60         DESTDIR=$RPM_BUILD_ROOT
61
62 %{__sed} -i -e '1s,/usr/bin/env nickle,/usr/bin/nickle,' $RPM_BUILD_ROOT%{_bindir}/xkeystone
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc COPYING ChangeLog README
70 %attr(755,root,root) %{_bindir}/xrandr
71 %{_mandir}/man1/xrandr.1*
72
73 %files -n xorg-app-xkeystone
74 %defattr(644,root,root,755)
75 %attr(755,root,root) %{_bindir}/xkeystone
This page took 0.047636 seconds and 3 git commands to generate.