packages: xsplash/xsplash.spec (NEW) - init

shadzik shadzik at pld-linux.org
Thu Dec 17 01:48:29 CET 2009


Author: shadzik                      Date: Thu Dec 17 00:48:29 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- init

---- Files affected:
packages/xsplash:
   xsplash.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/xsplash/xsplash.spec
diff -u /dev/null packages/xsplash/xsplash.spec:1.1
--- /dev/null	Thu Dec 17 01:48:29 2009
+++ packages/xsplash/xsplash.spec	Thu Dec 17 01:48:23 2009
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+#
+Summary:	XSplash
+Summary(pl.UTF-8):	XSplash
+Name:		xsplash
+Version:	0.8.5
+Release:	1
+License:	GPL v3
+Group:		Applications
+Source0:	http://launchpad.net/xsplash/trunk/%{version}/+download/%{name}-%{version}.tar.gz
+# Source0-md5:	9de23920734a54b6c9e04e347a84cba8
+URL:		https://launchpad.net/xsplash/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XSplash is a software project in the Ubuntu community that uses the X
+Window System to replace the scrolling-text screens that appear while
+booting a Linux-based computer with a graphical splash screen.
+
+#%description -l pl.UTF-8
+
+%prep
+%setup -q
+
+%build
+%configure \
+	--with-user=root \
+	--with-dbus-sys=/etc/dbus-1/system.d/
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+%attr(4755,root,root) %{_bindir}/xsplash
+/etc/dbus-1/system.d/xsplash.conf
+%dir %{_datadir}/images
+%dir %{_datadir}/images/xsplash
+%{_datadir}/images/xsplash/*
+
+%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/12/17 00:48:23  shadzik
+- init
+
================================================================


More information about the pld-cvs-commit mailing list