]> git.pld-linux.org Git - packages/electricsheep.git/blob - electricsheep.spec
- tabs in preamble
[packages/electricsheep.git] / electricsheep.spec
1 Summary:        Collaborative screensaver
2 Summary(pl.UTF-8):      Wygaszacz ekranu współpracujących komputerów
3 Name:           electricsheep
4 Version:        2.6.8
5 Release:        0.2
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://electricsheep.org/%{name}-%{version}.tar.gz
9 # Source0-md5:  5c3535a7c679d67d460c1d9e259a5d38
10 Patch0:         %{name}-destdir.patch
11 Patch1:         %{name}-useless_files.patch
12 URL:            http://electricsheep.org/
13 BuildRequires:  SDL-devel
14 BuildRequires:  autoconf >= 2.59-9
15 BuildRequires:  automake
16 BuildRequires:  expat-devel
17 BuildRequires:  libjpeg-devel
18 BuildRequires:  libpng-devel
19 BuildRequires:  xorg-lib-libX11-devel
20 Requires:       curl
21 Requires:       xloadimage
22 Requires:       xscreensaver
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 Electric Sheep is a screensaver that realizes the collective dream of
27 sleeping computers from all over the Internet. It's an xscreensaver
28 module that displays MPEG video of an animated fractal flame. In the
29 background it contributes render cycles to the future animations.
30 Periodically it uploades completed frames to the server, where they
31 are compressed for distribution to all clients.
32
33 %description -l pl.UTF-8
34 Electric Sheep (Elektryczna owca) jest wygaszaczem ekranu realizującym
35 wspólny sen uśpionych komputerów w całym Internecie. Jest to moduł
36 xscreensavera wyświetlający animację fraktalnego płomienia w formacie
37 MPEG. W tle tworzone są elementy przyszłych animacji. Po ukończeniu są
38 one co jakiś czas zapisywane na serwerze, gdzie są kompresowane w celu
39 udostępnienia wszystkim klientom.
40
41 %prep
42 %setup -q
43 %patch0 -p1
44 %patch1 -p0
45
46 %build
47 %{__aclocal}
48 %{__automake}
49 %{__autoconf}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT{%{_bindir},%{_datadir}/xscreensaver}
56
57 %{__make} install \
58         SCREENSAVER_DATADIR=%{_datadir}/xscreensaver \
59         DESTDIR=$RPM_BUILD_ROOT
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc README
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_datadir}/%{name}
69 %{_datadir}/%{name}/*.png
70 %{_datadir}/xscreensaver/*.xml
71 %{_mandir}/man1/*
This page took 0.060407 seconds and 3 git commands to generate.