Author: qboosh Date: Wed Sep 24 05:00:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: xorg-app-xscope.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/xorg-app-xscope.spec diff -u /dev/null SPECS/xorg-app-xscope.spec:1.1 --- /dev/null Wed Sep 24 07:00:29 2008 +++ SPECS/xorg-app-xscope.spec Wed Sep 24 07:00:24 2008 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: xscope - X Window Protocol viewer +Summary(pl.UTF-8): xscope - podglądacz protokołu X Window +Name: xorg-app-xscope +Version: 1.1 +Release: 1 +License: MIT +Group: X11/Applications +Source0: http://xorg.freedesktop.org/releases/individual/app/xscope-%{version}.tar.bz2 +# Source0-md5: c37ec177b56d5909584c1672b6beabd5 +Patch0: %{name}-include.patch +URL: http://xorg.freedesktop.org/ +BuildRequires: autoconf >= 2.57 +BuildRequires: automake +BuildRequires: pkgconfig >= 1:0.19 +BuildRequires: xorg-lib-xtrans-devel +BuildRequires: xorg-util-util-macros >= 0.99.2 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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. + +%description -l pl.UTF-8 +Program xscope umiejscawia się między klientem a serwerem X11 i +wypisuje zawartość każdego żądania, odpowiedzi, błędu i zdarzenia, +które jest przesyłane między nimi. Informacje te mogą być przydatne +przy diagnostyce i poprawianiu wydajności serwerów i klientów X11. + +%prep +%setup -q -n xscope-%{version} +%patch0 -p1 + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure + +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING ChangeLog +%attr(755,root,root) %{_bindir}/xscope +%{_mandir}/man1/xscope.1x* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/09/24 05:00:24 qboosh +- new ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
