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.
|
||||
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.
|
||||
|
||||
|
||||
|
30
xrx.spec
30
xrx.spec
@ -1,6 +1,6 @@
|
||||
Name: xrx
|
||||
Version: 1.0.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: X Remote eXecution using WWW browser
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
@ -10,51 +10,50 @@ 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: ldconfig
|
||||
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
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: xtrans-devel
|
||||
BuildRequires: xproxymanagementprotocol-devel
|
||||
BuildRequires: util-macros
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
#%patch -p1
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
|
||||
%build
|
||||
%{__libtoolize}
|
||||
%{__aclocal}
|
||||
%{__autoconf}
|
||||
%{__autoheader}
|
||||
%{__automake}
|
||||
%configure PLUGIN_CFLAGS="`pwd`/plugin/include"
|
||||
%configure
|
||||
#PLUGIN_CFLAGS="`pwd`/plugin/include"
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall DESTDIR="%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -71,5 +70,8 @@ The distribution contains a helper program (xrx) and a Mozilla family browser pl
|
||||
|
||||
|
||||
%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
|
||||
- package created by autospec
|
||||
|
Loading…
Reference in New Issue
Block a user