packages: plymouth/plymouth.spec - merge 20120319 from fedora package. need...

glen glen at pld-linux.org
Thu Mar 22 23:14:54 CET 2012


Author: glen                         Date: Thu Mar 22 22:14:54 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- merge 20120319 from fedora package. needs fc cleanup later

---- Files affected:
packages/plymouth:
   plymouth.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: packages/plymouth/plymouth.spec
diff -u packages/plymouth/plymouth.spec:1.16 packages/plymouth/plymouth.spec:1.17
--- packages/plymouth/plymouth.spec:1.16	Sun Feb 19 10:35:14 2012
+++ packages/plymouth/plymouth.spec	Thu Mar 22 23:14:49 2012
@@ -3,20 +3,25 @@
 # - revisit subpackages
 # - fix: Requires: /bin/bash
 # - integrate with geninitrd
-%define		snap	20120212
+%define		snap	20120319
 Summary:	Graphical Boot Animation and Logger
 Summary(pl.UTF-8):	Graficzna animacja i logowanie startu systemu
 Name:		plymouth
 Version:	0.8.4
-Release:	0.%{snap}.1
+Release:	0.%{snap}.1.1
 License:	GPL v2+
 Group:		Base
 #Source0:	http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.%{snap}.tar.bz2
-Source0:	%{name}-%{version}.%{snap}.tar.bz2
-# Source0-md5:	6accf3a89fa9e5a99fbc4eb63909bcd5
+#Source0:	%{name}-%{version}.%{snap}.tar.bz2
+Source0:	http://pkgs.fedoraproject.org/repo/pkgs/plymouth/%{name}-%{version}.tar.bz2/b083d040a3a92a78fac96049e31ea952/plymouth-%{version}.tar.bz2
+# Source0-md5:	b083d040a3a92a78fac96049e31ea952
 Source1:	%{name}-logo.png
 # Source1-md5:	6b38a868585adfd3a96a4ad16973c1f8
 Source2:	%{name}.tmpfiles
+Source3:	charge.%{name}
+Source4:	boot-duration
+Source5:	%{name}-set-default-plugin
+Source6:	%{name}-update-initrd
 URL:		http://www.freedesktop.org/wiki/Software/Plymouth
 #BuildRequires:	autoconf >= 2.50
 #BuildRequires:	automake
@@ -27,10 +32,10 @@
 #BuildRequires:	libtool >= 2:2.0
 BuildRequires:	pango-devel >= 1:1.21.0
 BuildRequires:	pkgconfig
-Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name}-graphics-libs = %{version}-%{release}
 Requires(post):	%{name}-scripts = %{version}-%{release}
-Obsoletes:	plymouth-utils
 Obsoletes:	plymouth-gdm-hooks
+Obsoletes:	plymouth-utils
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		plymouthdaemon_execdir	/sbin
@@ -65,7 +70,7 @@
 Summary:	Header files for writing Plymouth splash plugins
 Summary(pl.UTF-8):	Pliki nagłówkowe do tworzenia wtyczek graficznych Plymouth
 Group:		Development/Libraries
-Requires:	%{name}-libs = %{version}-%{release}
+Requires:	%{name}-graphics-libs = %{version}-%{release}
 
 %description devel
 This package contains the header files for libply and libplybootsplash
@@ -75,11 +80,48 @@
 Ten pakiet zawiera pliki nagłówkowe bibliotek libply i
 libplybootsplash, potrzebne do tworzenia wtyczek graficznych Plymouth.
 
+%package system-theme
+Summary:	Plymouth default theme
+Group:		Base
+Requires:	%{name}(system-theme) = %{version}-%{release}
+Provides:	%{name}-system-plugin = %{version}-%{release}
+Obsoletes:	plymouth-system-plugin < %{version}-%{release}
+Obsoletes:	rhgb < 1:10.0.0
+
+%description system-theme
+This metapackage tracks the current distribution default theme.
+
+%package core-libs
+Summary:	Plymouth core libraries
+Group:		Development/Libraries
+Conflicts:	%{name}-libs < 0.8.4-0.20120319.1
+
+%description core-libs
+This package contains the libply and libply-splash-core libraries used
+by Plymouth.
+
+%package graphics-libs
+Summary:	Plymouth graphics libraries
+Group:		Development/Libraries
+Requires:	%{name}-core-libs = %{version}-%{release}
+Provides:	%{name}-graphics-libs = %{version}-%{release}
+Obsoletes:	plymouth-libs < %{version}-%{release}
+Conflicts:	%{name}-libs < 0.8.4-0.20120319.1
+
+%description graphics-libs
+This package contains the libply-splash-graphics library used by
+graphical Plymouth splashes.
+
 %package scripts
 Summary:	Plymouth related scripts
 Summary(pl.UTF-8):	Skrypty pomocnicze do Plymouth
 Group:		Applications/System
 Requires:	%{name} = %{version}-%{release}
+Requires:	coreutils
+Requires:	cpio
+#Requires:	dracut
+Requires:	findutils
+Requires:	gzip
 
 %description scripts
 This package contains scripts that help integrate Plymouth with the
@@ -88,9 +130,142 @@
 %description scripts -l pl.UTF-8
 Ten pakiet zawiera skrypty pomagające zintegrować Plymouth z systemem.
 
+%package plugin-label
+Summary:	Plymouth label plugin
+Group:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+
+%description plugin-label
+This package contains the label control plugin for Plymouth. It
+provides the ability to render text on graphical boot splashes using
+pango and cairo.
+
+%package plugin-fade-throbber
+Summary:	Plymouth "Fade-Throbber" plugin
+Group:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+
+%description plugin-fade-throbber
+This package contains the "Fade-In" boot splash plugin for Plymouth.
+It features a centered image that fades in and out while other images
+pulsate around during system boot up.
+
+%package theme-fade-in
+Summary:	Plymouth "Fade-In" theme
+Group:		Base
+Requires:	%{name}-plugin-fade-throbber = %{version}-%{release}
+Requires(post):	%{name}-scripts = %{version}-%{release}
+Obsoletes:	plymouth-plugin-fade-in
+
+%description theme-fade-in
+This package contains the "Fade-In" boot splash theme for Plymouth. It
+features a centered logo that fades in and out while stars twinkle
+around the logo during system boot up.
+
+%package plugin-throbgress
+Summary:	Plymouth "Throbgress" plugin
+Group:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+Requires:	%{name}-plugin-label = %{version}-%{release}
+
+%description plugin-throbgress
+This package contains the "throbgress" boot splash plugin for
+Plymouth. It features a centered logo and animated spinner that spins
+repeatedly while a progress bar advances at the bottom of the screen.
+
+%package theme-spinfinity
+Summary:	Plymouth "Spinfinity" theme
+Group:		Base
+Requires:	%{name}-plugin-throbgress = %{version}-%{release}
+Requires(post):	%{name}-scripts = %{version}-%{release}
+Obsoletes:	plymouth-plugin-spinfinity
+
+%description theme-spinfinity
+This package contains the "Spinfinity" boot splash theme for Plymouth.
+It features a centered logo and animated spinner that spins in the
+shape of an infinity sign.
+
+%package plugin-space-flares
+Summary:	Plymouth "space-flares" plugin
+Group:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+Requires:	%{name}-plugin-label = %{version}-%{release}
+
+%description plugin-space-flares
+This package contains the "space-flares" boot splash plugin for
+Plymouth. It features a corner image with animated flares.
+
+%package theme-solar
+Summary:	Plymouth "Solar" theme
+Group:		Base
+Requires:	%{name}-plugin-space-flares = %{version}-%{release}
+Requires(post):	%{name}-scripts = %{version}-%{release}
+Obsoletes:	plymouth-plugin-solar
+
+%description theme-solar
+This package contains the "Solar" boot splash theme for Plymouth. It
+features a blue flamed sun with animated solar flares.
+
+%package plugin-two-step
+Summary:	Plymouth "two-step" plugin
+Group:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+Requires:	%{name}-plugin-label = %{version}-%{release}
+
+%description plugin-two-step
+This package contains the "two-step" boot splash plugin for Plymouth.
+It features a two phased boot process that starts with a progressing
+animation synced to boot time and finishes with a short, fast one-shot
+animation.
+
+%package theme-charge
+Summary:	Plymouth "Charge" plugin
+Group:		Base
+Requires:	%{name}-plugin-two-step = %{version}-%{release}
+Requires(post):	%{name}-scripts = %{version}-%{release}
+Provides:	%{name}(system-theme) = %{version}-%{release}
+
+%description theme-charge
+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:		Base
+Requires:	%{name}-graphics-libs = %{version}-%{release}
+
+%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:		Base
+Requires:	%{name}-plugin-script = %{version}-%{release}
+Requires(post):	%{_sbindir}/plymouth-set-default-theme
+
+%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.
+
+%package theme-spinner
+Summary:	Plymouth "Spinner" theme
+Group:		Base
+Requires:	%{name}-plugin-two-step = %{version}-%{release}
+Requires(post):	%{name}-scripts = %{version}-%{release}
+
+%description theme-spinner
+This package contains the "spinner" boot splash theme for Plymouth. It
+features a small spinner on a dark background.
+
 %prep
 %setup -q
 
+# Change the default theme
+sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
+
 %build
 %configure \
 	--disable-silent-rules \
@@ -109,11 +284,31 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
-
+install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{systemdtmpfilesdir}}
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
+cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
+> $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth/boot-duration
+
+# FC: Add charge, our new default
+install -d $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+cp %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+
+# FC: Glow isn't quite ready for primetime
+rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow
+rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
+# FC: Drop glow, it's not very Fedora-y
+rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
+
+# FC: Override plymouth-update-initrd to work dracut or mkinitrd
+cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/plymouth/plymouth-update-initrd
+
+# FC: Add compat script for upgrades
+install -p %{SOURCE5} $RPM_BUILD_ROOT%{_sbindir}
+
 %{__rm} $RPM_BUILD_ROOT{%{plymouth_libdir},%{_libdir}}/*.la \
 	$RPM_BUILD_ROOT%{_libdir}/plymouth/*.la \
 	$RPM_BUILD_ROOT%{_libdir}/plymouth/renderers/*.la
@@ -122,10 +317,9 @@
 ln -sf /bin/plymouth $RPM_BUILD_ROOT%{_bindir}/plymouth
 
 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
-install %{SOURCE2} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/%{name}.conf
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -135,39 +329,43 @@
 	rm -f %{_libdir}/plymouth/default.so
 fi
 
-%post	libs -p /sbin/ldconfig
-%postun	libs -p /sbin/ldconfig
+%post	core-libs -p /sbin/ldconfig
+%postun	core-libs -p /sbin/ldconfig
+%post	graphics-libs -p /sbin/ldconfig
+%postun	graphics-libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/rhgb-client
-%attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
 %dir %{_sysconfdir}/plymouth
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plymouth/plymouthd.conf
 %{_mandir}/man8/plymouth.8*
 %dir %{_datadir}/plymouth
+%dir %{_datadir}/plymouth/themes
+%dir %{_datadir}/plymouth/themes/details
+%dir %{_datadir}/plymouth/themes/text
 %{_datadir}/plymouth/plymouthd.defaults
-%{_datadir}/plymouth/themes
-%dir %{_libexecdir}/plymouth
+%{_datadir}/plymouth/default-boot-duration
+%dir %{_libdir}/plymouth
+%dir %{_libdir}/plymouth/renderers
 %dir %{_localstatedir}/lib/plymouth
 %attr(755,root,root) %{plymouthdaemon_execdir}/plymouthd
 %attr(755,root,root) %{plymouthclient_execdir}/plymouth
 %attr(755,root,root) %{_bindir}/plymouth
 %attr(755,root,root) %{_libdir}/plymouth/details.so
-%attr(755,root,root) %{_libdir}/plymouth/fade-throbber.so
-%attr(755,root,root) %{_libdir}/plymouth/label.so
-%attr(755,root,root) %{_libdir}/plymouth/script.so
-%attr(755,root,root) %{_libdir}/plymouth/space-flares.so
 %attr(755,root,root) %{_libdir}/plymouth/text.so
-%attr(755,root,root) %{_libdir}/plymouth/throbgress.so
-%attr(755,root,root) %{_libdir}/plymouth/two-step.so
-/usr/lib/tmpfiles.d/%{name}.conf
+%attr(755,root,root) %{_libdir}/plymouth/renderers/drm.so
+%attr(755,root,root) %{_libdir}/plymouth/renderers/frame-buffer.so
+%{_datadir}/plymouth/themes/details/details.plymouth
+%{_datadir}/plymouth/themes/text/text.plymouth
+%{systemdtmpfilesdir}/%{name}.conf
 %{_localstatedir}/run/plymouth
 %{_localstatedir}/spool/plymouth
 %{_pixmapsdir}/plymouth-logo.png
+%ghost %{_localstatedir}/lib/plymouth/boot-duration
 
-%files libs
+%files core-libs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{plymouth_libdir}/libply.so.*.*.*
 %attr(755,root,root) %ghost %{plymouth_libdir}/libply.so.2
@@ -175,12 +373,13 @@
 %attr(755,root,root) %ghost %{plymouth_libdir}/libply-splash-core.so.2
 %attr(755,root,root) %{_libdir}/libply-boot-client.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libply-boot-client.so.2
+%dir %{_libdir}/plymouth
+
+%files graphics-libs
+%defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libply-splash-graphics.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libply-splash-graphics.so.2
-%dir %{_libdir}/plymouth
-%dir %{_libdir}/plymouth/renderers
-%attr(755,root,root) %{_libdir}/plymouth/renderers/drm.so
-%attr(755,root,root) %{_libdir}/plymouth/renderers/frame-buffer.so
+
 %attr(755,root,root) %{_libdir}/plymouth/renderers/x11.so
 
 %files devel
@@ -196,9 +395,82 @@
 
 %files scripts
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libexecdir}/plymouth/plymouth-generate-initrd
-%attr(755,root,root) %{_libexecdir}/plymouth/plymouth-populate-initrd
-%attr(755,root,root) %{_libexecdir}/plymouth/plymouth-update-initrd
+%attr(755,root,root) %{_sbindir}/plymouth-set-default-plugin
+%attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-generate-initrd
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-populate-initrd
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-update-initrd
+
+%files plugin-label
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/label.so
+
+%files plugin-fade-throbber
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/fade-throbber.so
+
+%files theme-fade-in
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/fade-in
+%{_datadir}/plymouth/themes/fade-in/bullet.png
+%{_datadir}/plymouth/themes/fade-in/entry.png
+%{_datadir}/plymouth/themes/fade-in/lock.png
+%{_datadir}/plymouth/themes/fade-in/star.png
+%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
+
+%files theme-spinner
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/spinner
+%{_datadir}/plymouth/themes/spinner/*.png
+%{_datadir}/plymouth/themes/spinner/spinner.plymouth
+
+%files plugin-throbgress
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/throbgress.so
+
+%files theme-spinfinity
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/spinfinity
+%{_datadir}/plymouth/themes/spinfinity/box.png
+%{_datadir}/plymouth/themes/spinfinity/bullet.png
+%{_datadir}/plymouth/themes/spinfinity/entry.png
+%{_datadir}/plymouth/themes/spinfinity/lock.png
+%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
+%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
+
+%files plugin-space-flares
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/space-flares.so
+
+%files theme-solar
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/solar
+%{_datadir}/plymouth/themes/solar/*.png
+%{_datadir}/plymouth/themes/solar/solar.plymouth
+
+%files plugin-two-step
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/two-step.so
+
+%files theme-charge
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/charge
+%{_datadir}/plymouth/themes/charge/*.png
+%{_datadir}/plymouth/themes/charge/charge.plymouth
+
+%files plugin-script
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/script.so
+
+%files theme-script
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/script
+%{_datadir}/plymouth/themes/script/*.png
+%{_datadir}/plymouth/themes/script/script.script
+%{_datadir}/plymouth/themes/script/script.plymouth
+
+%files system-theme
+%defattr(644,root,root,755)
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -206,6 +478,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2012/03/22 22:14:49  glen
+- merge 20120319 from fedora package. needs fc cleanup later
+
 Revision 1.16  2012/02/19 09:35:14  qboosh
 - pl
 - strict internal deps
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/plymouth/plymouth.spec?r1=1.16&r2=1.17



More information about the pld-cvs-commit mailing list