]> git.pld-linux.org Git - packages/electricsheep.git/blob - electricsheep.spec
- ac 2.59-9 not to BR libXt-devel
[packages/electricsheep.git] / electricsheep.spec
1 Summary:        Collaborative screensaver
2 Summary(pl):    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
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.077655 seconds and 3 git commands to generate.