update to 6.03

install suid %{_libexecdir}/xscreensaver/xscreensaver-auth instaed of %{_bindir}/xscreensaver [release 6.03-1mamba;Fri Apr 01 2022]
This commit is contained in:
Silvan Calarco 2024-01-05 19:56:02 +01:00
parent 754c225b7a
commit b4a6727a70

View File

@ -1,12 +1,12 @@
Name: xscreensaver Name: xscreensaver
Version: 6.02 Version: 6.03
Release: 1mamba Release: 1mamba
Summary: A screen saver and locker for the X Window System Summary: A screen saver and locker for the X Window System
Group: Graphical Desktop/Look 'n' feel/Screensavers Group: Graphical Desktop/Look 'n' feel/Screensavers
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://web.archive.org/web/20210514065848/https://www.jwz.org/xscreensaver/ URL: https://www.jwz.org/xscreensaver/
Source: http://www.jwz.org/xscreensaver/xscreensaver-%{version}.tar.gz Source: http://www.jwz.org/xscreensaver/xscreensaver-%{version}.tar.gz
Source1: xscreensaver-autostart Source1: xscreensaver-autostart
License: GPL License: GPL
@ -37,15 +37,13 @@ BuildRequires: libharfbuzz-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libpam-devel BuildRequires: libpam-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libperl
BuildRequires: libsystemd-devel BuildRequires: libsystemd-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: bc BuildRequires: bc
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: xorg-proto-devel BuildRequires: xorg-proto-devel
BuildRequires: pkgconfig BuildRequires: pkgconf
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libgdk-pixbuf-xlib-devel BuildRequires: libgdk-pixbuf-xlib-devel
Requires: xscreensaver-daemon Requires: xscreensaver-daemon
@ -87,8 +85,7 @@ Daemon with configuration tool for controlling screen savers.
--without-kerberos \ --without-kerberos \
--with-login-manager \ --with-login-manager \
--with-systemd \ --with-systemd \
--with-configdir=%{_sysconfdir}/xscreensaver/ \ --with-configdir=%{_sysconfdir}/xscreensaver/
--with-x-app-defaults=%{_sysconfdir}/X11/app-defaults/
# --with-image-directory=/opt/kde/share/wallpapers/ # --with-image-directory=/opt/kde/share/wallpapers/
# --with-setuid-hacks # --with-setuid-hacks
@ -100,7 +97,7 @@ Daemon with configuration tool for controlling screen savers.
%makeinstall install_prefix=%{buildroot} %makeinstall install_prefix=%{buildroot}
%find_lang %{name} #% find_lang %{name}
# this function prints a list of things that get installed. # this function prints a list of things that get installed.
# it does this by parsing the output of a dummy run of "make install". # it does this by parsing the output of a dummy run of "make install".
@ -118,7 +115,7 @@ list_files() {
( cd hacks/glx; list_files install ) > filelist-gl ( cd hacks/glx; list_files install ) > filelist-gl
( cd hacks; list_files install ) > filelist-main ( cd hacks; list_files install ) > filelist-main
cat %{name}.lang >> filelist-gl #cat %{name}.lang >> filelist-gl
rm -f %{buildroot}%{_sysconfdir}/xscreensaver/README rm -f %{buildroot}%{_sysconfdir}/xscreensaver/README
@ -138,9 +135,10 @@ rm -f filelist-main filelist-gl
#%{_sysconfdir}/X11/app-defaults/XScreenSaver #%{_sysconfdir}/X11/app-defaults/XScreenSaver
%{_sysconfdir}/xdg/autostart/xscreensaver.desktop %{_sysconfdir}/xdg/autostart/xscreensaver.desktop
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver %config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
%attr(4755,root,root) %{_bindir}/xscreensaver %{_bindir}/xscreensaver
%{_bindir}/xscreensaver-* %{_bindir}/xscreensaver-*
%{_libexecdir}/xscreensaver/xscreensaver-* %{_libexecdir}/xscreensaver/xscreensaver-*
%attr(4755,root,root) %{_libexecdir}/xscreensaver/xscreensaver-auth
%{_datadir}/X11/app-defaults/XScreenSaver %{_datadir}/X11/app-defaults/XScreenSaver
%dir %{_datadir}/fonts/xscreensaver %dir %{_datadir}/fonts/xscreensaver
%{_datadir}/fonts/xscreensaver/*.otf %{_datadir}/fonts/xscreensaver/*.otf
@ -163,6 +161,10 @@ rm -f filelist-main filelist-gl
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Apr 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.03-1mamba
- update to 6.03
- install suid %{_libexecdir}/xscreensaver/xscreensaver-auth instaed of %{_bindir}/xscreensaver
* Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 6.02-1mamba * Thu Oct 14 2021 Automatic Build System <autodist@mambasoft.it> 6.02-1mamba
- automatic version update by autodist - automatic version update by autodist