60 lines
1.6 KiB
RPMSpec
60 lines
1.6 KiB
RPMSpec
Name: xscope
|
|
Version: 1.2
|
|
Release: 1%{?dist}
|
|
Summary: X Window Protocol Viewer
|
|
|
|
Group: User Interface/X
|
|
License: MIT
|
|
URL: http://cgit.freedesktop.org/xorg/app/xscope/
|
|
Source0: ftp://ftp.freedesktop.org/pub/xorg/individual/app/%{name}-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRequires: xorg-x11-xtrans-devel, xorg-x11-proto-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.
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS README COPYING ChangeLog
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
%changelog
|
|
* Thu Oct 1 2009 Yanko Kaneti <yaneti@declera.com> 1.2-1
|
|
- New upstream release. Drop patches.
|
|
|
|
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4.gitfccbbd6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
* Sun Jun 28 2009 Yanko Kaneti <yaneti@declera.com> 1.1-3.gitfccbbd6
|
|
- The software has a MIT not BSD license
|
|
|
|
* Sat Jun 27 2009 Yanko Kaneti <yaneti@declera.com> 1.1-2.gitfccbbd6
|
|
- Implement review feedback
|
|
- Patch to build on Fedora 10
|
|
|
|
* Sun Jun 14 2009 Yanko Kaneti <yaneti@declera.com> 1.1-1.gitfccbbd6
|
|
- First attempt at packaging.
|