]> git.pld-linux.org Git - packages/xfce4-screensaver.git/blob - xfce4-screensaver.spec
- up to 4.18.3
[packages/xfce4-screensaver.git] / xfce4-screensaver.spec
1 Summary:        Screen saver and locker for Xfce
2 Name:           xfce4-screensaver
3 Version:        4.18.2
4 Release:        1
5 License:        GPL
6 Group:          X11/Applications
7 Source0:        https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/%{name}-%{version}.tar.bz2
8 # Source0-md5:  b5c0a2ce0dce20cb0297bd106b8a796e
9 URL:            https://docs.xfce.org/apps/screensaver/start
10 BuildRequires:  autoconf >= 2.50
11 BuildRequires:  automake
12 BuildRequires:  exo-devel
13 BuildRequires:  gettext-tools
14 BuildRequires:  intltool
15 BuildRequires:  libsoup-devel >= 2.26.0
16 BuildRequires:  libtool
17 BuildRequires:  pam-devel
18 BuildRequires:  pkgconfig
19 BuildRequires:  xfce4-dev-tools >= 4.14.0
20 BuildRequires:  xfce4-panel-devel >= 4.14.0
21 BuildRequires:  xorg-lib-libXScrnSaver-devel
22 Requires:       xfce4-dirs >= 4.6
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Xfce Screensaver is a screen saver and locker that aims to have
27 simple, sane, secure defaults and be well integrated with the desktop.
28
29 %prep
30 %setup -q
31
32 %build
33 %{__libtoolize}
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38
39 %configure \
40         --disable-static
41
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} install \
48         DESTDIR=$RPM_BUILD_ROOT
49
50 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/hy_AM
51
52 %find_lang %{name}
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}.lang
58 %defattr(644,root,root,755)
59 %doc AUTHORS NEWS README.md TODO
60 %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/xfce4-screensaver
61 %{_sysconfdir}/xdg/autostart/xfce4-screensaver.desktop
62 %{_sysconfdir}/xdg/menus/xfce4-screensavers.menu
63 %attr(755,root,root) %{_bindir}/xfce4-screensaver
64 %attr(755,root,root) %{_bindir}/xfce4-screensaver-command
65 %attr(755,root,root) %{_bindir}/xfce4-screensaver-configure
66 %attr(755,root,root) %{_bindir}/xfce4-screensaver-preferences
67 %attr(755,root,root) %{_libexecdir}/xfce4-screensaver-dialog
68 %attr(755,root,root) %{_libexecdir}/xfce4-screensaver-gl-helper
69 %dir %{_libexecdir}/xfce4-screensaver
70 %attr(755,root,root) %{_libexecdir}/xfce4-screensaver/floaters
71 %attr(755,root,root) %{_libexecdir}/xfce4-screensaver/popsquares
72 %attr(755,root,root) %{_libexecdir}/xfce4-screensaver/slideshow
73 %{_desktopdir}/screensavers/xfce-floaters.desktop
74 %{_desktopdir}/screensavers/xfce-personal-slideshow.desktop
75 %{_desktopdir}/screensavers/xfce-popsquares.desktop
76 %{_desktopdir}/xfce4-screensaver-preferences.desktop
77 %{_datadir}/dbus-1/services/org.xfce.ScreenSaver.service
78 %{_datadir}/desktop-directories/xfce4-screensaver.directory
79 %{_mandir}/man1/xfce4-screensaver-command.1*
80 %{_mandir}/man1/xfce4-screensaver-preferences.1*
81 %{_mandir}/man1/xfce4-screensaver.1*
82 %{_pixmapsdir}/xfce-logo-white.svg
83 %{_iconsdir}/hicolor/*/apps/org.xfce.ScreenSaver.*
This page took 0.107899 seconds and 3 git commands to generate.