2024-01-05 19:56:21 +01:00
|
|
|
Name: xset
|
2024-01-05 19:56:22 +01:00
|
|
|
Version: 1.2.5
|
2024-01-05 19:56:21 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: xset - user preference utility for X
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:56:22 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/xset-%{version}.tar.xz
|
2024-01-05 19:56:21 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xset is used to set various user preference options of the display.
|
|
|
|
|
2024-01-05 19:56:22 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:56:21 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_mandir}/man?/*
|
2024-01-05 19:56:22 +01:00
|
|
|
%doc COPYING
|
2024-01-05 19:56:21 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:56:22 +01:00
|
|
|
* Fri Dec 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-1mamba
|
|
|
|
- update to 1.2.5
|
|
|
|
|
2024-01-05 19:56:21 +01:00
|
|
|
* Sat Oct 27 2018 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:56:21 +01:00
|
|
|
* Sun Aug 11 2013 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat Aug 06 2011 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.2.1-1mamba
|
|
|
|
- package created by autospec
|