forked from rpms/plymouth
- Update to new snapshot that renames plugins to fix upgrades somewhat (bug
499940)
This commit is contained in:
parent
54bd14dea4
commit
169673671e
@ -9,5 +9,5 @@ HorizontalAlignment=.5
|
|||||||
VerticalAlignment=.5
|
VerticalAlignment=.5
|
||||||
Transition=none
|
Transition=none
|
||||||
TransitionDuration=0.0
|
TransitionDuration=0.0
|
||||||
BackgroundStartColor=0x365181
|
BackgroundStartColor=0x416fa7
|
||||||
BackgroundEndColor=0x365181
|
BackgroundEndColor=0x4b83c1
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: Graphical Boot Animation and Logger
|
Summary: Graphical Boot Animation and Logger
|
||||||
Name: plymouth
|
Name: plymouth
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0.2009.05.08.1%{?dist}
|
Release: 0.2009.05.14.1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
|
||||||
@ -20,6 +20,8 @@ Requires(post): plymouth-scripts
|
|||||||
Requires: initscripts >= 8.83-1
|
Requires: initscripts >= 8.83-1
|
||||||
|
|
||||||
Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
|
Obsoletes: plymouth-text-and-details-only < %{version}-%{release}
|
||||||
|
Obsoletes: plymouth-plugin-pulser < 0.7.0-0.2009.05.08.2
|
||||||
|
Obsoletes: plymouth-theme-pulser < 0.7.0-0.2009.05.08.2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plymouth provides an attractive graphical boot animation in
|
Plymouth provides an attractive graphical boot animation in
|
||||||
@ -101,13 +103,13 @@ This package contains the label control plugin for
|
|||||||
Plymouth. It provides the ability to render text on
|
Plymouth. It provides the ability to render text on
|
||||||
graphical boot splashes using pango and cairo.
|
graphical boot splashes using pango and cairo.
|
||||||
|
|
||||||
%package plugin-fade-in
|
%package plugin-fade-throbber
|
||||||
Summary: Plymouth "Fade-In" plugin
|
Summary: Plymouth "Fade-Throbber" plugin
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
|
||||||
%description plugin-fade-in
|
%description plugin-fade-throbber
|
||||||
This package contains the "Fade-In" boot splash plugin for
|
This package contains the "Fade-In" boot splash plugin for
|
||||||
Plymouth. It features a centered image that fades in and out
|
Plymouth. It features a centered image that fades in and out
|
||||||
while other images pulsate around during system boot up.
|
while other images pulsate around during system boot up.
|
||||||
@ -115,74 +117,60 @@ while other images pulsate around during system boot up.
|
|||||||
%package theme-fade-in
|
%package theme-fade-in
|
||||||
Summary: Plymouth "Fade-In" theme
|
Summary: Plymouth "Fade-In" theme
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-plugin-fade-in = %{version}-%{release}
|
Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
|
||||||
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
||||||
|
Obsoletes: plymouth-plugin-fade-in <= 0.7.0-0.2009.05.08.2
|
||||||
|
Provides: plymouth-plugin-fade-in = 0.7.0-0.2009.05.08.2
|
||||||
|
|
||||||
%description theme-fade-in
|
%description theme-fade-in
|
||||||
This package contains the "Fade-In" boot splash theme for
|
This package contains the "Fade-In" boot splash theme for
|
||||||
Plymouth. It features a centered logo that fades in and out
|
Plymouth. It features a centered logo that fades in and out
|
||||||
while stars twinkle around the logo during system boot up.
|
while stars twinkle around the logo during system boot up.
|
||||||
|
|
||||||
%package plugin-pulser
|
%package plugin-throbgress
|
||||||
Summary: Plymouth "Pulser" plugin
|
Summary: Plymouth "Throbgress" plugin
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
|
||||||
|
|
||||||
%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 theme-pulser
|
|
||||||
Summary: Plymouth "Pulser" theme
|
|
||||||
Group: System Environment/Base
|
|
||||||
Requires: %{name}-plugin-pulser = %{version}-%{release}
|
|
||||||
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
|
||||||
|
|
||||||
%description theme-pulser
|
|
||||||
This package contains the "Pulser" boot splash theme 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
|
Group: System Environment/Base
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: plymouth-plugin-label
|
Requires: plymouth-plugin-label
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
|
||||||
%description plugin-spinfinity
|
%description plugin-throbgress
|
||||||
This package contains the "Spinfinity" boot splash plugin for
|
This package contains the "throbgress" boot splash plugin for
|
||||||
Plymouth. It features a centered logo and animated spinner that
|
Plymouth. It features a centered logo and animated spinner that
|
||||||
spins in the shape of an infinity sign.
|
spins repeatedly while a progress bar advances at the bottom of
|
||||||
|
the screen.
|
||||||
|
|
||||||
%package theme-spinfinity
|
%package theme-spinfinity
|
||||||
Summary: Plymouth "Spinfinity" theme
|
Summary: Plymouth "Spinfinity" theme
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-plugin-spinfinity = %{version}-%{release}
|
Requires: %{name}-plugin-throbgress = %{version}-%{release}
|
||||||
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
||||||
|
Obsoletes: plymouth-plugin-spinfinity <= 0.7.0-0.2009.05.08.2
|
||||||
|
Provides: plymouth-plugin-spinfinity = 0.7.0-0.2009.05.08.2
|
||||||
|
|
||||||
%description theme-spinfinity
|
%description theme-spinfinity
|
||||||
This package contains the "Spinfinity" boot splash theme for
|
This package contains the "Spinfinity" boot splash theme for
|
||||||
Plymouth. It features a centered logo and animated spinner that
|
Plymouth. It features a centered logo and animated spinner that
|
||||||
spins in the shape of an infinity sign.
|
spins in the shape of an infinity sign.
|
||||||
|
|
||||||
%package plugin-solar
|
%package plugin-space-flares
|
||||||
Summary: Plymouth "Solar" plugin
|
Summary: Plymouth "space-flares" plugin
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
Requires: plymouth-plugin-label
|
Requires: plymouth-plugin-label
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
|
|
||||||
%description plugin-solar
|
%description plugin-space-flares
|
||||||
This package contains the "Solar" boot splash plugin for
|
This package contains the "space-flares" boot splash plugin for
|
||||||
Plymouth. It features a blue flamed sun with animated solar flares.
|
Plymouth. It features a corner image with animated flares.
|
||||||
|
|
||||||
%package theme-solar
|
%package theme-solar
|
||||||
Summary: Plymouth "Solar" theme
|
Summary: Plymouth "Solar" theme
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Requires: %{name}-plugin-solar = %{version}-%{release}
|
Requires: %{name}-plugin-space-flares = %{version}-%{release}
|
||||||
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
Requires(post): %{_sbindir}/plymouth-set-default-theme
|
||||||
|
Obsoletes: plymouth-plugin-solar <= 0.7.0-0.2009.05.08.2
|
||||||
|
Provides: plymouth-plugin-solar = 0.7.0-0.2009.05.08.2
|
||||||
|
|
||||||
%description theme-solar
|
%description theme-solar
|
||||||
This package contains the "Solar" boot splash theme for
|
This package contains the "Solar" boot splash theme for
|
||||||
@ -211,7 +199,7 @@ Provides: plymouth(system-theme) = %{version}-%{release}
|
|||||||
%description theme-charge
|
%description theme-charge
|
||||||
This package contains the "charge" boot splash theme for
|
This package contains the "charge" boot splash theme for
|
||||||
Plymouth. It features the shadowy hull of a Fedora logo charge up and
|
Plymouth. It features the shadowy hull of a Fedora logo charge up and
|
||||||
and finally burst into into full form.
|
and finally burst into full form.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -294,14 +282,6 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun theme-pulser
|
|
||||||
export LIB=%{_lib}
|
|
||||||
if [ $1 -eq 0 ]; then
|
|
||||||
if [ "$(%{_sbindir}/plymouth-set-default-theme)" == "pulser" ]; then
|
|
||||||
%{_sbindir}/plymouth-set-default-theme --reset
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
%post theme-charge
|
%post theme-charge
|
||||||
export LIB=%{_lib}
|
export LIB=%{_lib}
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
@ -371,9 +351,9 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/plymouth/label.so
|
%{_libdir}/plymouth/label.so
|
||||||
|
|
||||||
%files plugin-fade-in
|
%files plugin-fade-throbber
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/plymouth/fade-in.so
|
%{_libdir}/plymouth/fade-throbber.so
|
||||||
|
|
||||||
%files theme-fade-in
|
%files theme-fade-in
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -384,18 +364,9 @@ fi
|
|||||||
%{_datadir}/plymouth/themes/fade-in/star.png
|
%{_datadir}/plymouth/themes/fade-in/star.png
|
||||||
%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
|
%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
|
||||||
|
|
||||||
%files plugin-pulser
|
%files plugin-throbgress
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/plymouth/pulser.so
|
%{_libdir}/plymouth/throbgress.so
|
||||||
|
|
||||||
%files theme-pulser
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%dir %{_datadir}/plymouth/themes/pulser
|
|
||||||
%{_datadir}/plymouth/themes/pulser/pulser.plymouth
|
|
||||||
|
|
||||||
%files plugin-spinfinity
|
|
||||||
%defattr(-, root, root)
|
|
||||||
%{_libdir}/plymouth/spinfinity.so
|
|
||||||
|
|
||||||
%files theme-spinfinity
|
%files theme-spinfinity
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -407,9 +378,9 @@ fi
|
|||||||
%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
|
%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
|
||||||
%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
|
%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
|
||||||
|
|
||||||
%files plugin-solar
|
%files plugin-space-flares
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_libdir}/plymouth/solar.so
|
%{_libdir}/plymouth/space-flares.so
|
||||||
|
|
||||||
%files theme-solar
|
%files theme-solar
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
@ -431,6 +402,10 @@ fi
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
|
||||||
|
- Update to new snapshot that renames plugins to fix upgrades
|
||||||
|
somewhat (bug 499940)
|
||||||
|
|
||||||
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
|
* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
|
||||||
- Add some fixes for shutdown
|
- Add some fixes for shutdown
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user