Hello community, here is the log from the commit of package filesystem for openSUSE:Factory checked in at 2012-09-14 12:16:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/filesystem (Old) and /work/SRC/openSUSE:Factory/.filesystem.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "filesystem", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes 2012-07-14 09:47:45.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes 2012-09-14 12:16:42.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 4 13:54:01 UTC 2012 - [email protected] + +- move directories for man page translations from man package to + filesystem + +------------------------------------------------------------------- New: ---- languages.man ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ filesystem.spec ++++++ --- /var/tmp/diff_new_pack.6UD4HX/_old 2012-09-14 12:16:43.000000000 +0200 +++ /var/tmp/diff_new_pack.6UD4HX/_new 2012-09-14 12:16:43.000000000 +0200 @@ -20,7 +20,7 @@ Summary: Basic Directory Layout License: GPL-2.0+ Group: System/Fhs -Version: 12.2 +Version: 12.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: aaa_dir @@ -29,6 +29,7 @@ Source1: filesystem.links Source2: languages Source3: ghost.list +Source4: languages.man Source64: directory.list64 %prep @@ -124,6 +125,14 @@ create_dir 0755 root root /usr/share/locale/$LANG/LC_MESSAGES create_dir 0755 root root /usr/share/help/$LANG done < %{SOURCE2} +# Create the locale directories for man: +while read LANG ; do + create_dir 0755 root root /usr/share/man/$LANG + for sec in 1 2 3 4 5 6 7 8 9 n; do + create_dir 0755 root root /usr/share/man/$LANG/man$sec + done +done < %{SOURCE4} + RPM_INSTALL_PREFIX=$RPM_BUILD_ROOT export RPM_BUILD_ROOT # check, if all home directories are present. @@ -183,10 +192,6 @@ - - - - %changelog ++++++ languages.man ++++++ ca cs da de el eo es fr hu it ja nl pl pt pt_BR ru sk sv zh zh_CN zh_TW -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
