rebuilt with debug package [release 1.0.4-2mamba;Thu Dec 10 2020]
This commit is contained in:
parent
d0f48d31d2
commit
6622f24d8d
@ -3,7 +3,5 @@
|
|||||||
The remote execution (RX) service specifies a MIME format for invoking applications remotely, for example via a World Wide Web browser.
|
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.
|
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 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.
|
The distribution contains a helper program (xrx) and a Mozilla family browser plug-in (libxrx) that demonstrate this protocol.
|
||||||
|
|
||||||
|
|
||||||
|
30
xrx.spec
30
xrx.spec
@ -1,6 +1,6 @@
|
|||||||
Name: xrx
|
Name: xrx
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: X Remote eXecution using WWW browser
|
Summary: X Remote eXecution using WWW browser
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,51 +10,50 @@ URL: http://xorg.freedesktop.org/
|
|||||||
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
Source: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
|
||||||
Patch: %{name}-ac.patch
|
Patch: %{name}-ac.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libICE-devel
|
BuildRequires: libICE-devel
|
||||||
BuildRequires: libpthread-stubs-devel
|
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXau-devel
|
BuildRequires: libXau-devel
|
||||||
BuildRequires: libXaw-devel
|
BuildRequires: libXaw-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libXdmcp-devel
|
BuildRequires: libXdmcp-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libXpm-devel
|
BuildRequires: libXpm-devel
|
||||||
BuildRequires: libXt-devel
|
BuildRequires: libXt-devel
|
||||||
|
BuildRequires: libbsd-devel
|
||||||
|
BuildRequires: libuuid-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: xtrans-devel
|
BuildRequires: xtrans-devel
|
||||||
BuildRequires: xproxymanagementprotocol-devel
|
BuildRequires: xproxymanagementprotocol-devel
|
||||||
BuildRequires: util-macros
|
BuildRequires: util-macros
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The remote execution (RX) service specifies a MIME format for invoking applications remotely, for example via a World Wide Web browser.
|
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.
|
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 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.
|
The distribution contains a helper program (xrx) and a Mozilla family browser plug-in (libxrx) that demonstrate this protocol.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
#%patch -p1
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__libtoolize}
|
%configure
|
||||||
%{__aclocal}
|
#PLUGIN_CFLAGS="`pwd`/plugin/include"
|
||||||
%{__autoconf}
|
|
||||||
%{__autoheader}
|
|
||||||
%{__automake}
|
|
||||||
%configure PLUGIN_CFLAGS="`pwd`/plugin/include"
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall DESTDIR="%{buildroot}"
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -71,5 +70,8 @@ The distribution contains a helper program (xrx) and a Mozilla family browser pl
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
|
||||||
|
- rebuilt with debug package
|
||||||
|
|
||||||
* Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.4-1mamba
|
* Sun Apr 24 2011 Tiziana Ferro <tiziana.ferro@email.it> 1.0.4-1mamba
|
||||||
- package created by autospec
|
- package created by autospec
|
||||||
|
Loading…
Reference in New Issue
Block a user