forked from pool/filesystem
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
This commit is contained in:
parent
a0a50c0bf9
commit
38cdff8075
@ -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
|
Mon Jan 9 10:16:10 CET 2012 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: filesystem
|
Name: filesystem
|
||||||
Summary: Basic Directory Layout
|
Summary: Basic Directory Layout
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -121,6 +122,7 @@ done < %{SOURCE1}
|
|||||||
# Create the locale directories:
|
# Create the locale directories:
|
||||||
while read LANG ; do
|
while read LANG ; do
|
||||||
create_dir 0755 root root /usr/share/locale/$LANG/LC_MESSAGES
|
create_dir 0755 root root /usr/share/locale/$LANG/LC_MESSAGES
|
||||||
|
create_dir 0755 root root /usr/share/help/$LANG
|
||||||
done < %{SOURCE2}
|
done < %{SOURCE2}
|
||||||
RPM_INSTALL_PREFIX=$RPM_BUILD_ROOT
|
RPM_INSTALL_PREFIX=$RPM_BUILD_ROOT
|
||||||
export RPM_BUILD_ROOT
|
export RPM_BUILD_ROOT
|
||||||
@ -184,4 +186,5 @@ the home directories of system users.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user