SPECS: electricsheep.spec (NEW) - added

aredridel aredridel at pld-linux.org
Sat Dec 17 06:28:32 CET 2005


Author: aredridel                    Date: Sat Dec 17 05:28:32 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added

---- Files affected:
SPECS:
   electricsheep.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/electricsheep.spec
diff -u /dev/null SPECS/electricsheep.spec:1.1
--- /dev/null	Sat Dec 17 06:28:32 2005
+++ SPECS/electricsheep.spec	Sat Dec 17 06:28:27 2005
@@ -0,0 +1,64 @@
+# $Revision$, $Date$
+Summary:	collaborative screensaver
+Name:		electricsheep
+Version:	2.6.4
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://electricsheep.org/%{name}-%{version}.tar.gz
+# Source0-md5:	59834e2b6a13280e9e6313533c7ff6cf
+Patch0:	%{name}-destdir.patch
+URL:		http://electricsheep.org
+BuildRequires: automake
+BuildRequires: autoconf
+Requires:	xloadimage
+Requires:	xscreensaver
+Requires:	expat
+Requires:	curl
+BuildRoot: /tmp/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+Electric Sheep is a screensaver that realizes the collective dream of
+sleeping computers from all over the internet. It's an xscreensaver
+module that displays mpeg video of an animated fractal flame. In the
+background it contributes render cycles to the future animations.
+Periodically it uploades completed frames to the server, where they
+are compressed for distribution to all clients.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/{%{_bindir},%{_datadir}/control-center/screensavers}
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}/*.png
+%{_datadir}/control-center/screensavers/electricsheep.xml
+%{_mandir}/man1/*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/12/17 05:28:27  aredridel
+- added
+
================================================================



More information about the pld-cvs-commit mailing list