From ef29785c978d337a33ae26e15c8ad48247e2c97d Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Aug 11 2009 17:56:49 +0000 Subject: - Update to 0.7.0 --- diff --git a/plymouth.spec b/plymouth.spec index 03a7e07..3a92933 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -5,7 +5,7 @@ Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.7.0 -Release: 0.2010.05.15.1%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -204,6 +204,30 @@ This package contains the "charge" boot splash theme for Plymouth. It features the shadowy hull of a Fedora logo charge up and and finally burst into full form. +%package plugin-script +Summary: Plymouth "script" plugin +Group: System Environment/Base +Requires: %{name}-libs = %{version}-%{release} +BuildRequires: libpng-devel + +%description plugin-script +This package contains the "script" boot splash plugin for +Plymouth. It features an extensible, scriptable boot splash +language that simplifies the process of designing custom +boot splash themes. + +%package theme-script +Summary: Plymouth "Script" plugin +Group: System Environment/Base +Requires: %{name}-plugin-script = %{version}-%{release} +Requires(post): %{_sbindir}/plymouth-set-default-theme +Provides: plymouth(system-theme) = %{version}-%{release} + +%description theme-script +This package contains the "script" boot splash theme for +Plymouth. It it is a simple example theme the uses the "script" +plugin. + %prep %setup -q @@ -406,10 +430,23 @@ fi %{_datadir}/plymouth/themes/charge/*.png %{_datadir}/plymouth/themes/charge/charge.plymouth +%files plugin-script +%defattr(-, root, root) +%{_libdir}/plymouth/script.so + +%files theme-script +%defattr(-, root, root) +%{_datadir}/plymouth/themes/script/*.png +%{_datadir}/plymouth/themes/script/script.script +%{_datadir}/plymouth/themes/script/script.plymouth + %files system-theme %defattr(-, root, root) %changelog +* Tue Aug 11 2009 Ray Strode 0.7.0-1 +- Update to 0.7.0 + * Sun Jul 26 2009 Fedora Release Engineering - 0.7.0-0.2010.05.15.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 3627ede..bbcf794 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fbfa86838e536feeffead95dbdeffe93 plymouth-0.7.0.tar.bz2 +f0b305c05129f3fd70de6583ed9cb9a4 plymouth-0.7.0.tar.bz2