]> git.pld-linux.org Git - packages/xorg-app-beforelight.git/blob - xorg-app-beforelight.spec
- tabs in preamble
[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.2
5 Release:        1
6 License:        MIT
7 Group:          X11/Applications
8 Source0:        http://xorg.freedesktop.org/releases/individual/app/beforelight-%{version}.tar.bz2
9 # Source0-md5:  8bc2e35cdcd2e6a80eab1b77c41f2a46
10 Patch0:         %{name}-DESTDIR.patch
11 URL:            http://xorg.freedesktop.org/
12 BuildRequires:  autoconf >= 2.57
13 BuildRequires:  automake
14 BuildRequires:  pkgconfig >= 1:0.19
15 BuildRequires:  xorg-lib-libXScrnSaver-devel
16 BuildRequires:  xorg-lib-libXaw-devel
17 BuildRequires:  xorg-lib-libXt-devel >= 1.0.0
18 BuildRequires:  xorg-util-util-macros >= 0.99.2
19 Requires:       xorg-lib-libXt >= 1.0.0
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 The beforelight program is a sample implementation of a screen saver
24 for X servers supporting the MIT-SCREEN-SAVER extension.
25
26 %description -l pl.UTF-8
27 Program beforelight to prosta implementacja wygaszacza ekranu dla
28 serwerów X obsługujących rozszerzenie MIT-SCREEN-SAVER.
29
30 %prep
31 %setup -q -n beforelight-%{version}
32 %patch0 -p1
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
55 %attr(755,root,root) %{_bindir}/beforelight
56 %{_datadir}/X11/app-defaults/Beforelight
57 %{_mandir}/man1/beforelight.1x*
This page took 0.064909 seconds and 3 git commands to generate.