]> git.pld-linux.org Git - packages/xorg-app-xbacklight.git/blame - xorg-app-xbacklight.spec
- updated to 1.2.3
[packages/xorg-app-xbacklight.git] / xorg-app-xbacklight.spec
CommitLineData
14e7e8bb
JB
1Summary: xbacklight application - adjust backlight brightness using RandR extension
2Summary(pl.UTF-8): Aplikacja xbacklight - zmiana jasności podświetlenia obrazu poprzez RandR
3Name: xorg-app-xbacklight
9cf2e55a 4Version: 1.2.3
8e7e9aa2 5Release: 1
14e7e8bb
JB
6License: MIT
7Group: X11/Applications
85ef819a 8Source0: https://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.bz2
9cf2e55a 9# Source0-md5: 5b6405973db69c0443be2fba8e1a8ab7
85ef819a 10URL: https://xorg.freedesktop.org/
9f59938d 11BuildRequires: autoconf >= 2.60
14e7e8bb
JB
12BuildRequires: automake
13BuildRequires: pkgconfig >= 1:0.19
9cf2e55a 14# xcb xcb-randr >= 1.2
f8cbd208 15BuildRequires: libxcb-devel >= 1.2
9cf2e55a 16# xcb-atom xcb-aux
f8cbd208 17BuildRequires: xcb-util-devel
9f59938d 18BuildRequires: xorg-util-util-macros >= 1.8
f8cbd208 19Requires: libxcb >= 1.2
14e7e8bb
JB
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23xbacklight is used to adjust the backlight brightness using RandR
24extension where supported. It finds all outputs on the X server
25supporting backlight brightness control and changes them all in the
26same way.
27
28%description -l pl.UTF-8
29xbacklight służy do zmiany jasności podświetlenia ekranu przy użyciu
30rozszerzenia RandR, o ile jest to obslugiwane. Znajduje wszystkie
31wyjścia serwera X obsługujące sterowanie jasnością podświetlenia i
32zmienia je w ten sam sposób.
33
34%prep
35%setup -q -n xbacklight-%{version}
36
37%build
38%{__aclocal}
39%{__autoconf}
40%{__autoheader}
41%{__automake}
42%configure
43
44%{__make}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49%{__make} install \
50 DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
9cf2e55a 57%doc COPYING ChangeLog README.md
14e7e8bb 58%attr(755,root,root) %{_bindir}/xbacklight
5d849d29 59%{_mandir}/man1/xbacklight.1*
This page took 0.085533 seconds and 4 git commands to generate.