SPECS: splashy-themes.spec (NEW) - based on tarball from openSUSE

glen glen at pld-linux.org
Mon Nov 19 20:32:52 CET 2007


Author: glen                         Date: Mon Nov 19 19:32:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on tarball from openSUSE

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

---- Diffs:

================================================================
Index: SPECS/splashy-themes.spec
diff -u /dev/null SPECS/splashy-themes.spec:1.1
--- /dev/null	Mon Nov 19 20:32:52 2007
+++ SPECS/splashy-themes.spec	Mon Nov 19 20:32:47 2007
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:	Additional themes for splashy
+Name:		splashy-themes
+Version:	0.3.5
+Release:	0.1
+License:	GPL v2+
+Group:		Themes
+Source0:	themes.tar.bz2
+# Source0-md5:	369e08eecb85f9b06bd6910c5165914a
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_themedir	/etc/splashy/themes
+
+%description
+Available themes:
+- fingerprint
+- aqua
+- mepis baghira
+
+%prep
+%setup -qc
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_themedir}
+cp -a themes/* $RPM_BUILD_ROOT%{_themedir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_themedir}/*
+
+%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  2007-11-19 19:32:47  glen
+- based on tarball from openSUSE
+
================================================================


More information about the pld-cvs-commit mailing list