From 38cdff80756c57a5627e25589057a0ebaa7e1d0af118f154afbf9da52b4476c5 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 14 Mar 2012 09:17:37 +0000 Subject: [PATCH] Accepting request 109141 from home:vuntz:branches:Base:System Also create directories for translations of new XDG help system OBS-URL: https://build.opensuse.org/request/show/109141 OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=79 --- filesystem.changes | 7 +++++++ filesystem.spec | 3 +++ 2 files changed, 10 insertions(+) diff --git a/filesystem.changes b/filesystem.changes index dbaa198..8f3f6d8 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 13 15:22:06 UTC 2012 - vuntz@opensuse.org + +- Also create /usr/share/help/$LOCALE for each LOCALE defined in + the languages file. This will allow our packages to have + translations for the XDG help system. + ------------------------------------------------------------------- Mon Jan 9 10:16:10 CET 2012 - dmueller@suse.de diff --git a/filesystem.spec b/filesystem.spec index f41b10e..19be1b4 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: filesystem Summary: Basic Directory Layout License: GPL-2.0+ @@ -121,6 +122,7 @@ done < %{SOURCE1} # Create the locale directories: while read LANG ; do create_dir 0755 root root /usr/share/locale/$LANG/LC_MESSAGES + create_dir 0755 root root /usr/share/help/$LANG done < %{SOURCE2} RPM_INSTALL_PREFIX=$RPM_BUILD_ROOT export RPM_BUILD_ROOT @@ -184,4 +186,5 @@ the home directories of system users. + %changelog