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