]> git.pld-linux.org Git - packages/xorg-app-beforelight.git/blob - xorg-app-beforelight.spec
- updated to 1.0.6
[packages/xorg-app-beforelight.git] / xorg-app-beforelight.spec
1 Summary:        beforelight application - screen saver
2 Summary(pl.UTF-8):      Aplikacja beforelight - wygaszacz ekranu
3 Name:           xorg-app-beforelight
4 Version:        1.0.6
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        https://xorg.freedesktop.org/releases/individual/app/beforelight-%{version}.tar.xz
9 # Source0-md5:  e4b258519a76ecf9943db585eee4e264
10 URL:            https://xorg.freedesktop.org/
11 BuildRequires:  autoconf >= 2.60
12 BuildRequires:  automake
13 BuildRequires:  pkgconfig >= 1:0.19
14 BuildRequires:  tar >= 1:1.22
15 BuildRequires:  xorg-lib-libX11-devel
16 BuildRequires:  xorg-lib-libXScrnSaver-devel
17 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
18 BuildRequires:  xorg-util-util-macros >= 1.8
19 BuildRequires:  xz
20 Requires:       xorg-lib-libXt >= 1.0.0
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 The beforelight program is a sample implementation of a screen saver
25 for X servers supporting the MIT-SCREEN-SAVER extension.
26
27 %description -l pl.UTF-8
28 Program beforelight to prosta implementacja wygaszacza ekranu dla
29 serwerów X obsługujących rozszerzenie MIT-SCREEN-SAVER.
30
31 %prep
32 %setup -q -n beforelight-%{version}
33
34 %build
35 %{__aclocal}
36 %{__autoconf}
37 %{__autoheader}
38 %{__automake}
39 %configure
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc COPYING ChangeLog README.md
55 %attr(755,root,root) %{_bindir}/beforelight
56 %{_datadir}/X11/app-defaults/Beforelight
57 %{_mandir}/man1/beforelight.1*
This page took 0.075726 seconds and 3 git commands to generate.