]> git.pld-linux.org Git - packages/xfce4-screensaver.git/blame - xfce4-screensaver.spec
- up to 4.18.3
[packages/xfce4-screensaver.git] / xfce4-screensaver.spec
CommitLineData
4f151721
JR
1Summary: Screen saver and locker for Xfce
2Name: xfce4-screensaver
e6157452 3Version: 4.18.3
4f151721
JR
4Release: 1
5License: GPL
6Group: X11/Applications
41f1b5b0 7Source0: https://archive.xfce.org/src/apps/xfce4-screensaver/4.18/%{name}-%{version}.tar.bz2
e6157452 8# Source0-md5: 04c085928cd51c3d652832201091322c
4f151721
JR
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
0a4f05f7 17BuildRequires: pam-devel
4f151721
JR
18BuildRequires: pkgconfig
19BuildRequires: xfce4-dev-tools >= 4.14.0
20BuildRequires: xfce4-panel-devel >= 4.14.0
90b7eb20 21BuildRequires: xorg-lib-libXScrnSaver-devel
4f151721
JR
22Requires: xfce4-dirs >= 4.6
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Xfce Screensaver is a screen saver and locker that aims to have
27simple, 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
45rm -rf $RPM_BUILD_ROOT
46
47%{__make} install \
48 DESTDIR=$RPM_BUILD_ROOT
49
90b7eb20 50%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/hy_AM
0a4f05f7 51
4f151721
JR
52%find_lang %{name}
53
54%clean
55rm -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
90b7eb20
KM
61%{_sysconfdir}/xdg/autostart/xfce4-screensaver.desktop
62%{_sysconfdir}/xdg/menus/xfce4-screensavers.menu
4f151721
JR
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
90b7eb20 83%{_iconsdir}/hicolor/*/apps/org.xfce.ScreenSaver.*
This page took 1.063923 seconds and 4 git commands to generate.