2024-01-05 19:55:44 +01:00
|
|
|
Name: xrx
|
|
|
|
Version: 1.0.4
|
2024-01-05 19:55:45 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 19:55:44 +01:00
|
|
|
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
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 19:55:45 +01:00
|
|
|
BuildRequires: ldconfig
|
2024-01-05 19:55:44 +01:00
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXau-devel
|
|
|
|
BuildRequires: libXaw-devel
|
|
|
|
BuildRequires: libXdmcp-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXpm-devel
|
|
|
|
BuildRequires: libXt-devel
|
2024-01-05 19:55:45 +01:00
|
|
|
BuildRequires: libbsd-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libxcb-devel
|
2024-01-05 19:55:44 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: xtrans-devel
|
|
|
|
BuildRequires: xproxymanagementprotocol-devel
|
|
|
|
BuildRequires: util-macros
|
2024-01-05 19:55:45 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2024-01-05 19:55:44 +01:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2024-01-05 19:55:45 +01:00
|
|
|
%debug_package
|
2024-01-05 19:55:44 +01:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 19:55:45 +01:00
|
|
|
#%patch -p1
|
|
|
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
2024-01-05 19:55:44 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 19:55:45 +01:00
|
|
|
%configure
|
|
|
|
#PLUGIN_CFLAGS="`pwd`/plugin/include"
|
|
|
|
|
2024-01-05 19:55:44 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 19:55:45 +01:00
|
|
|
%makeinstall
|
2024-01-05 19:55:44 +01:00
|
|
|
|
|
|
|
%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
|
2024-01-05 19:55:45 +01:00
|
|
|
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
|
|
|
- rebuilt with debug package
|
|
|
|
|
2024-01-05 19:55:44 +01:00
|
|
|
* Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.4-1mamba
|
|
|
|
- package created by autospec
|