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