]> git.pld-linux.org Git - packages/xorg-app-beforelight.git/blame - xorg-app-beforelight.spec
- tabs in preamble
[packages/xorg-app-beforelight.git] / xorg-app-beforelight.spec
CommitLineData
4fe91c6b 1Summary: beforelight application - screen saver
1f1468f2 2Summary(pl.UTF-8): Aplikacja beforelight - wygaszacz ekranu
6c4d7117 3Name: xorg-app-beforelight
89ca42ef 4Version: 1.0.2
a4eea6f0 5Release: 1
6c4d7117
AM
6License: MIT
7Group: X11/Applications
a4eea6f0 8Source0: http://xorg.freedesktop.org/releases/individual/app/beforelight-%{version}.tar.bz2
89ca42ef
AM
9# Source0-md5: 8bc2e35cdcd2e6a80eab1b77c41f2a46
10Patch0: %{name}-DESTDIR.patch
6c4d7117 11URL: http://xorg.freedesktop.org/
c70b7ad3 12BuildRequires: autoconf >= 2.57
6c4d7117 13BuildRequires: automake
82df1a50 14BuildRequires: pkgconfig >= 1:0.19
6c4d7117
AM
15BuildRequires: xorg-lib-libXScrnSaver-devel
16BuildRequires: xorg-lib-libXaw-devel
0f40d6c8 17BuildRequires: xorg-lib-libXt-devel >= 1.0.0
727d6b0b 18BuildRequires: xorg-util-util-macros >= 0.99.2
5f38ed6c 19Requires: xorg-lib-libXt >= 1.0.0
565c4c2e 20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
6c4d7117
AM
21
22%description
4fe91c6b
JB
23The beforelight program is a sample implementation of a screen saver
24for X servers supporting the MIT-SCREEN-SAVER extension.
6c4d7117 25
cb708da9 26%description -l pl.UTF-8
4fe91c6b 27Program beforelight to prosta implementacja wygaszacza ekranu dla
cb708da9 28serwerów X obsługujących rozszerzenie MIT-SCREEN-SAVER.
6c4d7117 29
6c4d7117
AM
30%prep
31%setup -q -n beforelight-%{version}
89ca42ef 32%patch0 -p1
6c4d7117 33
6c4d7117
AM
34%build
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
42
6c4d7117
AM
43%install
44rm -rf $RPM_BUILD_ROOT
45
46%{__make} install \
727d6b0b 47 DESTDIR=$RPM_BUILD_ROOT
6c4d7117 48
6c4d7117
AM
49%clean
50rm -rf $RPM_BUILD_ROOT
51
6c4d7117
AM
52%files
53%defattr(644,root,root,755)
0f40d6c8 54%doc COPYING ChangeLog
50090eda 55%attr(755,root,root) %{_bindir}/beforelight
0f40d6c8 56%{_datadir}/X11/app-defaults/Beforelight
79b4f911 57%{_mandir}/man1/beforelight.1x*
This page took 0.136943 seconds and 4 git commands to generate.