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