]> git.pld-linux.org Git - packages/xfce4-screensaver.git/blame - xfce4-screensaver.spec
- new
[packages/xfce4-screensaver.git] / xfce4-screensaver.spec
CommitLineData
4f151721
JR
1Summary: Screen saver and locker for Xfce
2Name: xfce4-screensaver
3Version: 0.1.8
4Release: 1
5License: GPL
6Group: X11/Applications
7Source0: http://archive.xfce.org/src/apps/xfce4-screensaver/0.1/%{name}-%{version}.tar.bz2
8# Source0-md5: 0fea7b676e6e533a3f305c6f642fe0cd
9URL: https://docs.xfce.org/apps/screensaver/start
10BuildRequires: autoconf >= 2.50
11BuildRequires: automake
12BuildRequires: exo-devel
13BuildRequires: gettext-tools
14BuildRequires: intltool
15BuildRequires: libsoup-devel >= 2.26.0
16BuildRequires: libtool
17BuildRequires: pkgconfig
18BuildRequires: xfce4-dev-tools >= 4.14.0
19BuildRequires: xfce4-panel-devel >= 4.14.0
20Requires: xfce4-dirs >= 4.6
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24Xfce Screensaver is a screen saver and locker that aims to have
25simple, 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
43rm -rf $RPM_BUILD_ROOT
44
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
47
48%find_lang %{name}
49
50%clean
51rm -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.060692 seconds and 4 git commands to generate.