]> git.pld-linux.org Git - packages/gettext.git/blob - gettext.spec
Drobne modyfikacje. TEST.
[packages/gettext.git] / gettext.spec
1 Summary:     Utilties for program national language support
2 Summary(de): Utilities zum Programmieren von nationaler Sprachunterstützung
3 Summary(fr): Utilitaires pour le support de la langue nationnalepar les programmes.
4 Summary(pl): Narzêdzia dla programów ze wsparciem dla jêzyków narodowych
5 Summary(tr): Desteði için kitaplýk ve araçlar
6 Name:        gettext
7 Version:     0.10.35
8 Release:     3
9 Copyright:   GPL
10 Group:       Development/Tools
11 Source:      ftp://alpha.gnu.org/gnu/%{name}-%{version}.tar.gz
12 Patch0:      gettext-jbj.patch
13 Prereq:      /sbin/install-info
14 Requires:    m4, automake
15 Buildroot:   /tmp/%{name}-%{version}-root
16
17 %description
18 The gettext library provides an easy to use library and tools for creating,
19 using, and modifying natural language catalogs. It is a powerfull and simple
20 method for internationalizing programs.
21
22 %description -l de
23 Die gettext-Library enthält eine einfach anzuwendende Library und Tools
24 zum Erstellen, Verwenden und Ändern von natürlichsprachigen-Kataloge. Es ist
25 ein einfaches und leistungsfähiges Verfahren zum Lokalisieren von Programmen.
26
27 %description -l fr
28 La librarie gettext fournit des outils et une librairie simple à utiliser
29 pour manipuler, créer, et modifier des catalogues de langage naturel. C'est
30 une méthode simple et puissante pour internationnaliser les programmes.
31
32 %description -l pl
33 Pakiet gettext dostarcza narzêdzi do tworzenia, u¿ywania i modyfikacji
34 katalogów jêzyków narodowych. To jest prosta i wydajna metoda
35 lokalizacji (internationalizacji) programów.
36
37 %description -l tr
38 gettext, yerel dil desteðinde kullanýlan kataloglarý deðiþtirebilmek için,
39 kolayca kullanýlabilen kitaplýk ve araçlarý saðlar. Bu, programlarý
40 uluslararasýlaþtýrmak için sýkça baþvurulan, kuvvetli bir yöntemdir.
41
42 %package   -n emacs-po_mode
43 Summary:     .po files emacs helper
44 Summary(pl): Makra do emacsa uatwiaj±ce edycje plików .po
45 Group:       Applications/Editors/Emacs
46 Requires:    emacs
47
48 %description -n emacs-po_mode
49 Package contain extension for helping GNU gettext lovers to edit PO files
50 under emacs.
51
52 %description -l pl -n emacs-po_mode
53 Pakiet ten zawiera rozszerzenia do emacsa pomagaj±ce w edytowaæ pliki .pl
54 pod tym edytorem.
55
56 %prep
57 %setup -q
58 %patch0 -p1
59
60 %build
61 CFLAGS="$RPM_OPT_FLAGS" ./configure \
62         --enable-shared \
63         --with-included-gettext \
64         --prefix=/usr
65 make
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69 make install \
70         prefix=$RPM_BUILD_ROOT/usr
71
72 gzip -9nf $RPM_BUILD_ROOT/usr/info/*
73 strip $RPM_BUILD_ROOT/usr/bin/* || :
74
75 %files
76 %defattr(644, root, root, 755)
77 %doc ABOUT-NLS AUTHORS BUGS ChangeLog DISCLAIM NEWS README* THANKS TODO
78 %attr(755, root, root) /usr/bin/*
79 /usr/info/*info*.gz
80 /usr/share/aclocal/*
81 /usr/share/gettext
82 %lang(da) /usr/share/locale/da/LC_MESSAGES/gettext.mo
83 %lang(de) /usr/share/locale/de/LC_MESSAGES/gettext.mo
84 %lang(es) /usr/share/locale/es/LC_MESSAGES/gettext.mo
85 %lang(fr) /usr/share/locale/fr/LC_MESSAGES/gettext.mo
86 %lang(nl) /usr/share/locale/nl/LC_MESSAGES/gettext.mo
87 %lang(no) /usr/share/locale/no*/LC_MESSAGES/gettext.mo
88 %lang(ko) /usr/share/locale/ko/LC_MESSAGES/gettext.mo
89 %lang(pl) /usr/share/locale/pl/LC_MESSAGES/gettext.mo
90 %lang(pt) /usr/share/locale/pt/LC_MESSAGES/gettext.mo
91 %lang(sl) /usr/share/locale/sl/LC_MESSAGES/gettext.mo
92 %lang(sv) /usr/share/locale/sv/LC_MESSAGES/gettext.mo
93
94 %files -n emacs-po_mode
95 %attr(644, root, root) /usr/share/emacs/site-lisp/*.elc
96
97 %post
98 /sbin/install-info /usr/info/gettext.info.gz /usr/info/dir
99
100 %preun
101 if [ "$1" = 0 ]; then
102     /sbin/install-info --delete /usr/info/gettext.info.gz /usr/info/dir
103 fi
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %changelog
109 * Sat Sep 26 1998 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
110 - corrected pl translation.
111
112 * Sun Sep 13 1998 Cristian Gafton <gafton@redhat.com>
113 - include the aclocal support files.
114
115 * Fri Sep  3 1998 Bill Nottingham <notting@redhat.com>
116 - remove devel package (functionality is in glibc).
117
118 * Sat Aug 22 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
119   [0.10.35-1]
120 - added missing %attr in %files for emacs-po_mode.
121
122 * Fri May 15 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
123   [0.10.35-1]
124 - %%{version} macro instead %%{PACKAGE_VERSION},
125 - added -q %setup parameter,
126 - added using %%{name} and %%{version} macro in Buildroot,
127 - removed Packager field from spec (if you want recompile package and
128   redistribute this package later put this in your private .rpmrc). 
129 - added making emacsc-po_mode subpackage with emac extension for editing .po
130   files,
131 - added %lang macros for /usr/share/locale/*/LC_MESSAGES/gettext.mo files,
132 - added %defattr macro in %files (require rpm >= 2.4.99).
133
134 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
135   [0.10-5]
136 - translations modified for de, fr, tr
137
138 * Sun Nov 02 1997 Cristian Gafton <gafton@redhat.com>
139 - added info handling
140 - added misc-patch (skip emacs-lisp modofications)
141
142 * Sat Nov 01 1997 Erik Troan <ewt@redhat.com>
143 - removed locale.aliases as we get it from glibc now
144 - uses a buildroot
145
146 * Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
147 - Built against glibc
This page took 0.05488 seconds and 4 git commands to generate.