]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blame - xorg-app-xrandr.spec
- up to 1.2.1
[packages/xorg-app-xrandr.git] / xorg-app-xrandr.spec
CommitLineData
2894ca07 1Summary: xrandr application
f797e996 2Summary(pl.UTF-8): Aplikacja xrandr
2894ca07 3Name: xorg-app-xrandr
f451b53c 4Version: 1.2.1
d1ce44d1 5Release: 1
2894ca07
AM
6License: MIT
7Group: X11/Applications
91f64706 8Source0: http://xorg.freedesktop.org/releases/individual/app/xrandr-%{version}.tar.bz2
f451b53c 9# Source0-md5: 4cc64c314e1cc2509b83198aaf3f73c2
2894ca07 10URL: http://xorg.freedesktop.org/
4a710465 11BuildRequires: autoconf >= 2.57
2894ca07 12BuildRequires: automake
e75034f7 13BuildRequires: pkgconfig >= 1:0.19
c9aba43d 14BuildRequires: xorg-lib-libXrandr-devel >= 1.2.0
a732a714 15BuildRequires: xorg-util-util-macros >= 0.99.2
4e166381 16Requires: xorg-lib-libXrandr >= 1.2.0
dcae95b3 17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2894ca07
AM
18
19%description
20xrandr application.
21
5f6d95aa 22%description -l pl.UTF-8
2894ca07
AM
23Aplikacja xrandr.
24
2894ca07
AM
25%prep
26%setup -q -n xrandr-%{version}
27
2894ca07
AM
28%build
29%{__aclocal}
30%{__autoconf}
31%{__autoheader}
32%{__automake}
33%configure
34
35%{__make}
36
2894ca07
AM
37%install
38rm -rf $RPM_BUILD_ROOT
39
40%{__make} install \
a732a714 41 DESTDIR=$RPM_BUILD_ROOT
2894ca07 42
2894ca07
AM
43%clean
44rm -rf $RPM_BUILD_ROOT
45
2894ca07
AM
46%files
47%defattr(644,root,root,755)
a732a714 48%doc COPYING ChangeLog
d1ce44d1
JB
49%attr(755,root,root) %{_bindir}/xrandr
50%{_mandir}/man1/xrandr.1x*
This page took 0.06155 seconds and 4 git commands to generate.