packages: bootsplash-theme-glow/bootsplash-theme-glow.spec (NEW) - init

shadzik shadzik at pld-linux.org
Fri Aug 13 17:29:29 CEST 2010


Author: shadzik                      Date: Fri Aug 13 15:29:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/bootsplash-theme-glow:
   bootsplash-theme-glow.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/bootsplash-theme-glow/bootsplash-theme-glow.spec
diff -u /dev/null packages/bootsplash-theme-glow/bootsplash-theme-glow.spec:1.1
--- /dev/null	Fri Aug 13 17:29:29 2010
+++ packages/bootsplash-theme-glow/bootsplash-theme-glow.spec	Fri Aug 13 17:29:24 2010
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+
+%define		theme	glow
+
+Summary:	Bootsplash - glow by shadzik theme
+Summary(de.UTF-8):	Bootsplash - glow by shadzik Thema für Bootsplash
+Summary(pl.UTF-8):	Bootsplash - motyw glow wg shadzika
+Name:		bootsplash-theme-%{theme}
+Version:	1.0
+Release:	0.1
+License:	GPL v2
+Group:		Themes
+Source0:	http://livecd.pld-linux.org/%{theme}-%{version}.tar.gz
+# Source0-md5:	8fe758c7552065afea100b11976ee941
+URL:		http://livecd.pld-linux.org/
+Requires:	bootsplash
+Provides:	bootsplash-theme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Glow theme by shadzik for bootsplash.
+
+%description -l de.UTF-8
+Glow by shadzik Thema für Bootsplash.
+
+%description -l pl.UTF-8
+Motyw Glow do bootsplash wg shadzika.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+THEME_DIR=$RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/%{theme}
+install -d $THEME_DIR/{config,images}
+install %{theme}/config/*.cfg $THEME_DIR/config
+install %{theme}/images/*.jpg $THEME_DIR/images
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_sysconfdir}/bootsplash/themes/%{theme}
+
+%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  2010/08/13 15:29:24  shadzik
+- init
+
+
================================================================


More information about the pld-cvs-commit mailing list