From 79c28a90033e65ff71241c7e6835494edf24e425 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Fri, 26 Sep 2008 01:11:21 +0000 Subject: [PATCH] Package some unpackaged files --- plymouth.spec | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/plymouth.spec b/plymouth.spec index f327f72..590d0f9 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -87,6 +87,18 @@ This package contains the "Fade-In" boot splash plugin for Plymouth. It features a centered logo that fades in and out while stars twinkle around the logo during system boot up. +%package plugin-pulser +Summary: Plymouth "Pulser" plugin +Group: System Environment/Base +Requires: %{name} = %{version}-%{release} +Requires(post): %{name} +BuildRequires: libpng-devel + +%description plugin-pulser +This package contains the "Pulser" boot splash plugin for +Plymouth. It features a pulsing text progress indicator +centered in the screen during system boot up. + %package plugin-spinfinity Summary: Plymouth "Spinfinity" plugin Group: System Environment/Base @@ -214,6 +226,10 @@ fi %{_datadir}/plymouth/fade-in/star.png %{_libdir}/plymouth/fade-in.so +%files plugin-pulser +%defattr(-, root, root) +%{_libdir}/plymouth/pulser.so + %files plugin-spinfinity %defattr(-, root, root) %dir %{_datadir}/plymouth/spinfinity @@ -227,7 +243,8 @@ fi %changelog * Thu Sep 25 2008 Ray Strode 0.5.0-0.2008.09.25.1 - Add new snapshot to fold in Will Woods progress bar, and - move ajax's splash upstream + move ajax's splash upstream, putting the old text splash + in a "pulser" subpackage * Tue Sep 23 2008 Ray Strode 0.5.0-0.2008.09.23.1 - Last snapshot was broken