diff --git a/xscreensaver.spec b/xscreensaver.spec index dde1352..13cee88 100644 --- a/xscreensaver.spec +++ b/xscreensaver.spec @@ -1,5 +1,5 @@ Name: xscreensaver -Version: 5.44 +Version: 5.45 Release: 1mamba Summary: A screen saver and locker for the X Window System Group: Graphical Desktop/Look 'n' feel/Screensavers @@ -8,7 +8,7 @@ Distribution: openmamba Packager: Aleph0 Source: http://www.jwz.org/xscreensaver/xscreensaver-%{version}.tar.gz Source1: xscreensaver-autostart -URL: http://www.jwz.org/xscreensaver/ +URL: https://www.jwz.org/xscreensaver/ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -44,17 +44,8 @@ BuildRequires: gettext-devel BuildRequires: xorg-proto-devel BuildRequires: pkgconfig BuildRequires: libpng-devel +BuildRequires: libgdk-pixbuf-xlib-devel 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 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} %makeinstall install_prefix=%{buildroot} + %find_lang %{name} # this function prints a list of things that get installed. @@ -140,6 +132,7 @@ rm -f filelist-main filelist-gl %files daemon %defattr(-,root,root) +#%{_sysconfdir}/X11/app-defaults/XScreenSaver %{_sysconfdir}/xdg/autostart/xscreensaver.desktop %config(noreplace) %{_sysconfdir}/pam.d/xscreensaver %attr(4755,root,root) %{_bindir}/xscreensaver @@ -150,6 +143,11 @@ rm -f filelist-main filelist-gl %{_bindir}/xscreensaver-getimage-video %{_bindir}/xscreensaver-systemd %{_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-command.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-systemd.1* %{_mandir}/man1/xscreensaver-text.1* -%dir %{_datadir}/xscreensaver -%{_datadir}/xscreensaver/glade %{_datadir}/pixmaps/* %{_datadir}/applications/xscreensaver-properties.desktop -%config %{_sysconfdir}/X11/app-defaults/XScreenSaver %doc README* %files -f filelist-main @@ -172,6 +167,9 @@ rm -f filelist-main filelist-gl %defattr(-,root,root) %changelog +* Mon Mar 01 2021 Automatic Build System 5.45-1mamba +- automatic version update by autodist + * Sun Mar 29 2020 Automatic Build System 5.44-1mamba - automatic version update by autodist @@ -260,5 +258,5 @@ rm -f filelist-main filelist-gl - using xorg7 default path for app-defaults files - disable kerberos support, use pam instead -* Tue Feb 05 2004 Davide Madrisan 4.14-1qilnx +* Thu Feb 05 2004 Davide Madrisan 4.14-1qilnx - first build