SOURCES: xorg-app-xscope.spec (NEW) - missing include on Linux

qboosh qboosh at pld-linux.org
Wed Sep 24 07:00:03 CEST 2008


Author: qboosh                       Date: Wed Sep 24 05:00:02 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- missing include on Linux

---- Files affected:
SOURCES:
   xorg-app-xscope.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xorg-app-xscope.spec
diff -u /dev/null SOURCES/xorg-app-xscope.spec:1.1
--- /dev/null	Wed Sep 24 07:00:03 2008
+++ SOURCES/xorg-app-xscope.spec	Wed Sep 24 06:59:57 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 <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/09/24 04:59:57  qboosh
+- missing include on Linux
================================================================


More information about the pld-cvs-commit mailing list