SHA256
1
0
forked from pool/plymouth
2014-02-12 14:18:56 +00:00
committed by Git OBS Bridge
parent 8e78c64e31
commit 73b3a2de5b
2 changed files with 56 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package plymouth
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -43,6 +43,8 @@ Patch9: plymouth-dracut-path.patch
Patch10: 0001-Some-greenish-openSUSE-colors.patch
# PATCH-OPENSUSE -- plymouth-correct-runtime-dir.patch tittiatcoke@gmail.com -- make sure the runtime directory is /run and not /var/run
Patch16: plymouth-correct-runtime-dir.patch
# PATCH-SUSE -- 0001-Make-plymouthd-real-daemon-and-save-old-log.patch werner@suse.de -- All daemons should call setsid(2) to become a real daemons
Patch17: 0001-Make-plymouthd-real-daemon-and-save-old-log.patch
BuildRequires: automake
BuildRequires: kernel-headers
BuildRequires: libtool
@@ -308,6 +310,7 @@ plugin.
%patch9 -p0
%patch10 -p1
%patch16 -p1
%patch17 -p1
# replace builddate with patch0date
sed -i "s/__DATE__/\"$(stat -c %y %{_sourcedir}/%{name}.changes)\"/" src/main.c
@@ -327,10 +330,11 @@ autoreconf -fiv
--with-log-viewer \
--without-rhgb-compat-link \
--with-boot-tty=/dev/tty7 \
--with-shutdown-tty=/dev/tty1 \
--with-shutdown-tty=/dev/tty7 \
--without-gdm-autostart-file \
--with-release-file=/etc/os-release
make clean
make %{?_smp_mflags} V=1
%install