summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-28 18:02:23 -0400
committerRay Strode <rstrode@redhat.com>2008-05-28 18:27:43 -0400
commit038939692aca351a4aca7aed71b312c27b3f70f5 (patch)
tree2a9f3d636e73494995ff5441df73bd6a45e9bafb /scripts
parent8f79086021c15fdec555d41ee1283506d74beccc (diff)
downloadplymouth-038939692aca351a4aca7aed71b312c27b3f70f5.tar.gz
plymouth-038939692aca351a4aca7aed71b312c27b3f70f5.tar.xz
plymouth-038939692aca351a4aca7aed71b312c27b3f70f5.zip
Update spec file to be more current
Package the individual plugins as subpackages and get the file lists up to date. Also, drop plymouth-update-initrd %post call since it's not meant to be used in packages
Diffstat (limited to 'scripts')
-rw-r--r--scripts/plymouth.spec74
1 files changed, 57 insertions, 17 deletions
diff --git a/scripts/plymouth.spec b/scripts/plymouth.spec
index 90ba5b6..5b37917 100644
--- a/scripts/plymouth.spec
+++ b/scripts/plymouth.spec
@@ -1,26 +1,48 @@
-Summary: Plymouth Graphical Boot Animation
+Summary: Plymouth Graphical Boot Animation and Logger
Name: plymouth
Version: 0.0.1
-Release: 1%{?dist}
+Release: 1%{?dist}
License: GPL
Group: System Environment/Base
Source0: %{name}-%{version}.tar.bz2
-URL: http://people.freedesktop.org/~halfline/plymouth
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL: http://git.freedesktop.org/plymouth
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Conflicts: rhgb
BuildRequires: libpng-devel
Requires: mkinitrd
%description
-Plymouth provides an attractive graphical boot animation in place
-of the text messages that normally get shown.
+Plymouth provides an attractive graphical boot animation in
+place of the text messages that normally get shown. Text
+messages are instead redirected to a log file for viewing
+after boot.
+
+%package plugin-fade-in
+Summary: Plymouth "Fade-In" plugin
+Group: System Environment/Base
+Requires: %name = %{version}-%{release}
+
+%description plugin-fade-in
+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-spinfinity
+Summary: Plymouth "Spinfinity" plugin
+Group: System Environment/Base
+Requires: %name = %{version}-%{release}
+
+%description plugin-spinfinity
+This package contains the "Spinfinity" boot splash plugin for
+Plymouth. It features a centered logo and animated spinner that
+spins in the shape of an infinity sign.
%prep
-%setup -q
+%setup -q
%build
-%configure
+%configure
make
%install
@@ -34,20 +56,38 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
%clean
rm -rf $RPM_BUILD_ROOT
-%post
-/usr/libexec/plymouth/plymouth-update-initrd > /dev/null
-%preun
-
%files
%defattr(-, root, root)
-%doc AUTHORS ChangeLog NEWS README
-%{_datadir}/plymouth/star.png
-%{_libexecdir}/plymouth/plymouth
+%doc AUTHORS NEWS README
+%dir %{_datadir}/plymouth
+%{_libexecdir}/plymouth/plymouthd
%{_libexecdir}/plymouth/plymouth-update-initrd
-%{_libdir}/plymouth/fedora-fade-in.so
%{_libdir}/libply.so*
+%{_bindir}/plymouth
%{_bindir}/rhgb-client
+%{_libdir}/plymouth/details.so
+%{_libdir}/plymouth/text.so
+%{_localstatedir}/run/plymouth
+
+%files plugin-fade-in
+%defattr(-, root, root)
+%dir %{_datadir}/plymouth/fedora-fade-in
+%{_datadir}/plymouth/fedora-fade-in/bullet.png
+%{_datadir}/plymouth/fedora-fade-in/entry.png
+%{_datadir}/plymouth/fedora-fade-in/lock.png
+%{_datadir}/plymouth/fedora-fade-in/star.png
+%{_libdir}/plymouth/fedora-fade-in.so
+
+%files plugin-spinfinity
+%defattr(-, root, root)
+%dir %{_datadir}/plymouth/spinfinity
+%{_datadir}/plymouth/spinfinity/box.png
+%{_datadir}/plymouth/spinfinity/bullet.png
+%{_datadir}/plymouth/spinfinity/entry.png
+%{_datadir}/plymouth/spinfinity/lock.png
+%{_datadir}/plymouth/spinfinity/throbber-[0-3][0-9].png
+%{_libdir}/plymouth/spinfinity.so
%changelog
-* Fri Jun 8 2007 Ray Strode <rstrode@redhat.com> - 0.0.1-1
+* Wed May 28 2008 Ray Strode <rstrode@redhat.com> - 0.0.1-1
- Initial import, version 0.0.1