2024-01-05 19:32:39 +01:00
|
|
|
Name: xbacklight
|
2024-11-19 10:34:02 +01:00
|
|
|
Version: 1.2.4
|
2024-01-05 19:32:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: RandR-based backlight control application
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-11-19 10:34:02 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: https://ftp.x.org/archive//individual/app/xbacklight-%{version}.tar.xz
|
2024-01-05 19:32:39 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-11-19 10:34:02 +01:00
|
|
|
BuildRequires: libxcb-devel
|
|
|
|
BuildRequires: libxcb-util-devel
|
2024-01-05 19:32:39 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
RandR-based backlight control application
|
|
|
|
|
2024-11-19 10:34:02 +01:00
|
|
|
%debug_package
|
2024-01-05 19:32:39 +01:00
|
|
|
|
2024-11-19 10:34:02 +01:00
|
|
|
%prep
|
2024-01-05 19:32:39 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xbacklight
|
2024-11-19 10:34:02 +01:00
|
|
|
%{_mandir}/man1/xbacklight.1*
|
2024-01-05 19:32:39 +01:00
|
|
|
%doc COPYING
|
|
|
|
|
|
|
|
%changelog
|
2024-11-19 10:34:02 +01:00
|
|
|
* Mon Nov 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- update to 1.2.4
|
|
|
|
|
2024-01-05 19:32:39 +01:00
|
|
|
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:32:39 +01:00
|
|
|
* Fri Sep 14 2018 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:32:39 +01:00
|
|
|
* Sat Oct 12 2013 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 18 2012 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Dec 11 2010 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.1-1mamba
|
|
|
|
- package created by autospec
|