SPECS: usplash.spec (NEW) - taken from Ubuntu - NFY

patrys patrys at pld-linux.org
Thu Mar 16 21:45:22 CET 2006


Author: patrys                       Date: Thu Mar 16 20:45:22 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- taken from Ubuntu
- NFY

---- Files affected:
SPECS:
   usplash.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/usplash.spec
diff -u /dev/null SPECS/usplash.spec:1.1
--- /dev/null	Thu Mar 16 21:45:22 2006
+++ SPECS/usplash.spec	Thu Mar 16 21:45:17 2006
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define		_rel	32
+#
+Summary:	Userspace bootsplash utility
+Name:		usplash
+Version:	0.1
+Release:	0.%{_rel}.1
+License:	GPL
+Group:		Applications
+Source0:	%{name}_%{version}-%{_rel}.tar.gz
+# Source0-md5:	75b9bbc47fc661e6827e4db36ac0d875
+URL:		-
+BuildRequires:	libpng-devel
+BuildRequires:	gd-devel >= 2.0.0
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_sbindir	/sbin
+
+%description
+Usplash is a userspace application that uses the Linux framebuffer
+interface to draw a splash screen at boot. It has a companion utility
+that is able to send commands to usplash, allowing information about
+the bootup sequence to be displayed in a more attractive way.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_sbindir}}
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README.usplash
+%attr(755,root,root) %{_sbindir}/*
+%{_libdir}/%{name}
+
+%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  2006/03/16 20:45:17  patrys
+- taken from Ubuntu
+- NFY
+
================================================================


More information about the pld-cvs-commit mailing list