]> git.pld-linux.org Git - SPECS.git/blob - radeontool.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / radeontool.spec
1 Summary:        Utility to control some functions of ATI Radeon chips
2 Summary(pl.UTF-8):      Narzędzie do sterowania niektórymi funkcjami kart ATI Radeon
3 Name:           radeontool
4 Version:        1.6.3
5 Release:        1
6 License:        BSD
7 Group:          Applications/System
8 Source0:        http://people.freedesktop.org/~airlied/radeontool/%{name}-%{version}.tar.bz2
9 # Source0-md5:  355d0e659dfeae14707f54284674dd07
10 BuildRequires:  pkgconfig
11 BuildRequires:  xorg-lib-libpciaccess-devel >= 0.10.0
12 Requires:       xorg-lib-libpciaccess >= 0.10.0
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Utility to control some functions of ATI Radeon chips:
17 - Turning on/off external DAC
18 - Turning on/off lcd panel backlight
19 - Turn on/off LCD scaling for resolution mismatch
20 - Dumping registers
21
22 %description -l pl.UTF-8
23 Narzędzie do sterowania niektórymi funkcjami kart opartych o chipset
24 ATI Radeon:
25 - Włączanie/wyłączanie zewnętrznego DAC
26 - Włączanie/wyłączanie podświetlania panelu LCD
27 - Włączanie/wyłączanie skalowania LCD przy niepasujących
28   rozdzielczościach
29 - Zrzucanie rejestrów
30
31 %prep
32 %setup -q
33
34 %build
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %attr(755,root,root) %{_bindir}/avivotool
50 %attr(755,root,root) %{_bindir}/radeonreg
51 %attr(755,root,root) %{_bindir}/radeontool
This page took 0.040628 seconds and 3 git commands to generate.