summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2010-01-13 14:27:46 -0500
committerRay Strode <rstrode@redhat.com>2010-01-13 16:47:09 -0500
commitcc85f639276da3e2420f13847b4a989149b9e87f (patch)
treed807694255213ee6d55f46789b5ce195c51ebb42 /scripts
parentba0e786c464f993b907d95a237f00c561166567d (diff)
[splash] Rename libplybootsplash to libply-splash-core
Splashes aren't just shown for "boot" so including "boot" in the name isn't right. Also, right now we link against libpng even if we don't have any splash that uses it. This is the first step toward making libpng only get linked to graphical splashes. We'll need to move the graphical bits to their own library to complete the process.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/plymouth.spec8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/plymouth.spec b/scripts/plymouth.spec
index fa9bb413..dd77f58e 100644
--- a/scripts/plymouth.spec
+++ b/scripts/plymouth.spec
@@ -20,7 +20,7 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description libs
-This package contains the libply and libplybootsplash libraries
+This package contains the libply and libply-splash-core libraries
used by Plymouth.
%package devel
@@ -30,7 +30,7 @@ Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
-This package contains the libply and libplybootsplash libraries
+This package contains the libply and libply-splash-core libraries
and headers needed to develop 3rd party splash plugins for Plymouth.
%package plugin-fade-in
@@ -131,14 +131,14 @@ fi
%files devel
%defattr(-, root, root)
%{_libdir}/libply.so
-%{_libdir}/libplybootsplash.so
+%{_libdir}/libply-splash-core.so
%{_libdir}/pkgconfig/plymouth-1.pc
%{_includedir}/plymouth-1
%files libs
%defattr(-, root, root)
%{_libdir}/libply.so.*
-%{_libdir}/libplybootsplash.so.*
+%{_libdir}/libply-splash-core.so.*
%files plugin-fade-in
%defattr(-, root, root)