From e56919c83327515d69a4b5043cb425bc031771af Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 19:55:55 +0100 Subject: [PATCH] automatic version update by autodist [release 1.4-1mamba;Sun Nov 25 2012] --- README.md | 4 ++++ xscope.spec | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 xscope.spec diff --git a/README.md b/README.md index ac6e214..0cf2563 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # xscope +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. + diff --git a/xscope.spec b/xscope.spec new file mode 100644 index 0000000..f43048e --- /dev/null +++ b/xscope.spec @@ -0,0 +1,54 @@ +Name: xscope +Version: 1.4 +Release: 1mamba +Summary: xscope - X Window Protocol viewer +Group: Graphical Desktop/Applications/Utilities +Vendor: openmamba +Distribution: openmamba +Packager: Tiziana Ferro +URL: http://xorg.freedesktop.org/ +Source: http://xorg.freedesktop.org/releases/individual/app/xscope-%{version}.tar.bz2 +License: MIT +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRequires: xtrans-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. + +%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}/man?/* +%doc COPYING ChangeLog README + +%changelog +* Sun Nov 25 2012 Automatic Build System 1.4-1mamba +- automatic version update by autodist + +* Wed Oct 24 2012 Automatic Build System 1.3.99.901-1mamba +- automatic version update by autodist + +* Mon Apr 16 2012 Automatic Build System 1.3.1-1mamba +- automatic version update by autodist + +* Thu Apr 07 2011 Tiziana Ferro 1.3-1mamba +- package created by autospec