2024-01-05 19:55:55 +01:00
|
|
|
Name: xscope
|
2024-01-05 19:55:55 +01:00
|
|
|
Version: 1.4.4
|
2024-01-05 19:55:55 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: xscope - X Window Protocol viewer
|
|
|
|
Group: Graphical Desktop/Applications/Utilities
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:55:55 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://xorg.freedesktop.org/releases/individual/app/xscope-%{version}.tar.xz
|
2024-01-05 19:55:55 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: xtrans-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
xscope sits in-between an X11 client and an X11 server and prints the contents of each request, reply, error, or event that is communicated between them.
|
|
|
|
This information can be useful in debugging and performance tuning of X11 servers and clients.
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall DESTDIR="%{buildroot}"
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
2024-01-05 19:55:55 +01:00
|
|
|
%{_mandir}/man1/xscope.1*
|
|
|
|
%doc COPYING
|
2024-01-05 19:55:55 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 19:55:55 +01:00
|
|
|
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- update to 1.4.2
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:55:55 +01:00
|
|
|
* Sun Nov 25 2012 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Oct 24 2012 Automatic Build System <autodist@mambasoft.it> 1.3.99.901-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Apr 16 2012 Automatic Build System <autodist@mambasoft.it> 1.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 07 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.3-1mamba
|
|
|
|
- package created by autospec
|