packages: plymouth/plymouth.spec - 0.7 - drop subpackages until it works

patrys patrys at pld-linux.org
Thu Aug 20 14:04:02 CEST 2009


Author: patrys                       Date: Thu Aug 20 12:04:02 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- 0.7
- drop subpackages until it works

---- Files affected:
packages/plymouth:
   plymouth.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: packages/plymouth/plymouth.spec
diff -u packages/plymouth/plymouth.spec:1.6 packages/plymouth/plymouth.spec:1.7
--- packages/plymouth/plymouth.spec:1.6	Wed Dec 10 14:40:40 2008
+++ packages/plymouth/plymouth.spec	Thu Aug 20 14:03:56 2009
@@ -5,12 +5,12 @@
 
 Summary:	Graphical Boot Animation and Logger
 Name:		plymouth
-Version:	0.6.0
+Version:	0.7.0
 Release:	0.1
 License:	GPL v2+
 Group:		Base
 Source0:	http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
-# Source0-md5:	e29e754e942e6fcaf5185772d18fd97e
+# Source0-md5:	f0b305c05129f3fd70de6583ed9cb9a4
 Source1:	%{name}-logo.png
 # Source1-md5:	6b38a868585adfd3a96a4ad16973c1f8
 URL:		http://freedesktop.org/software/plymouth/releases
@@ -30,16 +30,6 @@
 the text messages that normally get shown. Text messages are instead
 redirected to a log file for viewing after boot.
 
-%package system-plugin
-Summary:	Plymouth default plugin
-Group:		Base
-Requires:	plymouth(system-plugin) = %{version}-%{release}
-Provides:	rhgb = 1:10.0.0
-Obsoletes:	rhgb < 1:10.0.0
-
-%description system-plugin
-This metapackage tracks the current distribution default plugin.
-
 %package libs
 Summary:	Plymouth libraries
 Group:		Development/Libraries
@@ -87,62 +77,6 @@
 Namely, it adds hooks to show boot messages at the login screen in the
 event start-up services fail.
 
-%package plugin-label
-Summary:	Plymouth label plugin
-Group:		Base
-Requires:	%{name}-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-in
-Summary:	Plymouth "Fade-In" plugin
-Group:		Base
-Requires(post):	%{_sbindir}/plymouth-set-default-plugin
-Requires:	%{name}-libs = %{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-pulser
-Summary:	Plymouth "Pulser" plugin
-Group:		Base
-Requires(post):	%{_sbindir}/plymouth-set-default-plugin
-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 plugin-spinfinity
-Summary:	Plymouth "Spinfinity" plugin
-Group:		Base
-Requires(post):	%{_sbindir}/plymouth-set-default-plugin
-Requires:	%{name}-libs = %{version}-%{release}
-Requires:	plymouth-plugin-label
-
-%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.
-
-%package plugin-solar
-Summary:	Plymouth "Solar" plugin
-Group:		Base
-Requires(post):	%{_sbindir}/plymouth-set-default-plugin
-Requires:	%{name}-libs = %{version}-%{release}
-Requires:	plymouth-plugin-label
-Provides:	plymouth(system-plugin) = %{version}-%{release}
-
-%description plugin-solar
-This package contains the "Solar" boot splash plugin for Plymouth. It
-features a blue flamed sun with animated solar flares.
-
 %prep
 %setup -q
 
@@ -155,7 +89,6 @@
 	--enable-tracing \
 	--disable-tests \
 	--without-boot-entry \
-	--without-default-plugin \
 	--with-logo=%{_pixmapsdir}/plymouth-logo.png \
 	--with-background-start-color-stop=0x0073B3 \
 	--with-background-end-color-stop=0x00457E \
@@ -195,59 +128,29 @@
 %post libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
-%postun plugin-spinfinity
-export LIB=%{_lib}
-if [ $1 -eq 0 ]; then
-    if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "spinfinity" ]; then
-        %{_sbindir}/plymouth-set-default-plugin --reset
-    fi
-fi
-
-%postun plugin-fade-in
-export LIB=%{_lib}
-if [ $1 -eq 0 ]; then
-    if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "fade-in" ]; then
-        %{_sbindir}/plymouth-set-default-plugin --reset
-    fi
-fi
-
-%post plugin-solar
-export LIB=%{_lib}
-if [ $1 -eq 1 ]; then
-    %{_sbindir}/plymouth-set-default-plugin solar
-fi
-
-%postun plugin-solar
-export LIB=%{_lib}
-if [ $1 -eq 0 ]; then
-    if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "solar" ]; then
-        %{_sbindir}/plymouth-set-default-plugin text
-    fi
-fi
-
-%postun plugin-pulser
-export LIB=%{_lib}
-if [ $1 -eq 0 ]; then
-    if [ "$(%{_sbindir}/plymouth-set-default-plugin)" == "pulser" ]; then
-        %{_sbindir}/plymouth-set-default-plugin --reset
-    fi
-fi
-
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/rhgb-client
+%attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
 %dir %{_datadir}/plymouth
+%{_datadir}/plymouth/themes
 %dir %{_libexecdir}/plymouth
 %dir %{_localstatedir}/lib/plymouth
 %attr(755,root,root) %{plymouthdaemon_execdir}/plymouthd
 %attr(755,root,root) %{plymouthclient_execdir}/plymouth
 %attr(755,root,root) %{_bindir}/plymouth
 %{_libdir}/plymouth/details.so
+%{_libdir}/plymouth/fade-throbber.so
+%{_libdir}/plymouth/label.so
+%{_libdir}/plymouth/script.so
+%{_libdir}/plymouth/space-flares.so
 %{_libdir}/plymouth/text.so
+%{_libdir}/plymouth/throbgress.so
+%{_libdir}/plymouth/two-step.so
 %{_localstatedir}/run/plymouth
 %{_localstatedir}/spool/plymouth
 %{_pixmapsdir}/plymouth-logo.png
-#%ghost %{_localstatedir}/lib/plymouth/boot-duration
 
 %files devel
 %defattr(644,root,root,755)
@@ -264,7 +167,6 @@
 
 %files scripts
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/plymouth-set-default-plugin
 %{_libexecdir}/plymouth/plymouth-update-initrd
 %{_libexecdir}/plymouth/plymouth-populate-initrd
 
@@ -276,48 +178,16 @@
 %defattr(644,root,root,755)
 %{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
 
-%files plugin-label
-%defattr(644,root,root,755)
-%{_libdir}/plymouth/label.so
-
-%files plugin-fade-in
-%defattr(644,root,root,755)
-%dir %{_datadir}/plymouth/fade-in
-%{_datadir}/plymouth/fade-in/bullet.png
-%{_datadir}/plymouth/fade-in/entry.png
-%{_datadir}/plymouth/fade-in/lock.png
-%{_datadir}/plymouth/fade-in/star.png
-%{_libdir}/plymouth/fade-in.so
-
-%files plugin-pulser
-%defattr(644,root,root,755)
-%{_libdir}/plymouth/pulser.so
-
-%files plugin-spinfinity
-%defattr(644,root,root,755)
-%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
-
-%files plugin-solar
-%defattr(644,root,root,755)
-%dir %{_datadir}/plymouth/solar
-%{_datadir}/plymouth/solar/*.png
-%{_libdir}/plymouth/solar.so
-
-%files system-plugin
-%defattr(644,root,root,755)
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/08/20 12:03:56  patrys
+- 0.7
+- drop subpackages until it works
+
 Revision 1.6  2008/12/10 13:40:40  patrys
 - more fixes
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/plymouth/plymouth.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list