xbacklight/xbacklight.spec
Michel Lind 32201f1deb
Update to upstream release 1.2.4
- Resolves: rhbz#2324445

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2024-11-11 23:05:09 -06:00

44 lines
919 B
RPMSpec

Name: xbacklight
Version: 1.2.4
Release: %autorelease
Summary: Adjust backlight brightness using RandR
License: MIT
URL: https://xorg.freedesktop.org/releases/individual/app/
Source: https://xorg.freedesktop.org/releases/individual/app/xbacklight-%{version}.tar.xz
BuildRequires: make
BuildRequires: gcc
BuildRequires: pkgconfig(xcb)
BuildRequires: pkgconfig(xcb-atom)
BuildRequires: pkgconfig(xcb-aux)
BuildRequires: pkgconfig(xcb-randr)
%description
Xbacklight is used to adjust the backlight brightness where
supported. It finds all outputs on the X server supporting backlight
brightness control and changes them all in the same way.
%prep
%autosetup -p1
%build
%configure
%make_build
%install
%make_install
%files
%license COPYING
%doc ChangeLog README.md
%{_bindir}/xbacklight
%{_datadir}/man/man1/xbacklight.*
%changelog
%autochangelog