]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-find-lang
- added some missing German translations
[packages/rpm.git] / rpm-find-lang
1 #!/bin/sh
2 #findlang - automagically generate list of language specific files
3 #for inclusion in an rpm spec file.
4 #This does assume that the *.mo files are under .../share/locale/...
5 #Run with no arguments gets a usage message.
6
7 #findlang is copyright (c) 1998 by W. L. Estes <wlestes@uncg.edu>
8
9 #Redistribution and use of this software are hereby permitted for any
10 #purpose as long as this notice and the above copyright notice remain
11 #in tact and are included with any redistribution of this file or any
12 #work based on this file.
13
14 #changes:
15 # $Id$
16 # 2001-01-08 Micha³ Kochanowicz <mkochano@pld.org.pl>
17 #   * --all-name support for KDE.
18 # 2000-11-28 Rafa³ Cygnarowski <pascalek@pld.org.pl>
19 #   * next simple rule for KDE
20 # 2000-11-12 Rafa³ Cygnarowski <pascalek@pld.org.pl>
21 #   * simple rules for KDE help files
22 # 2000-06-05 Micha³ Kochanowicz <mkochano@pld.org.pl>
23 #   * exact, not substring matching $NAME, i.e. find-lang top_dir NAME will
24 #     no longer find /usr/share/locale/pl/LC_MESSAGES/<anything>NAME.mo.
25 # 2000-04-17 Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
26 #   * exit 1 when no files found
27 # 1999-10-19 Artur Frysiak <wiget@pld.org.pl>
28 #   * added support for GNOME help files
29 #   * start support for KDE help files
30
31 usage () {
32 cat <<EOF
33
34 Usage: $0 TOP_DIR PACKAGE_NAME [prefix]
35
36 where TOP_DIR is
37 the top of the tree containing the files to be processed--should be
38 \$RPM_BUILD_ROOT usually. TOP_DIR gets sed'd out of the output list.
39 PACKAGE_NAME is the %{name} of the package. This should also be
40 the basename of the .mo files.  the output is written to
41 PACKAGE_NAME.lang unless \$3 is given in which case output is written
42 to \$3.
43 Additional options:
44   --with-gnome          find GNOME help files
45   --with-kde            find KDE help files (not implemented yet)
46   --without-mo          not find locales files
47 EOF
48 exit 1
49 }
50
51 if [ -z "$1" ] ; then usage
52 elif [ $1 = / ] ; then echo $0: expects non-/ argument for '$1' 1>&2
53 elif [ ! -d $1 ] ; then
54  echo $0: $1: no such directory
55  exit 1
56 else TOP_DIR="`echo $1|sed -e 's:/$::'`"
57 fi
58 shift
59
60 if [ -z "$1" ] ; then usage
61 else NAME=$1
62 fi
63 shift
64
65 GNOME=#
66 KDE=#
67 MO=
68 MO_NAME=$NAME.lang
69 ALL_NAME=#
70 NO_ALL_NAME=
71 while test $# -gt 0 ; do
72     case "${1}" in
73         --with-gnome )
74                 GNOME=
75                 shift
76                 ;;
77         --with-kde )
78                 KDE=
79                 shift
80                 ;;
81         --without-mo )
82                 MO=#
83                 shift
84                 ;;
85         --all-name )
86                 ALL_NAME=
87                 NO_ALL_NAME=#
88                 shift
89                 ;;
90         * )
91                 MO_NAME=${1}
92                 shift
93                 ;;
94     esac
95 done    
96
97 find $TOP_DIR -type f|sed '
98 1i\
99 %defattr (644, root, root, 755)
100 s:'"$TOP_DIR"'::
101 '"$ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/_]\+\)\(.*\.mo$\):%lang(\2) \1\2\3:
102 '"$NO_ALL_NAME$MO"'s:\(.*/share/locale/\)\([^/]\+\)\(.*/'"$NAME"'\.mo$\):%lang(\2) \1\2\3:
103 s:^\([^%].*\)::
104 s:%lang(C) ::
105 s:^\$::' > $MO_NAME
106
107 find $TOP_DIR -type d|sed '
108 s:'"$TOP_DIR"'::
109 '"$NO_ALL_NAME$GNOME"'s:\(.*/gnome/help/'"$NAME"'$\):%dir \1:
110 '"$NO_ALL_NAME$GNOME"'s:\(.*/gnome/help/'"$NAME"'/[a-zA-Z0-9\_\-]/.\+\)::
111 '"$NO_ALL_NAME$GNOME"'s:\(.*/gnome/help/'"$NAME"'\/\)\([^/]\+\):%lang(\2) \1\2:
112 '"$ALL_NAME$GNOME"'s:\(.*/gnome/help/[a-zA-Z0-9\_\-]\+$\):%dir \1:
113 '"$ALL_NAME$GNOME"'s:\(.*/gnome/help/[a-zA-Z0-9\_\-]\+/[a-zA-Z0-9\_\-]/.\+\)::
114 '"$ALL_NAME$GNOME"'s:\(.*/gnome/help/[a-zA-Z0-9\_\-]\+\/\)\([^/]\+\):%lang(\2) \1\2:
115 s:%lang(.*) .*/gnome/help/[a-zA-Z0-9\_\-]\+/[a-zA-Z0-9\_\-]\+/.*::
116 '#'s:\(.*/gnome/help/'"$NAME"'$\):%dir \1:
117 '#'s:\(.*/gnome/help/'"$NAME"'/\)\([^/]\+\):%dir %lang(\2) \1\2:
118 s:^\([^%].*\)::
119 s:%lang(C) ::' >> $MO_NAME
120
121 find $TOP_DIR -type d|sed '
122 s:'"$TOP_DIR"'::
123 '"$NO_ALL_NAME$KDE"'s:\(.*/doc/kde/HTML/\)\([^/_]\+\)\(.*/'"$NAME"'/\)::
124 '"$NO_ALL_NAME$KDE"'s:\(.*/doc/kde/HTML/\)\([^/_]\+\)\(.*/'"$NAME"'\):%lang(\2) \1\2\3:
125 '"$ALL_NAME$KDE"'s:\(.*/doc/kde/HTML/\)\([^/_]\+\)\(.*/[a-zA-Z0-9\_\-]\+/\)::
126 '"$ALL_NAME$KDE"'s:\(.*/doc/kde/HTML/\)\([^/_]\+\)\(.*/[a-zA-Z0-9\_\-]\+$\):%lang(\2) \1\2\3:
127 s:^\([^%].*\)::
128 s:%lang(C) ::' >> $MO_NAME
129
130 if [ "$(cat $MO_NAME | egrep -v '(^%defattr|^$)' | wc -l)" -le 0  ]; then
131         echo 'Error: international files not found !'
132         exit 1
133 fi
134
This page took 0.327063 seconds and 3 git commands to generate.