2024-01-05 19:44:39 +01:00
|
|
|
Name: xlsatoms
|
2024-01-05 19:44:40 +01:00
|
|
|
Version: 1.1.4
|
2024-01-05 19:44:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: xlsatoms - list interned atoms defined on server
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:44:40 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/xlsatoms-%{version}.tar.xz
|
2024-01-05 19:44:39 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:44:40 +01:00
|
|
|
BuildRequires: libxcb-devel
|
2024-01-05 19:44:39 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xlsatoms lists the interned atoms.
|
|
|
|
By default, all atoms starting from 1 (the lowest atom value defined by the protocol) are listed until unknown atom is found.
|
|
|
|
If an explicit range is given, xlsatoms will try all atoms in the range, regardless of whether or not any are undefined.
|
|
|
|
|
2024-01-05 19:44:40 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:44:39 +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:44:39 +01:00
|
|
|
%doc COPYING
|
2024-01-05 19:44:39 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:44:40 +01:00
|
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.4-1mamba
|
|
|
|
- update to 1.1.4
|
|
|
|
|
2024-01-05 19:44:39 +01:00
|
|
|
* Fri Aug 02 2019 Automatic Build System <autodist@mambasoft.it> 1.1.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:44:39 +01:00
|
|
|
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 1.1.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:44:39 +01:00
|
|
|
* Mon Apr 09 2012 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 01 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.1.0-1mamba
|
|
|
|
- package created by autospec
|