SPECS: kde-splash-template.spec (NEW) - created template

glen glen at pld-linux.org
Sat Aug 20 21:36:02 CEST 2005


Author: glen                         Date: Sat Aug 20 19:36:02 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- created template

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

---- Diffs:

================================================================
Index: SPECS/kde-splash-template.spec
diff -u /dev/null SPECS/kde-splash-template.spec:1.1
--- /dev/null	Sat Aug 20 21:36:02 2005
+++ SPECS/kde-splash-template.spec	Sat Aug 20 21:35:57 2005
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+%define		_splash		-
+Summary:	KDE splash screen
+Summary(pl):	Ekran startowy KDE
+Name:		kde-splash-%{_splash}
+Version:	-
+Release:	0.1
+License:	check first if it's GPL
+Group:		X11/Amusements
+Source0:	%{_name}-%{version}.tar.bz2
+# Source0-md5:	-
+URL:		-
+Requires:	kdebase-desktop
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+%{_name} is
+
+%description -l pl
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
+
+install %{_splash}/*.png $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
+install %{_splash}/Theme.rc $RPM_BUILD_ROOT%{_datadir}/apps/ksplash/Themes/%{_splash}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_datadir}/apps/ksplash/Themes/%{_splash}
+
+%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/08/20 19:35:57  glen
+- created template
+
================================================================



More information about the pld-cvs-commit mailing list