From 42647bb201ccaceb529e8169d951e1d2caf13fc6b9f8cb4aaca43b8c1871556d Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 12 Apr 2014 21:25:13 +0000 Subject: [PATCH] Accepting request 229609 from home:namtrac:bugfix - Add plymouth-manpages.patch to fix manpage installation (bnc#871419) OBS-URL: https://build.opensuse.org/request/show/229609 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=137 --- plymouth-manpages.patch | 22 ++++++++++++++++++++++ plymouth.changes | 5 +++++ plymouth.spec | 4 ++++ 3 files changed, 31 insertions(+) create mode 100644 plymouth-manpages.patch diff --git a/plymouth-manpages.patch b/plymouth-manpages.patch new file mode 100644 index 0000000..e1b02f6 --- /dev/null +++ b/plymouth-manpages.patch @@ -0,0 +1,22 @@ +Index: plymouth-0.8.8_git20140207/docs/Makefile.am +=================================================================== +--- plymouth-0.8.8_git20140207.orig/docs/Makefile.am ++++ plymouth-0.8.8_git20140207/docs/Makefile.am +@@ -16,12 +16,14 @@ plymouth.1: plymouth1.xml + %.1: %.xml + $(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $< + +-man_MANS = \ ++man1_MANS = \ + plymouth.1 \ +- plymouth.8 \ +- plymouthd.8 \ + plymouth-set-default-theme.1 + ++man8_MANS = \ ++ plymouth.8 \ ++ plymouthd.8 ++ + EXTRA_DIST = \ + plymouth.xml \ + plymouth1.xml \ diff --git a/plymouth.changes b/plymouth.changes index 044595f..1ac0aa0 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 10 10:55:03 UTC 2014 - idonmez@suse.com + +- Add plymouth-manpages.patch to fix manpage installation (bnc#871419) + ------------------------------------------------------------------- Thu Feb 20 12:47:03 UTC 2014 - fcrozat@suse.com diff --git a/plymouth.spec b/plymouth.spec index 20e3742..173c818 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -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-FIX-UPSTREAM plymouth-manpages.patch idoenmez@suse.de -- Fix man page installation +Patch17: plymouth-manpages.patch BuildRequires: automake BuildRequires: docbook-xsl-stylesheets BuildRequires: kernel-headers @@ -335,6 +337,8 @@ 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