automatic version update by autodist [release 4.4.2-1mamba;Thu Nov 17 2022]
This commit is contained in:
parent
bcbd8f5aa3
commit
399cb18bd9
67
xpra.spec
67
xpra.spec
@ -1,5 +1,5 @@
|
|||||||
Name: xpra
|
Name: xpra
|
||||||
Version: 4.0.6
|
Version: 4.4.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A tool like screen for X allowing to direct X programs display to another X host
|
Summary: A tool like screen for X allowing to direct X programs display to another X host
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@ -16,22 +16,32 @@ BuildRequires: libXcomposite-devel
|
|||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
|
BuildRequires: libXres-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libat-spi2-core-devel
|
||||||
BuildRequires: libavcodec-ffmpeg-devel
|
BuildRequires: libavcodec-ffmpeg-devel
|
||||||
|
BuildRequires: libavformat-ffmpeg-devel
|
||||||
|
BuildRequires: libavif-devel
|
||||||
BuildRequires: libavutil-ffmpeg-devel
|
BuildRequires: libavutil-ffmpeg-devel
|
||||||
|
BuildRequires: libbrotli-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk3-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: liblz4-devel
|
||||||
|
BuildRequires: libpam-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libprocps-devel
|
||||||
BuildRequires: libpython27-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: libqrencode-devel
|
||||||
BuildRequires: libswscale-ffmpeg-devel
|
BuildRequires: libswscale-ffmpeg-devel
|
||||||
BuildRequires: libvpx-devel
|
BuildRequires: libsystemd-devel
|
||||||
|
BuildRequires: libvpx6-devel
|
||||||
BuildRequires: libwebp-devel
|
BuildRequires: libwebp-devel
|
||||||
BuildRequires: libx264-devel
|
BuildRequires: libx264-devel
|
||||||
BuildRequires: libxkbfile-devel
|
BuildRequires: libxkbfile-devel
|
||||||
@ -41,17 +51,11 @@ BuildRequires: python3
|
|||||||
%description
|
%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.
|
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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s|systemd_dir = .*|systemd_dir = \"%{_unitdir}\"|" setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" %{__python3} setup.py build
|
CFLAGS="%{optflags}" %{__python3} setup.py build
|
||||||
@ -63,6 +67,7 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
|
|||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{python3_inc} \
|
--install-headers=%{python3_inc} \
|
||||||
--install-lib=%{python3_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
|
--without-docs \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
@ -70,17 +75,34 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%systemd_post xpra.socket
|
||||||
|
:
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%systemd_preun xpra.socket
|
||||||
|
:
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%systemd_postun xpra.socket
|
||||||
|
:
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/xpra/xpra.conf
|
%config(noreplace) %{_sysconfdir}/xpra/xpra.conf
|
||||||
%config(noreplace) %{_sysconfdir}/sysconfig/xpra
|
%config(noreplace) %{_sysconfdir}/sysconfig/xpra
|
||||||
|
%config(noreplace) %{_sysconfdir}/xpra/xorg-uinput.conf
|
||||||
|
%config(noreplace) %{_sysconfdir}/xpra/xorg.conf
|
||||||
%dir %{_sysconfdir}/xpra/conf.d
|
%dir %{_sysconfdir}/xpra/conf.d
|
||||||
%{_sysconfdir}/xpra/conf.d/*.conf
|
%{_sysconfdir}/xpra/conf.d/*.conf
|
||||||
%{_sysconfdir}/xpra/xorg-uinput.conf
|
%dir %{_sysconfdir}/xpra/content-categories
|
||||||
%{_sysconfdir}/xpra/xorg.conf
|
%{_sysconfdir}/xpra/content-categories/10_default.conf
|
||||||
|
%dir %{_sysconfdir}/xpra/content-parent
|
||||||
|
%{_sysconfdir}/xpra/content-parent/10_default.conf
|
||||||
|
%dir %{_sysconfdir}/xpra/content-type
|
||||||
|
%{_sysconfdir}/xpra/content-type/*.conf
|
||||||
|
%dir %{_sysconfdir}/xpra/http-headers
|
||||||
|
%{_sysconfdir}/xpra/http-headers/*.txt
|
||||||
%{_sysconfdir}/pam.d/xpra
|
%{_sysconfdir}/pam.d/xpra
|
||||||
%{_sysconfdir}/X11/xorg.conf.d/90-xpra-virtual.conf
|
%{_sysconfdir}/X11/xorg.conf.d/90-xpra-virtual.conf
|
||||||
%{_sysconfdir}/dbus-1/system.d/xpra.conf
|
%{_sysconfdir}/dbus-1/system.d/xpra.conf
|
||||||
@ -88,11 +110,14 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%{_unitdir}/xpra.socket
|
%{_unitdir}/xpra.socket
|
||||||
%{_prefix}/lib/cups/backend/xpraforwarder
|
%{_prefix}/lib/cups/backend/xpraforwarder
|
||||||
%dir %{_datadir}/xpra
|
%dir %{_datadir}/xpra
|
||||||
%dir %{_datadir}/xpra/www
|
#%dir %{_datadir}/xpra/www
|
||||||
%{_datadir}/xpra/www/*
|
#%{_datadir}/xpra/www/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba
|
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 4.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user