SPECS: kde-splash-Gears.spec (NEW) - new spec, collection of KDE s...

hawk hawk at pld-linux.org
Fri Dec 30 01:03:27 CET 2005


Author: hawk                         Date: Fri Dec 30 00:03:27 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new spec, collection of KDE splash screens

---- Files affected:
SPECS:
   kde-splash-Gears.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kde-splash-Gears.spec
diff -u /dev/null SPECS/kde-splash-Gears.spec:1.1
--- /dev/null	Fri Dec 30 01:03:27 2005
+++ SPECS/kde-splash-Gears.spec	Fri Dec 30 01:03:22 2005
@@ -0,0 +1,59 @@
+# $Revision$, $Date$
+%define		_splash		Gears
+
+Summary:	KDE splash screens
+Summary(pl):	Ekrany startowe KDE
+Name:		kde-splash-%{_splash}
+Version:	1.0
+Release:	1
+License:	GPL
+Group:		X11/Amusements
+# source files were repackaged into one tar because builder wasn't
+# able to correctly handle spaces in original filenames
+Source0:	%{name}.tar.gz
+# NoSource0-md5:	1f175c9f50e58d8831ea279d4d493130
+NoSource:	0
+URL:		http://www.kde-look.org/content/show.php?content=30999
+Provides:	kde-splash
+Requires:	kdebase-desktop >= 9:3.2.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Collection of simple but nice splash screens with KDE Gears. Contains
+seven different versions.
+
+%description -l pl
+Kolekcja prostych, ale ładnych ekranów startowych z "zębatkami KDE".
+Zawiera siedem różnych wersji.
+
+%prep
+%setup -q -c %{_splash} -n %{_splash}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ {alu,blue,green,ice,oil,plastic,rusty}\ edition
+install %{_splash}\ -\ alu\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ alu\ edition
+install %{_splash}\ -\ blue\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ blue\ edition
+install %{_splash}\ -\ green\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ green\ edition
+install %{_splash}\ -\ ice\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ ice\ edition
+install %{_splash}\ -\ oil\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ oil\ edition
+install %{_splash}\ -\ plastic\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ plastic\ edition
+install %{_splash}\ -\ rusty\ edition/* $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}\ -\ rusty\ edition
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/apps/ksplash/Themes/*
+
+%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/30 00:03:22  hawk
+- new spec, collection of KDE splash screens
+
================================================================


More information about the pld-cvs-commit mailing list