]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blame_incremental - xorg-app-xrandr.spec
- x32 rebuild
[packages/xorg-app-xrandr.git] / xorg-app-xrandr.spec
... / ...
CommitLineData
1Summary: xrandr application - command-line interface to RandR extension
2Summary(pl.UTF-8): Aplikacja xrandr - interfejs linii poleceń do rozszerzenia RandR
3Name: xorg-app-xrandr
4Version: 1.4.3
5Release: 2
6License: MIT
7Group: X11/Applications
8Source0: http://xorg.freedesktop.org/releases/individual/app/xrandr-%{version}.tar.bz2
9# Source0-md5: 441fdb98d2abc6051108b7075d948fc7
10URL: http://xorg.freedesktop.org/
11BuildRequires: autoconf >= 2.60
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
14BuildRequires: xorg-lib-libXrandr-devel >= 1.4
15BuildRequires: xorg-proto-xproto-devel >= 7.0.17
16BuildRequires: xorg-util-util-macros >= 1.8
17Requires: xorg-lib-libXrandr >= 1.4
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21xrandr is used to set the size, orientation and/or reflection of the
22outputs for a screen.
23
24%description -l pl.UTF-8
25xrandr służy do ustawiania rozmiaru, orientacji i/lub odbicia wyjścia
26ekranu.
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
41rm -rf $RPM_BUILD_ROOT
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT
45
46%clean
47rm -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.1*
This page took 0.024274 seconds and 4 git commands to generate.