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