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:
parent
754c225b7a
commit
b4a6727a70
@ -1,12 +1,12 @@
|
||||
Name: xscreensaver
|
||||
Version: 6.02
|
||||
Version: 6.03
|
||||
Release: 1mamba
|
||||
Summary: A screen saver and locker for the X Window System
|
||||
Group: Graphical Desktop/Look 'n' feel/Screensavers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Source1: xscreensaver-autostart
|
||||
License: GPL
|
||||
@ -37,15 +37,13 @@ BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libpam-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: bc
|
||||
BuildRequires: gettext-devel
|
||||
BuildRequires: xorg-proto-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconf
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libgdk-pixbuf-xlib-devel
|
||||
Requires: xscreensaver-daemon
|
||||
@ -87,8 +85,7 @@ Daemon with configuration tool for controlling screen savers.
|
||||
--without-kerberos \
|
||||
--with-login-manager \
|
||||
--with-systemd \
|
||||
--with-configdir=%{_sysconfdir}/xscreensaver/ \
|
||||
--with-x-app-defaults=%{_sysconfdir}/X11/app-defaults/
|
||||
--with-configdir=%{_sysconfdir}/xscreensaver/
|
||||
|
||||
# --with-image-directory=/opt/kde/share/wallpapers/
|
||||
# --with-setuid-hacks
|
||||
@ -100,7 +97,7 @@ Daemon with configuration tool for controlling screen savers.
|
||||
|
||||
%makeinstall install_prefix=%{buildroot}
|
||||
|
||||
%find_lang %{name}
|
||||
#% find_lang %{name}
|
||||
|
||||
# this function prints a list of things that get installed.
|
||||
# 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; list_files install ) > filelist-main
|
||||
|
||||
cat %{name}.lang >> filelist-gl
|
||||
#cat %{name}.lang >> filelist-gl
|
||||
|
||||
rm -f %{buildroot}%{_sysconfdir}/xscreensaver/README
|
||||
|
||||
@ -138,9 +135,10 @@ rm -f filelist-main filelist-gl
|
||||
#%{_sysconfdir}/X11/app-defaults/XScreenSaver
|
||||
%{_sysconfdir}/xdg/autostart/xscreensaver.desktop
|
||||
%config(noreplace) %{_sysconfdir}/pam.d/xscreensaver
|
||||
%attr(4755,root,root) %{_bindir}/xscreensaver
|
||||
%{_bindir}/xscreensaver
|
||||
%{_bindir}/xscreensaver-*
|
||||
%{_libexecdir}/xscreensaver/xscreensaver-*
|
||||
%attr(4755,root,root) %{_libexecdir}/xscreensaver/xscreensaver-auth
|
||||
%{_datadir}/X11/app-defaults/XScreenSaver
|
||||
%dir %{_datadir}/fonts/xscreensaver
|
||||
%{_datadir}/fonts/xscreensaver/*.otf
|
||||
@ -163,6 +161,10 @@ rm -f filelist-main filelist-gl
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user