]> git.pld-linux.org Git - packages/plymouth.git/blobdiff - plymouth.spec
- release 4
[packages/plymouth.git] / plymouth.spec
index 35035b3dff9e5211efc6d783a196d3e8ae06da15..936dc9b127c3e354ef7b282758a52bd713379a97 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Graphical Boot Animation and Logger
 Summary(pl.UTF-8):     Graficzna animacja i logowanie startu systemu
 Name:          plymouth
 Version:       0.8.4
-Release:       2
+Release:       4
 License:       GPL v2+
 Group:         Base
 Source0:       http://www.freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
@@ -34,6 +34,7 @@ BuildRequires:        pkgconfig
 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)
@@ -224,7 +225,6 @@ Group:              Base
 Requires:      %{name}(system-theme) = %{version}-%{release}
 Provides:      %{name}-system-plugin = %{version}-%{release}
 Obsoletes:     plymouth-system-plugin < %{version}-%{release}
-Obsoletes:     rhgb < 1:10.0.0
 
 %description system-theme
 This metapackage tracks the current distribution default theme.
@@ -347,9 +347,10 @@ sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
        --disable-silent-rules \
        --disable-static \
        --disable-tests \
-       --enable-gdm-transition \
+       --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 \
@@ -361,7 +362,7 @@ sed -i -e 's/fade-in/charge/g' src/plymouthd.defaults
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{systemdtmpfilesdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_pixmapsdir},%{systemdtmpfilesdir}}
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
@@ -412,7 +413,6 @@ fi
 %defattr(644,root,root,755)
 %doc AUTHORS README TODO
 %attr(755,root,root) %{_bindir}/plymouth
-%attr(755,root,root) %{_bindir}/rhgb-client
 %dir %{_sysconfdir}/plymouth
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/plymouth/plymouthd.conf
 %{_mandir}/man8/plymouth.8*
This page took 0.107127 seconds and 4 git commands to generate.