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