SPECS: bootsplash-theme-livecd.spec (NEW) - init

shadzik shadzik at pld-linux.org
Thu Mar 19 13:24:16 CET 2009


Author: shadzik                      Date: Thu Mar 19 12:24:16 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- init

---- Files affected:
SPECS:
   bootsplash-theme-livecd.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/bootsplash-theme-livecd.spec
diff -u /dev/null SPECS/bootsplash-theme-livecd.spec:1.1
--- /dev/null	Thu Mar 19 13:24:16 2009
+++ SPECS/bootsplash-theme-livecd.spec	Thu Mar 19 13:24:11 2009
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+
+%define		theme	livecd
+
+Summary:	Bootsplash - PLD black by shad theme
+Summary(de.UTF-8):	Bootsplash - PLD black by shad Thema für Bootsplash
+Summary(pl.UTF-8):	Bootsplash - motyw PLD dark black wg shada
+Name:		bootsplash-theme-%{theme}
+Version:	1.0
+Release:	1
+License:	GPL v2
+Group:		Themes
+Source0:	http://livecd.pld-linux.pl/%{name}-%{version}.tar.bz2
+# Source0-md5:	f705e0fde16512994b939288ba5f18ea
+URL:		http://livecd.pld-linux.pl/
+Requires:	bootsplash
+Provides:	bootsplash-theme
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PLD LiveCD with KDE4 theme by shadzik for bootsplash.
+
+%description -l de.UTF-8
+PLD LiveCD mit KDE4 by shadzik Thema für Bootsplash.
+
+%description -l pl.UTF-8
+Motyw PLD LiveCD z KDE4 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  2009/03/19 12:24:11  shadzik
+- init
+
================================================================


More information about the pld-cvs-commit mailing list