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