SPECS: xorg-app-xrx.spec - updated to 1.0.2 - added ac patch - informative ...

qboosh qboosh at pld-linux.org
Thu Jun 26 20:04:45 CEST 2008


Author: qboosh                       Date: Thu Jun 26 18:04:45 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.2
- added ac patch
- informative descs

---- Files affected:
SPECS:
   xorg-app-xrx.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/xorg-app-xrx.spec
diff -u SPECS/xorg-app-xrx.spec:1.8 SPECS/xorg-app-xrx.spec:1.9
--- SPECS/xorg-app-xrx.spec:1.8	Fri Nov  9 10:18:59 2007
+++ SPECS/xorg-app-xrx.spec	Thu Jun 26 20:04:40 2008
@@ -1,16 +1,18 @@
 # $Revision$, $Date$
-Summary:	xrx application
-Summary(pl.UTF-8):	Aplikacja xrx
+Summary:	X Remote eXecution using WWW browser
+Summary(pl.UTF-8):	X Remote eXecution - zdalne wywoływanie aplikacji przy użyciu przeglądarki WWW
 Name:		xorg-app-xrx
-Version:	1.0.1
+Version:	1.0.2
 Release:	1
 License:	MIT
 Group:		X11/Applications
 Source0:	http://xorg.freedesktop.org/releases/individual/app/xrx-%{version}.tar.bz2
-# Source0-md5:	5f65e24f8a225e255beb2059e33d6b37
+# Source0-md5:	c0928bdc816e89a876405d317005ce29
+Patch0:		%{name}-ac.patch
 URL:		http://xorg.freedesktop.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
+BuildRequires:	libtool
 BuildRequires:	pkgconfig >= 1:0.19
 BuildRequires:	xorg-lib-libXau-devel
 BuildRequires:	xorg-lib-libXaw-devel
@@ -22,15 +24,32 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-xrx application.
+The remote execution (RX) service specifies a MIME format for invoking
+applications remotely, for example via a World Wide Web browser. This
+RX format specifies a syntax for listing network services required by
+the application, for example an X display server. The requesting Web
+browser must identify specific instances of the services in the request
+to invoke the application.
+
+The distribution contains a helper program (xrx) and a Mozilla family
+browser plug-in (libxrx) that demonstrate this protocol.
 
 %description -l pl.UTF-8
-Aplikacja xrx.
+Usługa RX (Remote eXecution) określa format MIME do zdalnego
+wywoływania aplikacji, na przykład poprzez przeglądarkę WWW. Format RX
+określa składnię definiowania usług sieciowych wymaganych przez
+aplikację, na przykład serwera X. Przeglądarka wysyłająca żądania musi
+podać w żądaniu określone instancje usługi w celu wywołania aplikacji.
+
+Ten pakiet zawiera program pomocniczy (xrx) oraz wtyczkę przeglądarki
+z rodziny Mozilli (libxrx) demonstrujące działanie tego protokołu.
 
 %prep
 %setup -q -n xrx-%{version}
+%patch0 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -57,11 +76,9 @@
 
 %files
 %defattr(644,root,root,755)
-%doc COPYING ChangeLog
+%doc COPYING ChangeLog README
 %attr(755,root,root) %{_bindir}/xrx
-%attr(755,root,root) %{_libdir}/libxrx.so.*.*.*
 %attr(755,root,root) %{_libdir}/libxrx.so
-%attr(755,root,root) %{_libdir}/libxrxnest.so.*.*.*
 %attr(755,root,root) %{_libdir}/libxrxnest.so
 %{_mandir}/man1/libxrx.1x*
 %{_mandir}/man1/xrx.1x*
@@ -72,6 +89,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2008/06/26 18:04:40  qboosh
+- updated to 1.0.2
+- added ac patch
+- informative descs
+
 Revision 1.8  2007/11/09 09:18:59  witekfl
 - s|X11/Application|X11/Applications|
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xorg-app-xrx.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list