rpms/plymouth/devel .cvsignore, 1.2, 1.3 plymouth.spec, 1.1, 1.2 sources, 1.2, 1.3

Ray Strode (rstrode) fedora-extras-commits at redhat.com
Mon Jun 9 18:27:17 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12104

Modified Files:
	.cvsignore plymouth.spec sources 
Log Message:
- 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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	31 May 2008 02:51:12 -0000	1.2
+++ .cvsignore	9 Jun 2008 18:26:39 -0000	1.3
@@ -1 +1 @@
-plymouth-0.1.0.tar.bz2
+plymouth-0.2.0.tar.bz2


Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plymouth.spec	31 May 2008 02:51:13 -0000	1.1
+++ plymouth.spec	9 Jun 2008 18:26:39 -0000	1.2
@@ -1,6 +1,6 @@
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
-Version: 0.1.0
+Version: 0.2.0
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -19,6 +19,25 @@
 messages are instead redirected to a log file for viewing
 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
 Summary: Plymouth "Fade-In" plugin
 Group: System Environment/Base
@@ -59,8 +78,6 @@
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
-rm -f $RPM_BUILD_ROOT%{_libdir}/libply.so
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,13 +90,25 @@
 %dir %{_datadir}/plymouth
 %{_libexecdir}/plymouth/plymouthd
 %{_libexecdir}/plymouth/plymouth-update-initrd
-%{_libdir}/libply.so.*
+%{_libexecdir}/plymouth/plymouth-populate-initrd
 %{_bindir}/plymouth
 %{_bindir}/rhgb-client
 %{_libdir}/plymouth/details.so
 %{_libdir}/plymouth/text.so
 %{_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
 %defattr(-, root, root)
 %dir %{_datadir}/plymouth/fade-in
@@ -100,5 +129,12 @@
 %{_libdir}/plymouth/spinfinity.so
 
 %changelog
+* Mon Jun  9 2008 Ray Strode <rstrode at 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 at redhat.com> - 0.1.0-1
 - Initial import, version 0.1.0


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	31 May 2008 02:51:13 -0000	1.2
+++ sources	9 Jun 2008 18:26:39 -0000	1.3
@@ -1 +1 @@
-878ce5787a27ebb7ce1099ad871e127f  plymouth-0.1.0.tar.bz2
+19b7cc5a3728b04136f9dbfb627ea32d  plymouth-0.2.0.tar.bz2




More information about the fedora-extras-commits mailing list