]> git.pld-linux.org Git - packages/plymouth.git/blobdiff - plymouth.spec
- release 4
[packages/plymouth.git] / plymouth.spec
index 1301ca8fe2615565a9ef258136092729ad8ce7af..936dc9b127c3e354ef7b282758a52bd713379a97 100644 (file)
-%define plymouthdaemon_execdir /sbin
-%define plymouthclient_execdir /bin
-%define plymouth_libdir /%{_lib}
-
+# TODO
+# - revisit subpackages
+# - fix: Requires: /bin/bash
+# - integrate with geninitrd
+# - pldize recent update
 Summary:       Graphical Boot Animation and Logger
+Summary(pl.UTF-8):     Graficzna animacja i logowanie startu systemu
 Name:          plymouth
-Version:       0.7.0
-Release:       0.1
+Version:       0.8.4
+Release:       4
 License:       GPL v2+
 Group:         Base
-Source0:       http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: f0b305c05129f3fd70de6583ed9cb9a4
+Source0:       http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
+# Source0-md5: 6f370cd69bd6d0c67657d243a99dc260
 Source1:       %{name}-logo.png
 # Source1-md5: 6b38a868585adfd3a96a4ad16973c1f8
-URL:           http://freedesktop.org/software/plymouth/releases
-BuildRequires: autoconf
-BuildRequires: automake
+Source2:       %{name}.tmpfiles
+Source3:       charge.%{name}
+Source4:       boot-duration
+Source5:       %{name}-set-default-plugin
+Source6:       %{name}-update-initrd
+Patch0:                check_for_consoles.patch
+Patch1:                text-colors.patch
+URL:           http://www.freedesktop.org/wiki/Software/Plymouth
+#BuildRequires:        autoconf >= 2.50
+#BuildRequires:        automake
 BuildRequires: cairo-devel
-BuildRequires: gtk+2-devel
-BuildRequires: libpng-devel
-BuildRequires: libtool
-BuildRequires: pango-devel >= 1.21.0
+BuildRequires: gtk+2-devel >= 2:2.12.0
+BuildRequires: libdrm-devel
+BuildRequires: libpng-devel >= 1.2.16
+#BuildRequires:        libtool >= 2:2.0
+BuildRequires: pango-devel >= 1:1.21.0
 BuildRequires: pkgconfig
-Requires(post):        %{name}-scripts
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      /etc/os-release
+Requires:      systemd-plymouth
+Obsoletes:     plymouth-gdm-hooks
+Obsoletes:     plymouth-utils
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                plymouthdaemon_execdir  /sbin
+%define                plymouthclient_execdir  /bin
+%define                plymouth_libdir         /%{_lib}
+
 %description
 Plymouth provides an attractive graphical boot animation in place of
 the text messages that normally get shown. Text messages are instead
 redirected to a log file for viewing after boot.
 
-%package libs
-Summary:       Plymouth libraries
-Group:         Development/Libraries
+%description -l pl.UTF-8
+Plymouth zapewnia atrakcyjną animację w trakcie startu systemu zamiast
+zwykle wyświetlanych komunikatów tekstowych. Komunikaty tekstowe
+zamiast tego są przekierowywane do logu, który można obejrzeć po
+uruchomieniu systemu.
+
+%package core-libs
+Summary:       Plymouth core libraries
+Summary(pl.UTF-8):     Podstawowe biblioteki Plymouth
+Group:         Libraries
+Conflicts:     plymouth-libs < 0.8.4-0.20120319.1
 
-%description libs
-This package contains the libply and libplybootsplash libraries used
+%description core-libs
+This package contains the libply and libply-splash-core libraries used
 by Plymouth.
 
+%description core-libs -l pl.UTF-8
+Ten pakiet zawiera biblioteki libply i libply-splash-core
+wykorzystywane przez Plymouth.
+
+%package graphics-libs
+Summary:       Plymouth graphics libraries
+Summary(pl.UTF-8):     Biblioteki graficzne Plymouth
+Group:         Development/Libraries
+Requires:      %{name}-core-libs = %{version}-%{release}
+Provides:      %{name}-graphics-libs = %{version}-%{release}
+Obsoletes:     plymouth-libs < %{version}-%{release}
+Conflicts:     plymouth-libs < 0.8.4-0.20120319.1
+
+%description graphics-libs
+This package contains the libply-splash-graphics library used by
+graphical Plymouth splashes.
+
+%description graphics-libs -l pl.UTF-8
+Ten pakiet zawiera bibliotekę libply-splash-graphics wykorzystywaną
+przez graficzne ekrany Plymouth.
+
 %package devel
-Summary:       Libraries and headers for writing Plymouth splash plugins
+Summary:       Header files for writing Plymouth splash plugins
+Summary(pl.UTF-8):     Pliki nagłówkowe do tworzenia wtyczek graficznych Plymouth
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
-Requires:      pkgconfig
+Requires:      %{name}-graphics-libs = %{version}-%{release}
 
 %description devel
-This package contains the libply and libplybootsplash libraries and
-headers needed to develop 3rd party splash plugins for Plymouth.
+This package contains the header files for libply and libplybootsplash
+libraries needed to develop 3rd party splash plugins for Plymouth.
 
-%package utils
-Summary:       Plymouth related utilities
-Group:         Applications/System
-Requires:      %{name} = %{version}-%{release}
-
-%description utils
-This package contains utilities that integrate with Plymouth including
-a boot log viewing application.
+%description devel -l pl.UTF-8
+Ten pakiet zawiera pliki nagłówkowe bibliotek libply i
+libplybootsplash, potrzebne do tworzenia wtyczek graficznych Plymouth.
 
 %package scripts
 Summary:       Plymouth related scripts
+Summary(pl.UTF-8):     Skrypty pomocnicze do Plymouth
 Group:         Applications/System
+Requires:      %{name} = %{version}-%{release}
+Requires:      coreutils
+Requires:      cpio
+#Requires:     dracut
+Requires:      findutils
+Requires:      gzip
 
 %description scripts
 This package contains scripts that help integrate Plymouth with the
 system.
 
-%package gdm-hooks
-Summary:       Plymouth GDM integration
-Group:         Applications/System
-Requires:      %{name} = %{version}-%{release}
-Requires:      gdm >= 1:2.22.0
-Requires:      plymouth-utils
+%description scripts -l pl.UTF-8
+Ten pakiet zawiera skrypty pomagające zintegrować Plymouth z systemem.
+
+%package plugin-fade-throbber
+Summary:       Plymouth "Fade-Throbber" plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth "Fade-Throbber"
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+
+%description plugin-fade-throbber
+This package contains the "Fade-Throbber" boot splash plugin for
+Plymouth. It features a centered image that fades in and out while
+other images pulsate around during system boot up.
+
+%description plugin-fade-throbber -l pl.UTF-8
+Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "Fade-Throbber".
+Cechuje się ona środkowym obrazkiem, który płynnie pojawia się i
+wygasa, podczas gdy inne obrazki pulsują w trakcie startu systemu.
+
+%package plugin-label
+Summary:       Plymouth label plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth z etykietami
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+
+%description plugin-label
+This package contains the label control plugin for Plymouth. It
+provides the ability to render text on graphical boot splashes using
+pango and cairo.
+
+%description plugin-label -l pl.UTF-8
+Ten pakiet zawiera wtyczkę Plymouth sterującą etykietami. Daje ona
+możliwość renderowania tekstu na graficznych ekranach startowych przy
+użyciu bibliotek pango i cairo.
+
+%package plugin-script
+Summary:       Plymouth "script" plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth "script"
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+
+%description plugin-script
+This package contains the "script" boot splash plugin for Plymouth. It
+features an extensible, scriptable boot splash language that
+simplifies the process of designing custom boot splash themes.
+
+%description plugin-script -l pl.UTF-8
+Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "script".
+Odznacza się ona rozszerzalnym, skryptowym językiem ekranu startowego,
+upraszczającym proces projektowania własnych motywów ekranów
+startowych.
+
+%package plugin-space-flares
+Summary:       Plymouth "space-flares" plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth "space-flares"
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+Requires:      %{name}-plugin-label = %{version}-%{release}
+
+%description plugin-space-flares
+This package contains the "space-flares" boot splash plugin for
+Plymouth. It features a corner image with animated flares.
+
+%description plugin-space-flares -l pl.UTF-8
+Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "space-flares".
+Odznacza się ona umieszczonym w rogu obrazkiem z animowanymi
+promieniami.
+
+%package plugin-two-step
+Summary:       Plymouth "two-step" plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth "two-step"
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+Requires:      %{name}-plugin-label = %{version}-%{release}
+
+%description plugin-two-step
+This package contains the "two-step" boot splash plugin for Plymouth.
+It features a two phased boot process that starts with a progressing
+animation synced to boot time and finishes with a short, fast one-shot
+animation.
+
+%description plugin-two-step -l pl.UTF-8
+Ten pakeit zawiera wtyczkę ekranu startowego Plymouth "two-step".
+Odznacza się ona dwuetapowym procesem startu, rozpoczynającym się
+postępującą animacją synchronizowaną z czasem uruchamiania, a kończy
+krótką, jednorazową animacją.
+
+%package plugin-throbgress
+Summary:       Plymouth "Throbgress" plugin
+Summary(pl.UTF-8):     Wtyczka Plymouth "Throbgress"
+Group:         Base
+Requires:      %{name}-graphics-libs = %{version}-%{release}
+Requires:      %{name}-plugin-label = %{version}-%{release}
+
+%description plugin-throbgress
+This package contains the "throbgress" boot splash plugin for
+Plymouth. It features a centered logo and animated spinner that spins
+repeatedly while a progress bar advances at the bottom of the screen.
+
+%description plugin-throbgress -l pl.UTF-8
+Ten pakiet zawiera wtyczkę ekranu startowego "Throbgress" do Plymouth.
+Cechuje się ona umieszczonym pośrodku logiem oraz animowanym kręcącym
+się kółkiem, podczas gdy pasek postępu przesuwa się na dole ekranu.
+
+%package system-theme
+Summary:       Plymouth default theme
+Summary(pl.UTF-8):     Domyślny motyw Plymouth
+Group:         Base
+Requires:      %{name}(system-theme) = %{version}-%{release}
+Provides:      %{name}-system-plugin = %{version}-%{release}
+Obsoletes:     plymouth-system-plugin < %{version}-%{release}
+
+%description system-theme
+This metapackage tracks the current distribution default theme.
+
+%description system-theme -l pl.UTF-8
+Ten metapakiet śledzi domyślny motyw dystrybucji.
+
+%package theme-charge
+Summary:       Plymouth "Charge" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Charge"
+Group:         Base
+Requires:      %{name}-plugin-two-step = %{version}-%{release}
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Provides:      %{name}(system-theme) = %{version}-%{release}
+
+%description theme-charge
+This package contains the "charge" boot splash theme for Plymouth. It
+features the shadowy hull of a Fedora logo charge up and and finally
+burst into full form.
+
+%description theme-charge -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Charge". Odznacza
+się on cieniowaną łupiną loga Fedory, która rośnie, a ostatecznie
+wybucha do pełnej postaci.
+
+%package theme-fade-in
+Summary:       Plymouth "Fade-In" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Fade in"
+Group:         Base
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-fade-throbber = %{version}-%{release}
+Obsoletes:     plymouth-plugin-fade-in
+
+%description theme-fade-in
+This package contains the "Fade-In" boot splash theme for Plymouth. It
+features a centered logo that fades in and out while stars twinkle
+around the logo during system boot up.
+
+%description theme-fade-in -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Fade-In".
+Odznacza się on umieszczonym pośrodku logiem, które w trakcie startu
+systemu płynnie pojawia się i wygasa, podczas gdy wokół loga migoczą
+gwiazdy.
+
+%package theme-script
+Summary:       Plymouth "Script" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Script"
+Group:         Base
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-script = %{version}-%{release}
+
+%description theme-script
+This package contains the "script" boot splash theme for Plymouth. It
+it is a simple example theme the uses the "script" plugin.
+
+%description theme-script -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Script". Jest to
+prosty przykład wykorzystujący wtyczkę "script".
+
+%package theme-solar
+Summary:       Plymouth "Solar" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Solar"
+Group:         Base
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-space-flares = %{version}-%{release}
+Obsoletes:     plymouth-plugin-solar
+
+%description theme-solar
+This package contains the "Solar" boot splash theme for Plymouth. It
+features a blue flamed sun with animated solar flares.
 
-%description gdm-hooks
-This package contains support files for integrating Plymouth with GDM
-Namely, it adds hooks to show boot messages at the login screen in the
-event start-up services fail.
+%description theme-solar -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Solar". Odznacza
+się on słońcem w niebieskich płomieniach z animowanymi promieniami
+słonecznymi.
+
+%package theme-spinfinity
+Summary:       Plymouth "Spinfinity" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Spinfinity"
+Group:         Base
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-throbgress = %{version}-%{release}
+Obsoletes:     plymouth-plugin-spinfinity
+
+%description theme-spinfinity
+This package contains the "Spinfinity" boot splash theme for Plymouth.
+It features a centered logo and animated spinner that spins in the
+shape of an infinity sign.
+
+%description theme-spinfinity -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinfinity".
+Odznacza się on umieszczonym pośrodku logiem i animowanym kółkiem
+kręcącym się po kształcie znaku nieskończoności.
+
+%package theme-spinner
+Summary:       Plymouth "Spinner" theme
+Summary(pl.UTF-8):     Motyw Plymouth "Spinner"
+Group:         Base
+Requires(post):        %{name}-scripts = %{version}-%{release}
+Requires:      %{name}-plugin-two-step = %{version}-%{release}
+
+%description theme-spinner
+This package contains the "spinner" boot splash theme for Plymouth. It
+features a small spinner on a dark background.
+
+%description theme-spinner -l pl.UTF-8
+Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinner".
+Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
 
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
+
+# Change the default theme
+sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
 
 %build
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-%{__automake}
 %configure \
-       --enable-tracing \
+       --disable-silent-rules \
+       --disable-static \
        --disable-tests \
-       --without-boot-entry \
+       --disable-gdm-transition \
+       --enable-systemd-integration \
+       --enable-tracing \
+       --without-rhgb-compat-link \
+       --with-background-start-color-stop=0x009431 \
+       --with-background-end-color-stop=0x006300 \
+       --with-background-color=0x00c663 \
        --with-logo=%{_pixmapsdir}/plymouth-logo.png \
-       --with-background-start-color-stop=0x0073B3 \
-       --with-background-end-color-stop=0x00457E \
-       --with-background-color=0x3391cd \
-       --enable-gdm-transition \
+       --with-release-file=/etc/os-release \
        --with-system-root-install
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{systemdtmpfilesdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
-find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
+install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
+cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
+> $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth/boot-duration
+
+# FC: Add charge, our new default
+install -d $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+cp %{SOURCE3} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
+
+# FC: Drop glow, it's not very Fedora-y
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
+
+# FC: Override plymouth-update-initrd to work dracut or mkinitrd
+cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/plymouth/plymouth-update-initrd
+
+# FC: Add compat script for upgrades
+install -p %{SOURCE5} $RPM_BUILD_ROOT%{_sbindir}
+
+%{__rm} $RPM_BUILD_ROOT{%{plymouth_libdir},%{_libdir}}/*.la \
+       $RPM_BUILD_ROOT%{_libdir}/plymouth/*.la \
+       $RPM_BUILD_ROOT%{_libdir}/plymouth/renderers/*.la
 
 # Temporary symlink until rc.sysinit is fixed
-(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
+ln -sf /bin/plymouth $RPM_BUILD_ROOT%{_bindir}/plymouth
 
 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
-install -d $RPM_BUILD_ROOT%{_pixmapsdir}
-install %SOURCE1 $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
+
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post
-[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
-
 %postun
 if [ $1 -eq 0 ]; then
-    rm -f %{_libdir}/plymouth/default.so
+       rm -f %{_libdir}/plymouth/default.so
 fi
 
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post  core-libs -p /sbin/ldconfig
+%postun        core-libs -p /sbin/ldconfig
+%post  graphics-libs -p /sbin/ldconfig
+%postun        graphics-libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README
-%attr(755,root,root) %{_bindir}/rhgb-client
-%attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
-%dir %{_datadir}/plymouth
-%{_datadir}/plymouth/themes
-%dir %{_libexecdir}/plymouth
-%dir %{_localstatedir}/lib/plymouth
+%doc AUTHORS README TODO
+%attr(755,root,root) %{_bindir}/plymouth
+%dir %{_sysconfdir}/plymouth
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plymouth/plymouthd.conf
+%{_mandir}/man8/plymouth.8*
 %attr(755,root,root) %{plymouthdaemon_execdir}/plymouthd
 %attr(755,root,root) %{plymouthclient_execdir}/plymouth
-%attr(755,root,root) %{_bindir}/plymouth
-%{_libdir}/plymouth/details.so
-%{_libdir}/plymouth/fade-throbber.so
-%{_libdir}/plymouth/label.so
-%{_libdir}/plymouth/script.so
-%{_libdir}/plymouth/space-flares.so
-%{_libdir}/plymouth/text.so
-%{_libdir}/plymouth/throbgress.so
-%{_libdir}/plymouth/two-step.so
+%attr(755,root,root) %{_libdir}/plymouth/details.so
+%attr(755,root,root) %{_libdir}/plymouth/text.so
+%attr(755,root,root) %{_libdir}/plymouth/renderers/drm.so
+%attr(755,root,root) %{_libdir}/plymouth/renderers/frame-buffer.so
+%dir %{_datadir}/plymouth
+%dir %{_datadir}/plymouth/themes
+%dir %{_datadir}/plymouth/themes/details
+%dir %{_datadir}/plymouth/themes/text
+%{_datadir}/plymouth/plymouthd.defaults
+%{_datadir}/plymouth/default-boot-duration
+%{_datadir}/plymouth/themes/details/details.plymouth
+%{_datadir}/plymouth/themes/text/text.plymouth
+%{_pixmapsdir}/plymouth-logo.png
+%{systemdtmpfilesdir}/%{name}.conf
+%dir %{_localstatedir}/lib/plymouth
+%ghost %{_localstatedir}/lib/plymouth/boot-duration
 %{_localstatedir}/run/plymouth
 %{_localstatedir}/spool/plymouth
-%{_pixmapsdir}/plymouth-logo.png
+
+%files core-libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{plymouth_libdir}/libply.so.*.*.*
+%attr(755,root,root) %ghost %{plymouth_libdir}/libply.so.2
+%attr(755,root,root) %{plymouth_libdir}/libply-splash-core.so.*.*.*
+%attr(755,root,root) %ghost %{plymouth_libdir}/libply-splash-core.so.2
+%attr(755,root,root) %{_libdir}/libply-boot-client.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libply-boot-client.so.2
+%dir %{_libdir}/plymouth
+%dir %{_libdir}/plymouth/renderers
+
+%files graphics-libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libply-splash-graphics.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libply-splash-graphics.so.2
+%attr(755,root,root) %{_libdir}/plymouth/renderers/x11.so
 
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{plymouth_libdir}/libply.so
-%{_libdir}/libplybootsplash.so
-%{_pkgconfigdir}/plymouth-1.pc
+%attr(755,root,root) %{plymouth_libdir}/libply-splash-core.so
+%attr(755,root,root) %{_libdir}/libply-boot-client.so
+%attr(755,root,root) %{_libdir}/libply-splash-graphics.so
 %{_includedir}/plymouth-1
+%{_pkgconfigdir}/ply-boot-client.pc
+%{_pkgconfigdir}/ply-splash-core.pc
+%{_pkgconfigdir}/ply-splash-graphics.pc
 
-%files libs
+%files scripts
 %defattr(644,root,root,755)
-%attr(755,root,root) %{plymouth_libdir}/libply.so.*
-%attr(755,root,root) %{_libdir}/libplybootsplash.so.*
-%dir %{_libdir}/plymouth
+%attr(755,root,root) %{_sbindir}/plymouth-set-default-plugin
+%attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-generate-initrd
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-populate-initrd
+%attr(755,root,root) %{_libdir}/plymouth/plymouth-update-initrd
 
-%files scripts
+%files plugin-fade-throbber
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/fade-throbber.so
+
+%files plugin-label
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/label.so
+
+%files plugin-script
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/script.so
+
+%files plugin-space-flares
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/space-flares.so
+
+%files plugin-throbgress
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/throbgress.so
+
+%files plugin-two-step
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/plymouth/two-step.so
+
+%files system-theme
+%defattr(644,root,root,755)
+
+%files theme-charge
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/charge
+%{_datadir}/plymouth/themes/charge/*.png
+%{_datadir}/plymouth/themes/charge/charge.plymouth
+
+%files theme-fade-in
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/fade-in
+%{_datadir}/plymouth/themes/fade-in/bullet.png
+%{_datadir}/plymouth/themes/fade-in/entry.png
+%{_datadir}/plymouth/themes/fade-in/lock.png
+%{_datadir}/plymouth/themes/fade-in/star.png
+%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
+
+%files theme-spinner
+%defattr(644,root,root,755)
+%dir %{_datadir}/plymouth/themes/spinner
+%{_datadir}/plymouth/themes/spinner/*.png
+%{_datadir}/plymouth/themes/spinner/spinner.plymouth
+
+%files theme-spinfinity
 %defattr(644,root,root,755)
-%{_libexecdir}/plymouth/plymouth-update-initrd
-%{_libexecdir}/plymouth/plymouth-populate-initrd
+%dir %{_datadir}/plymouth/themes/spinfinity
+%{_datadir}/plymouth/themes/spinfinity/box.png
+%{_datadir}/plymouth/themes/spinfinity/bullet.png
+%{_datadir}/plymouth/themes/spinfinity/entry.png
+%{_datadir}/plymouth/themes/spinfinity/lock.png
+%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
+%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
 
-%files utils
+%files theme-solar
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/plymouth-log-viewer
+%dir %{_datadir}/plymouth/themes/solar
+%{_datadir}/plymouth/themes/solar/*.png
+%{_datadir}/plymouth/themes/solar/solar.plymouth
 
-%files gdm-hooks
+%files theme-script
 %defattr(644,root,root,755)
-%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
+%dir %{_datadir}/plymouth/themes/script
+%{_datadir}/plymouth/themes/script/*.png
+%{_datadir}/plymouth/themes/script/script.script
+%{_datadir}/plymouth/themes/script/script.plymouth
This page took 0.046564 seconds and 4 git commands to generate.