xscope/xscope.spec

67 lines
1.9 KiB
RPMSpec

Name: xscope
Version: 1.4.4
Release: 1mamba
Summary: xscope - X Window Protocol viewer
Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba
Distribution: openmamba
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
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.
%debug_package
%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}
%{_mandir}/man1/xscope.1*
%doc COPYING
%changelog
* Mon Jun 05 2023 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
- automatic version update by autodist
* Tue Jul 12 2022 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
- automatic version update by autodist
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1mamba
- update to 1.4.2
* Mon Jun 23 2014 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
- automatic update by autodist
* 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