From: Ray Strode Date: Wed, 11 Jun 2008 18:10:45 +0000 (-0400) Subject: more spec updates X-Git-Tag: 0.3.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8aad4fca96680a45fdbe1e71670f6d45fe66658;p=thirdparty%2Fplymouth.git more spec updates --- diff --git a/scripts/plymouth.spec b/scripts/plymouth.spec index 16ffc312..a9a310e4 100644 --- a/scripts/plymouth.spec +++ b/scripts/plymouth.spec @@ -61,7 +61,7 @@ spins in the shape of an infinity sign. %setup -q %build -%configure --enable-tracing --disable-tests --without-boot-entry +%configure --enable-tracing --disable-tests --without-boot-entry --without-default-plugin make @@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig +%preun +if [ $1 -eq 1 ]; then + %{_sbindir}/plymouth-set-default-plugin --reset +fi %post plugin-spinfinity if [ $1 -eq 1 ]; then @@ -99,6 +103,7 @@ if [ $1 -eq 0 ]; then %{_sbindir}/plymouth-set-default-plugin --reset fi + %files %defattr(-, root, root) %doc AUTHORS NEWS README @@ -106,6 +111,7 @@ fi %{_libexecdir}/plymouth/plymouthd %{_libexecdir}/plymouth/plymouth-update-initrd %{_libexecdir}/plymouth/plymouth-populate-initrd +%{_sbindir}/plymouth/plymouth-set-default-plugin %{_bindir}/plymouth %{_bindir}/rhgb-client %{_libdir}/plymouth/details.so