automatic version update by autodist [release 5.45-1mamba;Mon Mar 01 2021]

This commit is contained in:
Automatic Build System 2024-01-05 19:56:02 +01:00
parent 185a7739c9
commit 7bb858f5f1

View File

@ -1,5 +1,5 @@
Name: xscreensaver Name: xscreensaver
Version: 5.44 Version: 5.45
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
@ -8,7 +8,7 @@ Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Aleph0 <aleph0@openmamba.org>
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
URL: http://www.jwz.org/xscreensaver/ URL: https://www.jwz.org/xscreensaver/
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -44,17 +44,8 @@ BuildRequires: gettext-devel
BuildRequires: xorg-proto-devel BuildRequires: xorg-proto-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libgdk-pixbuf-xlib-devel
Requires: xscreensaver-daemon Requires: xscreensaver-daemon
BuildRoot: %{_tmppath}/%{name}-%{version}-root
# Warning: The "pkg-config" program produces errors. This often causes
# detection of the various GTK libraries to malfunction.
# The errors are:
#
# > Package xp was not found in the pkg-config search path.
# > Perhaps you should add the directory containing `xp.pc'
# > to the PKG_CONFIG_PATH environment variable
# > Package 'xp', required by 'Xaw', not found
%description %description
A modular screen saver and locker for the X Window System. A modular screen saver and locker for the X Window System.
@ -105,6 +96,7 @@ Daemon with configuration tool for controlling screen savers.
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot} [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
%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.
@ -140,6 +132,7 @@ rm -f filelist-main filelist-gl
%files daemon %files daemon
%defattr(-,root,root) %defattr(-,root,root)
#%{_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 %attr(4755,root,root) %{_bindir}/xscreensaver
@ -150,6 +143,11 @@ rm -f filelist-main filelist-gl
%{_bindir}/xscreensaver-getimage-video %{_bindir}/xscreensaver-getimage-video
%{_bindir}/xscreensaver-systemd %{_bindir}/xscreensaver-systemd
%{_bindir}/xscreensaver-text %{_bindir}/xscreensaver-text
%{_datadir}/X11/app-defaults/XScreenSaver
%dir %{_datadir}/xscreensaver
#%{_datadir}/xscreensaver/glade
%dir %{_datadir}/xscreensaver/ui
%{_datadir}/xscreensaver/ui/*
%{_mandir}/man1/xscreensaver.* %{_mandir}/man1/xscreensaver.*
%{_mandir}/man1/xscreensaver-command.1* %{_mandir}/man1/xscreensaver-command.1*
%{_mandir}/man1/xscreensaver-demo.1* %{_mandir}/man1/xscreensaver-demo.1*
@ -158,11 +156,8 @@ rm -f filelist-main filelist-gl
%{_mandir}/man1/xscreensaver-getimage-video.1* %{_mandir}/man1/xscreensaver-getimage-video.1*
%{_mandir}/man1/xscreensaver-systemd.1* %{_mandir}/man1/xscreensaver-systemd.1*
%{_mandir}/man1/xscreensaver-text.1* %{_mandir}/man1/xscreensaver-text.1*
%dir %{_datadir}/xscreensaver
%{_datadir}/xscreensaver/glade
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%{_datadir}/applications/xscreensaver-properties.desktop %{_datadir}/applications/xscreensaver-properties.desktop
%config %{_sysconfdir}/X11/app-defaults/XScreenSaver
%doc README* %doc README*
%files -f filelist-main %files -f filelist-main
@ -172,6 +167,9 @@ rm -f filelist-main filelist-gl
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 5.45-1mamba
- automatic version update by autodist
* Sun Mar 29 2020 Automatic Build System <autodist@mambasoft.it> 5.44-1mamba * Sun Mar 29 2020 Automatic Build System <autodist@mambasoft.it> 5.44-1mamba
- automatic version update by autodist - automatic version update by autodist
@ -260,5 +258,5 @@ rm -f filelist-main filelist-gl
- using xorg7 default path for app-defaults files - using xorg7 default path for app-defaults files
- disable kerberos support, use pam instead - disable kerberos support, use pam instead
* Tue Feb 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.14-1qilnx * Thu Feb 05 2004 Davide Madrisan <davide.madrisan@qilinux.it> 4.14-1qilnx
- first build - first build