]> git.pld-linux.org Git - packages/xorg-app-xrandr.git/blob - xorg-app-xrandr.spec
- converted to UTF-8
[packages/xorg-app-xrandr.git] / xorg-app-xrandr.spec
1 Summary:        xrandr application
2 Summary(pl.UTF-8):   Aplikacja xrandr
3 Name:           xorg-app-xrandr
4 Version:        1.0.2
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:  7157156809c7f432ae401859b0465ffe
10 URL:            http://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.57
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  xorg-lib-libXrandr-devel
15 BuildRequires:  xorg-util-util-macros >= 0.99.2
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 xrandr application.
20
21 %description -l pl.UTF-8
22 Aplikacja xrandr.
23
24 %prep
25 %setup -q -n xrandr-%{version}
26
27 %build
28 %{__aclocal}
29 %{__autoconf}
30 %{__autoheader}
31 %{__automake}
32 %configure
33
34 %{__make}
35
36 %install
37 rm -rf $RPM_BUILD_ROOT
38
39 %{__make} install \
40         DESTDIR=$RPM_BUILD_ROOT
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc COPYING ChangeLog
48 %attr(755,root,root) %{_bindir}/xrandr
49 %{_mandir}/man1/xrandr.1x*
This page took 0.060164 seconds and 4 git commands to generate.