76 lines
2.4 KiB
RPMSpec
76 lines
2.4 KiB
RPMSpec
|
Name: xrx
|
||
|
Version: 1.0.4
|
||
|
Release: 1mamba
|
||
|
Summary: X Remote eXecution using WWW browser
|
||
|
Group: Graphical Desktop/Applications/Utilities
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
||
|
URL: http://xorg.freedesktop.org/
|
||
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||
|
Patch: %{name}-ac.patch
|
||
|
License: MIT
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libICE-devel
|
||
|
BuildRequires: libpthread-stubs-devel
|
||
|
BuildRequires: libSM-devel
|
||
|
BuildRequires: libuuid-devel
|
||
|
BuildRequires: libX11-devel
|
||
|
BuildRequires: libXau-devel
|
||
|
BuildRequires: libXaw-devel
|
||
|
BuildRequires: libxcb-devel
|
||
|
BuildRequires: libXdmcp-devel
|
||
|
BuildRequires: libXext-devel
|
||
|
BuildRequires: libXmu-devel
|
||
|
BuildRequires: libXpm-devel
|
||
|
BuildRequires: libXt-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
BuildRequires: xtrans-devel
|
||
|
BuildRequires: xproxymanagementprotocol-devel
|
||
|
BuildRequires: util-macros
|
||
|
|
||
|
%description
|
||
|
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.
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
%patch -p1
|
||
|
|
||
|
%build
|
||
|
%{__libtoolize}
|
||
|
%{__aclocal}
|
||
|
%{__autoconf}
|
||
|
%{__autoheader}
|
||
|
%{__automake}
|
||
|
%configure PLUGIN_CFLAGS="`pwd`/plugin/include"
|
||
|
%make
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall DESTDIR="%{buildroot}"
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%post -p /sbin/ldconfig
|
||
|
%postun -p /sbin/ldconfig
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/%{name}
|
||
|
%{_libdir}/libxrx*.*
|
||
|
%{_mandir}/man?/*
|
||
|
%doc COPYING ChangeLog README
|
||
|
|
||
|
|
||
|
%changelog
|
||
|
* Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.4-1mamba
|
||
|
- package created by autospec
|