- Update to version 0.2.0

- Integrate more tightly with nash (pending nash changes)
- ship libs for out of tree splash plugins
- gradient support
- random bug fixes
This commit is contained in:
Ray Strode 2008-06-09 18:26:39 +00:00
parent a281aac02c
commit 203588787b
3 changed files with 42 additions and 6 deletions

View File

@ -1 +1 @@
plymouth-0.1.0.tar.bz2 plymouth-0.2.0.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Plymouth Graphical Boot Animation and Logger Summary: Plymouth Graphical Boot Animation and Logger
Name: plymouth Name: plymouth
Version: 0.1.0 Version: 0.2.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
@ -19,6 +19,25 @@ place of the text messages that normally get shown. Text
messages are instead redirected to a log file for viewing messages are instead redirected to a log file for viewing
after boot. after boot.
%package libs
Summary: Plymouth libraries
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
%description libs
This package contains the libply and libplybootsplash libraries
used by Plymouth.
%package devel
Summary: Libraries and headers for writing Plymouth splash plugins
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
%description devel
This package contains the libply and libplybootsplash libraries
and headers needed to develop 3rd party splash plugins for Plymouth.
%package plugin-fade-in %package plugin-fade-in
Summary: Plymouth "Fade-In" plugin Summary: Plymouth "Fade-In" plugin
Group: System Environment/Base Group: System Environment/Base
@ -59,8 +78,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \; find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \; find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
rm -f $RPM_BUILD_ROOT%{_libdir}/libply.so
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -73,13 +90,25 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/plymouth %dir %{_datadir}/plymouth
%{_libexecdir}/plymouth/plymouthd %{_libexecdir}/plymouth/plymouthd
%{_libexecdir}/plymouth/plymouth-update-initrd %{_libexecdir}/plymouth/plymouth-update-initrd
%{_libdir}/libply.so.* %{_libexecdir}/plymouth/plymouth-populate-initrd
%{_bindir}/plymouth %{_bindir}/plymouth
%{_bindir}/rhgb-client %{_bindir}/rhgb-client
%{_libdir}/plymouth/details.so %{_libdir}/plymouth/details.so
%{_libdir}/plymouth/text.so %{_libdir}/plymouth/text.so
%{_localstatedir}/run/plymouth %{_localstatedir}/run/plymouth
%files devel
%defattr(-, root, root)
%{_libdir}/libply.so
%{_libdir}/libplybootsplash.so
%{_libdir}/pkgconfig/plymouth-1.pc
%{_includedir}/plymouth-1
%files libs
%defattr(-, root, root)
%{_libdir}/libply.so.*
%{_libdir}/libplybootsplash.so.*
%files plugin-fade-in %files plugin-fade-in
%defattr(-, root, root) %defattr(-, root, root)
%dir %{_datadir}/plymouth/fade-in %dir %{_datadir}/plymouth/fade-in
@ -100,5 +129,12 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/plymouth/spinfinity.so %{_libdir}/plymouth/spinfinity.so
%changelog %changelog
* Mon Jun 9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
- Update to version 0.2.0
- Integrate more tightly with nash (pending nash changes)
- ship libs for out of tree splash plugins
- gradient support
- random bug fixes
* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1 * Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
- Initial import, version 0.1.0 - Initial import, version 0.1.0

View File

@ -1 +1 @@
878ce5787a27ebb7ce1099ad871e127f plymouth-0.1.0.tar.bz2 19b7cc5a3728b04136f9dbfb627ea32d plymouth-0.2.0.tar.bz2