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