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