diff --git a/plymouth.changes b/plymouth.changes index 6acb603..879ec4e 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri May 11 19:56:24 UTC 2012 - nmo.marques@gmail.com + +- Split x11 renderer into his own package; the x11 renderer allows + users to test plymouth themes; having it available on the devel + package will force people who just want to test a theme to + install a lot of unwanted dependencies. Being on it's own package + without explicit dependencies provides extra functionality to + users who want to test themes without having to rebuild initrd + and rebooting for testing. +- bnc#761403 + ------------------------------------------------------------------- Sat Apr 28 07:00:56 UTC 2012 - tittiatcoke@gmail.com diff --git a/plymouth.spec b/plymouth.spec index daa6fd7..9b00433 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -102,6 +102,7 @@ This package contains the libply library used by Plymouth. Summary: Libraries and headers for writing Plymouth splash plugins Group: Development/Libraries/C and C++ Requires: %{name} = %{version} +Requires: %{name}-x11-renderer = %{version} Requires: libply-boot-client2 = %{version} Requires: libply-splash-core2 = %{version} Requires: libply-splash-graphics2 = %{version} @@ -122,6 +123,15 @@ Requires: %{name} = %{version} This package contains utilities that integrate with Plymouth including a boot log viewing application. +%package x11-renderer +Summary: Plymouth X11 renderer +Group: System/Base +Requires: %{name} = %{version} + +%description x11-renderer +This package provides the X11 renderer which allows to test plymouth +behavior on environments with a valid DISPLAY. + %package scripts Summary: Plymouth related scripts Group: System/Base @@ -521,7 +531,6 @@ fi %{_libdir}/pkgconfig/ply-splash-core.pc %{_libdir}/pkgconfig/ply-splash-graphics.pc %{_libdir}/pkgconfig/ply-boot-client.pc -%{_libdir}/plymouth/renderers/x11* %{_includedir}/plymouth-1 %files -n libply-boot-client2 @@ -551,6 +560,10 @@ fi %defattr(-, root, root) %{_bindir}/plymouth-log-viewer +%files x11-renderer +%defattr(-,root,root,-) +%{_libdir}/plymouth/renderers/x11* + %files plugin-label %defattr(-, root, root) %{_libdir}/plymouth/label.so