2024-01-05 19:50:04 +01:00
Name : xpra
2024-01-05 19:50:05 +01:00
Version : 4.0.6
Release : 1mamba
2024-01-05 19:50:04 +01:00
Summary : A tool like screen for X allowing to direct X programs display to another X host
Group : Graphical Desktop/Applications/Utilities
Vendor : openmamba
Distribution : openmamba
Packager : Silvan Calarco <silvan.calarco@mambasoft.it>
2024-01-05 19:50:05 +01:00
URL : https://xpra.org/
2024-01-05 19:50:04 +01:00
Source : http://xpra.org/src/xpra-%{version} .tar.xz
License : GPL
## AUTOBUILDREQ-BEGIN
BuildRequires : glibc-devel
BuildRequires : libX11-devel
BuildRequires : libXcomposite-devel
BuildRequires : libXdamage-devel
BuildRequires : libXext-devel
BuildRequires : libXfixes-devel
BuildRequires : libXrandr-devel
BuildRequires : libXtst-devel
BuildRequires : libatk-devel
BuildRequires : libavcodec-ffmpeg-devel
BuildRequires : libavutil-ffmpeg-devel
BuildRequires : libcairo-devel
BuildRequires : libfontconfig-devel
BuildRequires : libfreetype-devel
BuildRequires : libgdk-pixbuf-devel
BuildRequires : libglib-devel
BuildRequires : libgtk2-devel
BuildRequires : libpango-devel
BuildRequires : libpython-devel
BuildRequires : libpython27-devel
BuildRequires : libswscale-ffmpeg-devel
BuildRequires : libvpx-devel
BuildRequires : libwebp-devel
BuildRequires : libx264-devel
BuildRequires : libxkbfile-devel
## AUTOBUILDREQ-END
2024-01-05 19:50:05 +01:00
BuildRequires : python3
2024-01-05 19:50:04 +01:00
%description
Xpra is 'screen for X' -- it allows you to run X programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state.
%package -n lib%{name}
Group : System/Libraries
Summary : Shared libraries for %{name}
%description -n lib%{name}
This package contains shared libraries for %{name} .
%debug_package
%prep
%setup -q
%build
2024-01-05 19:50:05 +01:00
CFLAGS=" %{optflags} " %{__python 3} setup.py build
2024-01-05 19:50:04 +01:00
%install
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
2024-01-05 19:50:05 +01:00
%{__python 3} setup.py install \
2024-01-05 19:50:04 +01:00
-O1 --skip-build \
--root=" %{buildroot} " \
2024-01-05 19:50:05 +01:00
--install-headers=%{python3_inc} \
--install-lib=%{python3_sitearch} \
2024-01-05 19:50:04 +01:00
--record=%{name} .filelist
2024-01-05 19:50:05 +01:00
sed -i " s , . * / m a n / . * , & . g z , " %{name} .filelist
2024-01-05 19:50:04 +01:00
%clean
[ " %{buildroot} " != / ] && rm -rf " %{buildroot} "
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -f %{name}.filelist
%defattr (-,root,root)
%config (noreplace) %{_sysconfdir} /xpra/xpra.conf
2024-01-05 19:50:05 +01:00
%config (noreplace) %{_sysconfdir} /sysconfig/xpra
%dir %{_sysconfdir} /xpra/conf.d
%{_sysconfdir} /xpra/conf.d/*.conf
%{_sysconfdir} /xpra/xorg-uinput.conf
%{_sysconfdir} /xpra/xorg.conf
%{_sysconfdir} /pam.d/xpra
%{_sysconfdir} /X11/xorg.conf.d/90-xpra-virtual.conf
%{_sysconfdir} /dbus-1/system.d/xpra.conf
%{_unitdir} /xpra.service
%{_unitdir} /xpra.socket
%{_prefix} /lib/cups/backend/xpraforwarder
%dir %{_datadir} /xpra
%dir %{_datadir} /xpra/www
%{_datadir} /xpra/www/*
2024-01-05 19:50:04 +01:00
%doc COPYING
%changelog
2024-01-05 19:50:05 +01:00
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba
- automatic version update by autodist
* Sat Jan 23 2021 Automatic Build System <autodist@mambasoft.it> 4.0.5-1mamba
- automatic version update by autodist
2024-01-05 19:50:04 +01:00
* Thu Aug 13 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1-2mamba
- remove broken requirement for libxbra
* Wed Jun 24 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1-1mamba
- package created using the webbuild interface