]> git.pld-linux.org Git - packages/plymouth.git/blob - plymouth.spec
- added git patch to update the package to current state
[packages/plymouth.git] / plymouth.spec
1 # TODO
2 # - integrate with geninitrd
3 # - pldize recent update (r1.18)
4 #
5 # Conditional build:
6 %bcond_without  drm             # disable building with DRM renderer support
7
8 Summary:        Graphical Boot Animation and Logger
9 Summary(pl.UTF-8):      Graficzna animacja i logowanie startu systemu
10 Name:           plymouth
11 Version:        0.8.8
12 Release:        9
13 License:        GPL v2+
14 Group:          Base
15 Source0:        http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
16 # Source0-md5:  38f5e613e5ab17806b950cee2d0d0d4e
17 Source1:        %{name}-logo.png
18 # Source1-md5:  6b38a868585adfd3a96a4ad16973c1f8
19 Source2:        %{name}.tmpfiles
20 Source4:        boot-duration
21 Source6:        %{name}-update-initrd
22 Patch0:         text-colors.patch
23 Patch1:         %{name}-restore-suspend.patch
24 Patch100:       %{name}-git.patch
25 URL:            http://www.freedesktop.org/wiki/Software/Plymouth
26 BuildRequires:  cairo-devel
27 BuildRequires:  gtk+2-devel >= 2:2.12.0
28 BuildRequires:  xorg-lib-libpciaccess-devel
29 %{?with_drm:BuildRequires:      libdrm-devel}
30 BuildRequires:  libpng-devel >= 2:1.2.16
31 BuildRequires:  pango-devel >= 1:1.21.0
32 BuildRequires:  pkgconfig
33 BuildRequires:  udev-devel
34 Requires:       %{name}-graphics-libs = %{version}-%{release}
35 Requires(post): %{name}-scripts = %{version}-%{release}
36 Requires:       /etc/os-release
37 Requires:       systemd-units
38 Obsoletes:      plymouth-gdm-hooks
39 Obsoletes:      plymouth-utils
40 Obsoletes:      systemd-plymouth
41 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
42
43 %description
44 Plymouth provides an attractive graphical boot animation in place of
45 the text messages that normally get shown. Text messages are instead
46 redirected to a log file for viewing after boot.
47
48 %description -l pl.UTF-8
49 Plymouth zapewnia atrakcyjną animację w trakcie startu systemu zamiast
50 zwykle wyświetlanych komunikatów tekstowych. Komunikaty tekstowe
51 zamiast tego są przekierowywane do logu, który można obejrzeć po
52 uruchomieniu systemu.
53
54 %package core-libs
55 Summary:        Plymouth core libraries
56 Summary(pl.UTF-8):      Podstawowe biblioteki Plymouth
57 Group:          Libraries
58 Conflicts:      plymouth-libs < 0.8.4-0.20120319.1
59
60 %description core-libs
61 This package contains the libply and libply-splash-core libraries used
62 by Plymouth.
63
64 %description core-libs -l pl.UTF-8
65 Ten pakiet zawiera biblioteki libply i libply-splash-core
66 wykorzystywane przez Plymouth.
67
68 %package graphics-libs
69 Summary:        Plymouth graphics libraries
70 Summary(pl.UTF-8):      Biblioteki graficzne Plymouth
71 Group:          Development/Libraries
72 Requires:       %{name}-core-libs = %{version}-%{release}
73 Provides:       %{name}-graphics-libs = %{version}-%{release}
74 Obsoletes:      plymouth-libs < %{version}-%{release}
75 Conflicts:      plymouth-libs < 0.8.4-0.20120319.1
76
77 %description graphics-libs
78 This package contains the libply-splash-graphics library used by
79 graphical Plymouth splashes.
80
81 %description graphics-libs -l pl.UTF-8
82 Ten pakiet zawiera bibliotekę libply-splash-graphics wykorzystywaną
83 przez graficzne ekrany Plymouth.
84
85 %package devel
86 Summary:        Header files for writing Plymouth splash plugins
87 Summary(pl.UTF-8):      Pliki nagłówkowe do tworzenia wtyczek graficznych Plymouth
88 Group:          Development/Libraries
89 Requires:       %{name}-graphics-libs = %{version}-%{release}
90
91 %description devel
92 This package contains the header files for libply and libplybootsplash
93 libraries needed to develop 3rd party splash plugins for Plymouth.
94
95 %description devel -l pl.UTF-8
96 Ten pakiet zawiera pliki nagłówkowe bibliotek libply i
97 libplybootsplash, potrzebne do tworzenia wtyczek graficznych Plymouth.
98
99 %package static
100 Summary:        Static libraries for writing Plymouth splash plugins
101 Summary(pl.UTF-8):      Statyczne biblioteki do tworzenia wtyczek graficznych Plymouth
102 Group:          Development/Libraries
103 Requires:       %{name}-devel = %{version}-%{release}
104
105 %description static
106 This package contains the static libraries used to develop 3rd party
107 splash plugins for Plymouth.
108
109 %description static -l pl.UTF-8
110 Ten pakiet zawiera statyczne biblioteki, przydatne do tworzenia
111 wtyczek graficznych Plymouth.
112
113 %package scripts
114 Summary:        Plymouth related scripts
115 Summary(pl.UTF-8):      Skrypty pomocnicze do Plymouth
116 Group:          Applications/System
117 Requires:       %{name} = %{version}-%{release}
118 Requires:       coreutils
119 Requires:       cpio
120 #Requires:      dracut
121 Requires:       findutils
122 Requires:       gzip
123
124 %description scripts
125 This package contains scripts that help integrate Plymouth with the
126 system.
127
128 %description scripts -l pl.UTF-8
129 Ten pakiet zawiera skrypty pomagające zintegrować Plymouth z systemem.
130
131 %package plugin-fade-throbber
132 Summary:        Plymouth "Fade-Throbber" plugin
133 Summary(pl.UTF-8):      Wtyczka Plymouth "Fade-Throbber"
134 Group:          Base
135 Requires:       %{name}-graphics-libs = %{version}-%{release}
136
137 %description plugin-fade-throbber
138 This package contains the "Fade-Throbber" boot splash plugin for
139 Plymouth. It features a centered image that fades in and out while
140 other images pulsate around during system boot up.
141
142 %description plugin-fade-throbber -l pl.UTF-8
143 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "Fade-Throbber".
144 Cechuje się ona środkowym obrazkiem, który płynnie pojawia się i
145 wygasa, podczas gdy inne obrazki pulsują w trakcie startu systemu.
146
147 %package plugin-label
148 Summary:        Plymouth label plugin
149 Summary(pl.UTF-8):      Wtyczka Plymouth z etykietami
150 Group:          Base
151 Requires:       %{name}-graphics-libs = %{version}-%{release}
152
153 %description plugin-label
154 This package contains the label control plugin for Plymouth. It
155 provides the ability to render text on graphical boot splashes using
156 pango and cairo.
157
158 %description plugin-label -l pl.UTF-8
159 Ten pakiet zawiera wtyczkę Plymouth sterującą etykietami. Daje ona
160 możliwość renderowania tekstu na graficznych ekranach startowych przy
161 użyciu bibliotek pango i cairo.
162
163 %package plugin-script
164 Summary:        Plymouth "script" plugin
165 Summary(pl.UTF-8):      Wtyczka Plymouth "script"
166 Group:          Base
167 Requires:       %{name}-graphics-libs = %{version}-%{release}
168
169 %description plugin-script
170 This package contains the "script" boot splash plugin for Plymouth. It
171 features an extensible, scriptable boot splash language that
172 simplifies the process of designing custom boot splash themes.
173
174 %description plugin-script -l pl.UTF-8
175 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "script".
176 Odznacza się ona rozszerzalnym, skryptowym językiem ekranu startowego,
177 upraszczającym proces projektowania własnych motywów ekranów
178 startowych.
179
180 %package plugin-space-flares
181 Summary:        Plymouth "space-flares" plugin
182 Summary(pl.UTF-8):      Wtyczka Plymouth "space-flares"
183 Group:          Base
184 Requires:       %{name}-graphics-libs = %{version}-%{release}
185 Requires:       %{name}-plugin-label = %{version}-%{release}
186
187 %description plugin-space-flares
188 This package contains the "space-flares" boot splash plugin for
189 Plymouth. It features a corner image with animated flares.
190
191 %description plugin-space-flares -l pl.UTF-8
192 Ten pakiet zawiera wtyczkę ekranu startowego Plymouth "space-flares".
193 Odznacza się ona umieszczonym w rogu obrazkiem z animowanymi
194 promieniami.
195
196 %package plugin-two-step
197 Summary:        Plymouth "two-step" plugin
198 Summary(pl.UTF-8):      Wtyczka Plymouth "two-step"
199 Group:          Base
200 Requires:       %{name}-graphics-libs = %{version}-%{release}
201 Requires:       %{name}-plugin-label = %{version}-%{release}
202
203 %description plugin-two-step
204 This package contains the "two-step" boot splash plugin for Plymouth.
205 It features a two phased boot process that starts with a progressing
206 animation synced to boot time and finishes with a short, fast one-shot
207 animation.
208
209 %description plugin-two-step -l pl.UTF-8
210 Ten pakeit zawiera wtyczkę ekranu startowego Plymouth "two-step".
211 Odznacza się ona dwuetapowym procesem startu, rozpoczynającym się
212 postępującą animacją synchronizowaną z czasem uruchamiania, a kończy
213 krótką, jednorazową animacją.
214
215 %package plugin-throbgress
216 Summary:        Plymouth "Throbgress" plugin
217 Summary(pl.UTF-8):      Wtyczka Plymouth "Throbgress"
218 Group:          Base
219 Requires:       %{name}-graphics-libs = %{version}-%{release}
220 Requires:       %{name}-plugin-label = %{version}-%{release}
221
222 %description plugin-throbgress
223 This package contains the "throbgress" boot splash plugin for
224 Plymouth. It features a centered logo and animated spinner that spins
225 repeatedly while a progress bar advances at the bottom of the screen.
226
227 %description plugin-throbgress -l pl.UTF-8
228 Ten pakiet zawiera wtyczkę ekranu startowego "Throbgress" do Plymouth.
229 Cechuje się ona umieszczonym pośrodku logiem oraz animowanym kręcącym
230 się kółkiem, podczas gdy pasek postępu przesuwa się na dole ekranu.
231
232 %package system-theme
233 Summary:        Plymouth default theme
234 Summary(pl.UTF-8):      Domyślny motyw Plymouth
235 Group:          Base
236 Requires:       %{name}(system-theme) = %{version}-%{release}
237 Provides:       %{name}-system-plugin = %{version}-%{release}
238 Obsoletes:      plymouth-system-plugin < %{version}-%{release}
239
240 %description system-theme
241 This metapackage tracks the current distribution default theme.
242
243 %description system-theme -l pl.UTF-8
244 Ten metapakiet śledzi domyślny motyw dystrybucji.
245
246 %package theme-glow
247 Summary:        Plymouth "Glow" theme
248 Summary(pl.UTF-8):      Motyw Plymouth "Glow"
249 Group:          Base
250 Requires:       %{name}-plugin-two-step = %{version}-%{release}
251 Requires(post): %{name}-scripts = %{version}-%{release}
252 Provides:       %{name}(system-theme) = %{version}-%{release}
253 Obsoletes:      plymouth-theme-charge
254
255 %description theme-glow
256 This package contains the "Glow" boot splash theme for Plymouth.
257 Corporate theme with pie chart boot progress followed by a glowing
258 emerging logo.
259
260 %description theme-glow -l pl.UTF-8
261 Ten pakiet zawiera motyw ekranu startowego Plymouth "Glow".
262
263 %package theme-fade-in
264 Summary:        Plymouth "Fade-In" theme
265 Summary(pl.UTF-8):      Motyw Plymouth "Fade in"
266 Group:          Base
267 Requires(post): %{name}-scripts = %{version}-%{release}
268 Requires:       %{name}-plugin-fade-throbber = %{version}-%{release}
269 Obsoletes:      plymouth-plugin-fade-in
270
271 %description theme-fade-in
272 This package contains the "Fade-In" boot splash theme for Plymouth. It
273 features a centered logo that fades in and out while stars twinkle
274 around the logo during system boot up.
275
276 %description theme-fade-in -l pl.UTF-8
277 Ten pakiet zawiera motyw ekranu startowego Plymouth "Fade-In".
278 Odznacza się on umieszczonym pośrodku logiem, które w trakcie startu
279 systemu płynnie pojawia się i wygasa, podczas gdy wokół loga migoczą
280 gwiazdy.
281
282 %package theme-script
283 Summary:        Plymouth "Script" theme
284 Summary(pl.UTF-8):      Motyw Plymouth "Script"
285 Group:          Base
286 Requires(post): %{name}-scripts = %{version}-%{release}
287 Requires:       %{name}-plugin-script = %{version}-%{release}
288
289 %description theme-script
290 This package contains the "script" boot splash theme for Plymouth. It
291 it is a simple example theme the uses the "script" plugin.
292
293 %description theme-script -l pl.UTF-8
294 Ten pakiet zawiera motyw ekranu startowego Plymouth "Script". Jest to
295 prosty przykład wykorzystujący wtyczkę "script".
296
297 %package theme-solar
298 Summary:        Plymouth "Solar" theme
299 Summary(pl.UTF-8):      Motyw Plymouth "Solar"
300 Group:          Base
301 Requires(post): %{name}-scripts = %{version}-%{release}
302 Requires:       %{name}-plugin-space-flares = %{version}-%{release}
303 Obsoletes:      plymouth-plugin-solar
304
305 %description theme-solar
306 This package contains the "Solar" boot splash theme for Plymouth. It
307 features a blue flamed sun with animated solar flares.
308
309 %description theme-solar -l pl.UTF-8
310 Ten pakiet zawiera motyw ekranu startowego Plymouth "Solar". Odznacza
311 się on słońcem w niebieskich płomieniach z animowanymi promieniami
312 słonecznymi.
313
314 %package theme-spinfinity
315 Summary:        Plymouth "Spinfinity" theme
316 Summary(pl.UTF-8):      Motyw Plymouth "Spinfinity"
317 Group:          Base
318 Requires(post): %{name}-scripts = %{version}-%{release}
319 Requires:       %{name}-plugin-throbgress = %{version}-%{release}
320 Obsoletes:      plymouth-plugin-spinfinity
321
322 %description theme-spinfinity
323 This package contains the "Spinfinity" boot splash theme for Plymouth.
324 It features a centered logo and animated spinner that spins in the
325 shape of an infinity sign.
326
327 %description theme-spinfinity -l pl.UTF-8
328 Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinfinity".
329 Odznacza się on umieszczonym pośrodku logiem i animowanym kółkiem
330 kręcącym się po kształcie znaku nieskończoności.
331
332 %package theme-spinner
333 Summary:        Plymouth "Spinner" theme
334 Summary(pl.UTF-8):      Motyw Plymouth "Spinner"
335 Group:          Base
336 Requires(post): %{name}-scripts = %{version}-%{release}
337 Requires:       %{name}-plugin-two-step = %{version}-%{release}
338
339 %description theme-spinner
340 This package contains the "spinner" boot splash theme for Plymouth. It
341 features a small spinner on a dark background.
342
343 %description theme-spinner -l pl.UTF-8
344 Ten pakiet zawiera motyw ekranu startowego Plymouth "Spinner".
345 Odznacza się on małym kółkiem kręcącym się na ciemnym tle.
346
347 %prep
348 %setup -q
349 %patch100 -p1
350 %patch0 -p1
351 %patch1 -p1
352
353 %build
354 %{__aclocal}
355 %{__autoconf}
356 %{__autoheader}
357 %{__automake}
358 %configure \
359         UDEVADM=/sbin/udevadm \
360         SYSTEMD_ASK_PASSWORD_AGENT=/bin/systemd-tty-ask-password-agent \
361         %{__enable_disable drm drm} \
362         --disable-silent-rules \
363         --enable-documentation \
364         --disable-gdm-transition \
365         --enable-systemd-integration \
366         --enable-tracing \
367         --without-rhgb-compat-link \
368         --with-background-start-color-stop=0x009431 \
369         --with-background-end-color-stop=0x006300 \
370         --with-background-color=0x00c663 \
371         --with-logo=%{_pixmapsdir}/plymouth-logo.png \
372         --with-release-file=/etc/os-release \
373         --with-system-root-install
374
375 %{__make}
376
377 %install
378 rm -rf $RPM_BUILD_ROOT
379 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_pixmapsdir},%{systemdtmpfilesdir}}
380
381 %{__make} install \
382         DESTDIR=$RPM_BUILD_ROOT
383
384 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libply.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libply.so
385 ln -sf /%{_lib}/$(basename $RPM_BUILD_ROOT/%{_lib}/libply-splash-core.so.*.*.*) $RPM_BUILD_ROOT%{_libdir}/libply-splash-core.so
386 %{__rm} $RPM_BUILD_ROOT/%{_lib}/libply{,-splash-core}.so
387
388 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
389 cp -p %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
390 > $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth/boot-duration
391
392 # Override plymouth-update-initrd to work with dracut or mkinitrd
393 cp -p %{SOURCE6} $RPM_BUILD_ROOT%{_libdir}/plymouth/plymouth-update-initrd
394
395 %{__rm} $RPM_BUILD_ROOT{/%{_lib},%{_libdir}}/*.la \
396         $RPM_BUILD_ROOT%{_libdir}/plymouth/*.la \
397         $RPM_BUILD_ROOT%{_libdir}/plymouth/renderers/*.la
398
399 install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
400
401 cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_pixmapsdir}/plymouth-logo.png
402 cp -p %{SOURCE2} $RPM_BUILD_ROOT%{systemdtmpfilesdir}/%{name}.conf
403
404 %clean
405 rm -rf $RPM_BUILD_ROOT
406
407 %post
408 %systemd_reload
409
410 %postun
411 if [ $1 -eq 0 ]; then
412         rm -f %{_libdir}/plymouth/default.so
413 fi
414 %systemd_reload
415
416 %post   core-libs -p /sbin/ldconfig
417 %postun core-libs -p /sbin/ldconfig
418 %post   graphics-libs -p /sbin/ldconfig
419 %postun graphics-libs -p /sbin/ldconfig
420
421 %files
422 %defattr(644,root,root,755)
423 %doc AUTHORS README TODO
424 %dir %{_sysconfdir}/plymouth
425 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plymouth/plymouthd.conf
426 %{_mandir}/man8/plymouth.8*
427 %attr(755,root,root) /bin/plymouth
428 %attr(755,root,root) /sbin/plymouthd
429 %attr(755,root,root) %{_libdir}/plymouth/details.so
430 %attr(755,root,root) %{_libdir}/plymouth/text.so
431 %attr(755,root,root) %{_libdir}/plymouth/tribar.so
432 %attr(755,root,root) %{_libdir}/plymouth/renderers/drm.so
433 %attr(755,root,root) %{_libdir}/plymouth/renderers/frame-buffer.so
434 %dir %{_datadir}/plymouth
435 %dir %{_datadir}/plymouth/themes
436 %dir %{_datadir}/plymouth/themes/details
437 %dir %{_datadir}/plymouth/themes/text
438 %dir %{_datadir}/plymouth/themes/tribar
439 %{_datadir}/plymouth/plymouthd.defaults
440 %{_datadir}/plymouth/default-boot-duration
441 %{_datadir}/plymouth/themes/details/details.plymouth
442 %{_datadir}/plymouth/themes/text/text.plymouth
443 %{_datadir}/plymouth/themes/tribar/tribar.plymouth
444 %{_pixmapsdir}/plymouth-logo.png
445 %{systemdtmpfilesdir}/%{name}.conf
446 %dir %{_localstatedir}/lib/plymouth
447 %ghost %{_localstatedir}/lib/plymouth/boot-duration
448 %{_localstatedir}/run/plymouth
449 %{_localstatedir}/spool/plymouth
450 %{_mandir}/man1/plymouth.1*
451 %{_mandir}/man8/plymouthd.8*
452
453 %{systemdunitdir}/plymouth-halt.service
454 %{systemdunitdir}/plymouth-kexec.service
455 %{systemdunitdir}/plymouth-poweroff.service
456 %{systemdunitdir}/plymouth-quit-wait.service
457 %{systemdunitdir}/plymouth-quit.service
458 %{systemdunitdir}/plymouth-read-write.service
459 %{systemdunitdir}/plymouth-reboot.service
460 %{systemdunitdir}/plymouth-start.service
461 %{systemdunitdir}/plymouth-switch-root.service
462 %{systemdunitdir}/systemd-ask-password-plymouth.path
463 %{systemdunitdir}/systemd-ask-password-plymouth.service
464 %{systemdunitdir}/halt.target.wants/plymouth-halt.service
465 %dir %{systemdunitdir}/initrd-switch-root.target.wants
466 %{systemdunitdir}/initrd-switch-root.target.wants/plymouth-switch-root.service
467 %{systemdunitdir}/initrd-switch-root.target.wants/plymouth-start.service
468 %{systemdunitdir}/kexec.target.wants/plymouth-kexec.service
469 %{systemdunitdir}/multi-user.target.wants/plymouth-quit.service
470 %{systemdunitdir}/multi-user.target.wants/plymouth-quit-wait.service
471 %{systemdunitdir}/poweroff.target.wants/plymouth-poweroff.service
472 %{systemdunitdir}/reboot.target.wants/plymouth-reboot.service
473 %{systemdunitdir}/sysinit.target.wants/plymouth-read-write.service
474 %{systemdunitdir}/sysinit.target.wants/plymouth-start.service
475
476 %files core-libs
477 %defattr(644,root,root,755)
478 %attr(755,root,root) /%{_lib}/libply.so.*.*.*
479 %attr(755,root,root) %ghost /%{_lib}/libply.so.2
480 %attr(755,root,root) /%{_lib}/libply-splash-core.so.*.*.*
481 %attr(755,root,root) %ghost /%{_lib}/libply-splash-core.so.2
482 %attr(755,root,root) %{_libdir}/libply-boot-client.so.*.*.*
483 %attr(755,root,root) %ghost %{_libdir}/libply-boot-client.so.2
484 %dir %{_libdir}/plymouth
485 %dir %{_libdir}/plymouth/renderers
486
487 %files graphics-libs
488 %defattr(644,root,root,755)
489 %attr(755,root,root) %{_libdir}/libply-splash-graphics.so.*.*.*
490 %attr(755,root,root) %ghost %{_libdir}/libply-splash-graphics.so.2
491 %attr(755,root,root) %{_libdir}/plymouth/renderers/x11.so
492
493 %files devel
494 %defattr(644,root,root,755)
495 %attr(755,root,root) %{_libdir}/libply.so
496 %attr(755,root,root) %{_libdir}/libply-boot-client.so
497 %attr(755,root,root) %{_libdir}/libply-splash-core.so
498 %attr(755,root,root) %{_libdir}/libply-splash-graphics.so
499 %{_includedir}/plymouth-1
500 %{_pkgconfigdir}/ply-boot-client.pc
501 %{_pkgconfigdir}/ply-splash-core.pc
502 %{_pkgconfigdir}/ply-splash-graphics.pc
503
504 %files scripts
505 %defattr(644,root,root,755)
506 %attr(755,root,root) %{_sbindir}/plymouth-set-default-theme
507 %attr(755,root,root) %{_libdir}/plymouth/plymouth-generate-initrd
508 %attr(755,root,root) %{_libdir}/plymouth/plymouth-populate-initrd
509 %attr(755,root,root) %{_libdir}/plymouth/plymouth-update-initrd
510 %{_mandir}/man1/plymouth-set-default-theme.1*
511
512 %files plugin-fade-throbber
513 %defattr(644,root,root,755)
514 %attr(755,root,root) %{_libdir}/plymouth/fade-throbber.so
515
516 %files plugin-label
517 %defattr(644,root,root,755)
518 %attr(755,root,root) %{_libdir}/plymouth/label.so
519
520 %files plugin-script
521 %defattr(644,root,root,755)
522 %attr(755,root,root) %{_libdir}/plymouth/script.so
523
524 %files plugin-space-flares
525 %defattr(644,root,root,755)
526 %attr(755,root,root) %{_libdir}/plymouth/space-flares.so
527
528 %files plugin-throbgress
529 %defattr(644,root,root,755)
530 %attr(755,root,root) %{_libdir}/plymouth/throbgress.so
531
532 %files plugin-two-step
533 %defattr(644,root,root,755)
534 %attr(755,root,root) %{_libdir}/plymouth/two-step.so
535
536 %files system-theme
537 %defattr(644,root,root,755)
538
539 %files theme-glow
540 %defattr(644,root,root,755)
541 %dir %{_datadir}/plymouth/themes/glow
542 %{_datadir}/plymouth/themes/glow/*.png
543 %{_datadir}/plymouth/themes/glow/glow.plymouth
544
545 %files theme-fade-in
546 %defattr(644,root,root,755)
547 %dir %{_datadir}/plymouth/themes/fade-in
548 %{_datadir}/plymouth/themes/fade-in/bullet.png
549 %{_datadir}/plymouth/themes/fade-in/entry.png
550 %{_datadir}/plymouth/themes/fade-in/lock.png
551 %{_datadir}/plymouth/themes/fade-in/star.png
552 %{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
553
554 %files theme-spinner
555 %defattr(644,root,root,755)
556 %dir %{_datadir}/plymouth/themes/spinner
557 %{_datadir}/plymouth/themes/spinner/*.png
558 %{_datadir}/plymouth/themes/spinner/spinner.plymouth
559
560 %files theme-spinfinity
561 %defattr(644,root,root,755)
562 %dir %{_datadir}/plymouth/themes/spinfinity
563 %{_datadir}/plymouth/themes/spinfinity/box.png
564 %{_datadir}/plymouth/themes/spinfinity/bullet.png
565 %{_datadir}/plymouth/themes/spinfinity/entry.png
566 %{_datadir}/plymouth/themes/spinfinity/lock.png
567 %{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
568 %{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
569
570 %files theme-solar
571 %defattr(644,root,root,755)
572 %dir %{_datadir}/plymouth/themes/solar
573 %{_datadir}/plymouth/themes/solar/*.png
574 %{_datadir}/plymouth/themes/solar/solar.plymouth
575
576 %files theme-script
577 %defattr(644,root,root,755)
578 %dir %{_datadir}/plymouth/themes/script
579 %{_datadir}/plymouth/themes/script/*.png
580 %{_datadir}/plymouth/themes/script/script.script
581 %{_datadir}/plymouth/themes/script/script.plymouth
This page took 0.060728 seconds and 3 git commands to generate.