rpms/plymouth/devel plymouth.spec,1.59,1.60 sources,1.24,1.25

Ray Strode rstrode at fedoraproject.org
Mon Oct 6 19:23:05 UTC 2008


Author: rstrode

Update of /cvs/pkgs/rpms/plymouth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12306

Modified Files:
	plymouth.spec sources 
Log Message:
- Add "Solar" plugin from Charles Brej
- Move things around so computers with separate /usr boot
  (hopefully this won't break things, but it probably will)
- Make GDM show up on vt1 for all plugins



Index: plymouth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/plymouth.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- plymouth.spec	30 Sep 2008 17:20:20 -0000	1.59
+++ plymouth.spec	6 Oct 2008 19:22:34 -0000	1.60
@@ -1,7 +1,11 @@
+%define plymouthdaemon_execdir /sbin
+%define plymouthclient_execdir /bin
+%define plymouth_libdir /%{_lib}
+
 Summary: Plymouth Graphical Boot Animation and Logger
 Name: plymouth
 Version: 0.6.0
-Release: 0.2008.09.25.2%{?dist}
+Release: 0.2008.10.06.1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -112,6 +116,19 @@
 Plymouth. It features a centered logo and animated spinner that
 spins in the shape of an infinity sign.
 
+%package plugin-solar
+Summary: Plymouth "Solar" plugin
+Group: System Environment/Base
+Requires: %{name} = %{version}-%{release}
+Requires: plymouth-plugin-label
+Requires(post): %{name}
+BuildRequires: libpng-devel
+Provides: system-plymouth-plugin = %{version}-%{release}
+
+%description plugin-solar
+This package contains the "Solar" boot splash plugin for
+Plymouth. It features a blue flamed sun with animated solar flares.
+
 %prep
 %setup -q
 
@@ -122,7 +139,9 @@
            --with-background-start-color-stop=0x0073B3           \
            --with-background-end-color-stop=0x00457E             \
            --with-background-color=0x3391cd                      \
-           --enable-gdm-transition
+           --enable-gdm-transition                               \
+           --with-system-root-install                            \
+           --with-rhgb-compat-link
 
 make
 
@@ -134,6 +153,9 @@
 find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
 
+# Temporary symlink until rc.sysinit is fixed
+(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -180,7 +202,8 @@
 %dir %{_datadir}/plymouth
 %dir %{_libexecdir}/plymouth
 %dir %{_libdir}/plymouth
-%{_libexecdir}/plymouth/plymouthd
+%{plymouthdaemon_execdir}/plymouthd
+%{plymouthclient_execdir}/plymouth
 %{_libexecdir}/plymouth/plymouth-update-initrd
 %{_libexecdir}/plymouth/plymouth-populate-initrd
 %{_sbindir}/plymouth-set-default-plugin
@@ -194,14 +217,14 @@
 
 %files devel
 %defattr(-, root, root)
-%{_libdir}/libply.so
+%{plymouth_libdir}/libply.so
 %{_libdir}/libplybootsplash.so
 %{_libdir}/pkgconfig/plymouth-1.pc
 %{_includedir}/plymouth-1
 
 %files libs
 %defattr(-, root, root)
-%{_libdir}/libply.so.*
+%{plymouth_libdir}/libply.so.*
 %{_libdir}/libplybootsplash.so.*
 
 %files utils
@@ -239,7 +262,26 @@
 %{_datadir}/plymouth/spinfinity/throbber-[0-3][0-9].png
 %{_libdir}/plymouth/spinfinity.so
 
+%files plugin-solar
+%defattr(-, root, root)
+%dir %{_datadir}/plymouth/solar
+%{_datadir}/plymouth/solar/background.png
+%{_datadir}/plymouth/solar/box.png
+%{_datadir}/plymouth/solar/bullet.png
+%{_datadir}/plymouth/solar/comet1.png
+%{_datadir}/plymouth/solar/entry.png
+%{_datadir}/plymouth/solar/lock.png
+%{_datadir}/plymouth/solar/planet[1-5].png
+%{_datadir}/plymouth/solar/star.png
+%{_libdir}/plymouth/solar.so
+
 %changelog
+* Mon Oct 06 2008 Ray Strode <rstrode at redhat.com> 0.5.0-0.2008.10.06.1
+- Add "Solar" plugin from Charles Brej
+- Move things around so computers with separate /usr boot
+  (hopefully this won't break things, but it probably will)
+- Make GDM show up on vt1 for all plugins
+
 * Tue Sep 30 2008 Jeremy Katz <katzj at redhat.com> 0.5.0-0.2008.09.25.2
 - Remove mkinitrd requires to break the dep loop and ensure things
   get installed in the right order


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plymouth/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	25 Sep 2008 21:57:28 -0000	1.24
+++ sources	6 Oct 2008 19:22:34 -0000	1.25
@@ -1 +1 @@
-990bb4a0d7fb09e64e6f2bd940e90508  plymouth-0.6.0.tar.bz2
+852a079c5d6e70deeb86feb9dcec8cf0  plymouth-0.6.0.tar.bz2




More information about the scm-commits mailing list