automatic version update by autodist [release 6.1-1mamba;Fri Aug 02 2024]
This commit is contained in:
parent
ef710a3578
commit
7020187a07
40
xpra.spec
40
xpra.spec
@ -1,5 +1,5 @@
|
||||
Name: xpra
|
||||
Version: 5.0.7
|
||||
Version: 6.1
|
||||
Release: 1mamba
|
||||
Summary: A tool like screen for X allowing to direct X programs display to another X host
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -23,10 +23,7 @@ BuildRequires: libXrandr-devel
|
||||
BuildRequires: libXres-devel
|
||||
BuildRequires: libXtst-devel
|
||||
BuildRequires: libat-spi2-core-devel
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavif-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
BuildRequires: libbrotli-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libdrm-devel
|
||||
@ -44,12 +41,15 @@ BuildRequires: libprocps3-devel
|
||||
BuildRequires: libpython311-devel
|
||||
BuildRequires: libqrencode-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libswscale-ffmpeg-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libvpx-devel
|
||||
BuildRequires: libwebp-devel
|
||||
BuildRequires: libx264-devel
|
||||
BuildRequires: libxkbfile-devel
|
||||
BuildRequires: libxxhash-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: python3.11dist(pillow)
|
||||
BuildRequires: python3.11dist(pygobject)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: xf86-video-dummy
|
||||
Requires: xorg-server
|
||||
@ -80,7 +80,7 @@ Xpra is 'screen for X' -- it allows you to run X programs, usually on a remote h
|
||||
sed -i "s|systemd_dir = .*|systemd_dir = \"%{_unitdir}\"|" setup.py
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||
CFLAGS="%{optflags}" %{__python3} setup.py build --without-nvidia
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -114,7 +114,8 @@ fi
|
||||
%systemd_postun xpra.socket
|
||||
:
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files
|
||||
#-f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/xpra/xpra.conf
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/xpra
|
||||
@ -133,13 +134,38 @@ fi
|
||||
%{_sysconfdir}/pam.d/xpra
|
||||
%{_sysconfdir}/X11/xorg.conf.d/90-xpra-virtual.conf
|
||||
%{_sysconfdir}/dbus-1/system.d/xpra.conf
|
||||
%{_bindir}/run_scaled
|
||||
%{_bindir}/xpra
|
||||
%{_bindir}/xpra_launcher
|
||||
%{_sysusersdir}/xpra.conf
|
||||
%{_tmpfilesdir}/xpra.conf
|
||||
%{_udevrulesdir}/71-xpra-virtual-pointer.rules
|
||||
%dir %{_prefix}/libexec/xpra
|
||||
%{_prefix}/libexec/xpra/*
|
||||
%{_datadir}/applications/xpra*.desktop
|
||||
%{_metainfodir}/xpra.appdata.xml
|
||||
%{_datadir}/mime/packages/application-x-xpraconfig.xml
|
||||
%dir %{_datadir}/gnome-shell/extensions/input-source-manager@xpra_org
|
||||
%{_datadir}/gnome-shell/extensions/input-source-manager@xpra_org/*
|
||||
%{_unitdir}/xpra.service
|
||||
%{_unitdir}/xpra.socket
|
||||
%{_prefix}/lib/cups/backend/xpraforwarder
|
||||
%dir %{_datadir}/xpra
|
||||
%{_datadir}/xpra/*
|
||||
%dir %{python3_sitearch}/xpra-%{version}-py*.egg-info
|
||||
%{python3_sitearch}/xpra-%{version}-py*.egg-info/*
|
||||
%dir %{python3_sitearch}/xpra
|
||||
%{python3_sitearch}/xpra/*
|
||||
%{_datadir}/icons/xpra*.png
|
||||
%{_mandir}/man1/run_scaled.1*
|
||||
%{_mandir}/man1/xpra.1*
|
||||
%{_mandir}/man1/xpra_launcher.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Fri Aug 02 2024 Automatic Build System <autodist@openmamba.org> 6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 5.0.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user