|
@@ -6,7 +6,7 @@ Summary: Graphical Boot Animation and Logger
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
Summary(ja): グラフィカルブートアニメーション
|
|
Name: plymouth
|
|
Name: plymouth
|
|
Version: 0.8.3
|
|
Version: 0.8.3
|
|
-Release: 6%{?_dist_release}
|
|
+Release: 8%{?_dist_release}
|
|
License: GPLv2+
|
|
License: GPLv2+
|
|
Group: System Environment/Base
|
|
Group: System Environment/Base
|
|
URL: http://freedesktop.org/software/plymouth/releases
|
|
URL: http://freedesktop.org/software/plymouth/releases
|
|
@@ -20,12 +20,14 @@ Source12: plymouth-theme-charge.tar.bz2
|
|
|
|
|
|
Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
|
|
Patch10: plymouth-0.8.3-fix-crash-on-retain-splash.patch
|
|
Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
|
|
Patch11: plymouth-0.8.3-save-original-tty-lock-settings.patch
|
|
|
|
+Patch12: plymouth-0.8.3-ply084.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
|
|
Requires: vine-logos
|
|
Requires: vine-logos
|
|
Requires(post): plymouth-scripts
|
|
Requires(post): plymouth-scripts
|
|
Requires: initscripts >= 8.90.5
|
|
Requires: initscripts >= 8.90.5
|
|
|
|
+Requires: plymouth-system-theme
|
|
|
|
|
|
Obsoletes: bootsplash <= 3.2
|
|
Obsoletes: bootsplash <= 3.2
|
|
Provides: bootsplash
|
|
Provides: bootsplash
|
|
@@ -253,13 +255,13 @@ plugin.
|
|
%setup -q
|
|
%setup -q
|
|
%patch10 -p1 -b .fix-crash
|
|
%patch10 -p1 -b .fix-crash
|
|
%patch11 -p1 -b .save-original-tty-lock-settings
|
|
%patch11 -p1 -b .save-original-tty-lock-settings
|
|
|
|
+%patch12 -p1 -b .update-scripts-from-ply084
|
|
|
|
|
|
# Change the default theme
|
|
# Change the default theme
|
|
sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
|
|
|
|
|
|
%build
|
|
%build
|
|
%configure --enable-tracing --disable-tests \
|
|
%configure --enable-tracing --disable-tests \
|
|
- --without-default-plugin \
|
|
|
|
--with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png \
|
|
--with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png \
|
|
--with-background-start-color-stop=0x3A3A6A \
|
|
--with-background-start-color-stop=0x3A3A6A \
|
|
--with-background-end-color-stop=0x000000 \
|
|
--with-background-end-color-stop=0x000000 \
|
|
@@ -452,6 +454,14 @@ fi
|
|
%defattr(-, root, root)
|
|
%defattr(-, root, root)
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jun 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-8
|
|
|
|
+- update script theme
|
|
|
|
+
|
|
|
|
+* Thu Apr 07 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-7
|
|
|
|
+- add Patch12 to update plymouth-{set-default-theme,poplulate-initrd}
|
|
|
|
+ - use text as fallback default.
|
|
|
|
+- add R: plymouth-system-theme to main package.
|
|
|
|
+
|
|
* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-6
|
|
* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-6
|
|
- add Patch11 to save original tty lock setting
|
|
- add Patch11 to save original tty lock setting
|
|
|
|
|