]> git.pld-linux.org Git - packages/gettext.git/blob - gettext.spec
- missing BRs
[packages/gettext.git] / gettext.spec
1 #
2 # Conditional build:
3 %bcond_without  asprintf        # without libasprintf C++ library
4 %bcond_without  xemacs          # without po-mode for xemacs
5 %bcond_without  gcj             # with Java support by gcj (preferred over javac)
6 %bcond_with     javac           # with Java support by some javac
7 %bcond_without  dotnet          # without .NET support
8 %bcond_with     bootstrap
9 #
10
11 %{?with_dotnet:%include /usr/lib/rpm/macros.mono}
12
13 %ifnarch %{ix86} %{x8664} arm hppa ppc s390 s390x
14 %undefine with_dotnet
15 %endif
16 %ifarch i386
17 # plain i386 is not supported; mono uses cmpxchg/xadd which require i486
18 %undefine with_dotnet
19 %endif
20
21 %undefine with_xemacs
22
23 %define build_java      %{?with_gcj:1}%{!?with_gcj:%{?with_javac:1}%{!?with_javac:0}}
24 Summary:        Utilties for program national language support
25 Summary(de.UTF-8):      Utilities zum Programmieren von nationaler Sprachunterstützung
26 Summary(es.UTF-8):      Utilitarios para el programa de soporte a lenguas locales
27 Summary(fr.UTF-8):      Utilitaires pour le support de la langue nationnalepar les programmes
28 Summary(ja.UTF-8):      マルチリンガルメッセージを生成するためのGNU ライブラリ/ユーティリティ
29 Summary(pl.UTF-8):      Narzędzia dla programów ze wsparciem dla języków narodowych
30 Summary(pt_BR.UTF-8):   Utilitários para o programa de suporte de línguas locais
31 Summary(ru.UTF-8):      Библиотеки и утилиты для поддержки национальных языков
32 Summary(tr.UTF-8):      Desteği için kitaplık ve araçlar
33 Summary(uk.UTF-8):      Бібліотеки та утиліти для підтримки національних мов
34 Name:           gettext
35 Version:        0.17
36 Release:        1
37 License:        LGPL v2+ (libintl), GPL v3+ (tools)
38 Group:          Development/Tools
39 Source0:        ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
40 # Source0-md5:  58a2bc6d39c0ba57823034d55d65d606
41 Patch0:         %{name}-info.patch
42 Patch1:         %{name}-killkillkill.patch
43 Patch2:         %{name}-pl.po-update.patch
44 Patch3:         %{name}-no_docs.patch
45 Patch4:         %{name}-libintl_by_gcj.patch
46 Patch5:         %{name}-removed_macros.patch
47 URL:            http://www.gnu.org/software/gettext/
48 BuildRequires:  autoconf >= 2.60
49 BuildRequires:  automake >= 1:1.10
50 %{?with_gcj:BuildRequires:      gcj >= 3.0}
51 %{!?with_bootstrap:BuildRequires:       glib2-devel}
52 %{?with_javac:BuildRequires:    jdk >= 1.1}
53 %{!?with_bootstrap:BuildRequires:       libcroco-devel >= 0.6.1}
54 %if "%(%{__cc} -dumpversion | grep -q '^4.[2-9]' ; echo $?)" == "0"
55 BuildRequires:  libgomp-devel
56 %endif
57 %{?with_asprintf:BuildRequires: libstdc++-devel}
58 BuildRequires:  libtool >= 1:1.4.2-9
59 %{?with_dotnet:BuildRequires:   mono-csharp}
60 BuildRequires:  texinfo
61 %{?with_xemacs:BuildRequires:   xemacs}
62 Obsoletes:      gettext-base
63 Conflicts:      intltool < 0.28
64 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
65
66 %description
67 The GNU gettext package provides a set of tools and documentation for
68 producing multi-lingual messages in programs. Tools include a set of
69 conventions about how programs should be written to support message
70 catalogs, a directory and file naming organization for the message
71 catalogs, a runtime library which supports the retrieval of translated
72 messages, and stand-alone programs for handling the translatable and
73 the already translated strings. Gettext provides an easy to use
74 library and tools for creating, using, and modifying natural language
75 catalogs and is a powerful and simple method for internationalizing
76 programs.
77
78 %description -l de.UTF-8
79 Die gettext-Library enthält eine einfach anzuwendende Library und
80 Tools zum Erstellen, Verwenden und Ändern von
81 natürlichsprachigen-Kataloge. Es ist ein einfaches und
82 leistungsfähiges Verfahren zum Lokalisieren von Programmen.
83
84 %description -l es.UTF-8
85 La biblioteca gettext nos ofrece una biblioteca fácil de usar y
86 herramientas para creación, uso y modificación de catálogos de
87 lenguaje natural. Es un potente y sencillo método de
88 internacionalización de programas.
89
90 %description -l fr.UTF-8
91 La librarie gettext fournit des outils et une librairie simple à
92 utiliser pour manipuler, créer, et modifier des catalogues de langage
93 naturel. C'est une méthode simple et puissante pour internationnaliser
94 les programmes.
95
96 %description -l ja.UTF-8
97 GNU gettext
98 パッケージはプログラム中でマルチリンガルメッセージを生成する
99 ためのツールと文書を供給する。ツールはメッセージカタログをサポートするために
100 プログラムがどのように書かれるべきかの申し合わせと、メッセージカタログのための
101 ディレクトリとファイル名の組織化と、翻訳されたメッセージの埋め合わせを
102 サポートするためのランタイムライブラリと、翻訳可能でかつすでに翻訳された文字列
103 を取り扱う独立したプログラムを含んでいる。gettext
104 は簡単に使えるライブラリ
105 と自然言語のカタログを生成、使用、修正するツールと、国際化プログラム
106 のための強力かつシンプルな方法を供給する。
107
108 %description -l pl.UTF-8
109 Pakiet gettext dostarcza narzędzi do tworzenia, używania i modyfikacji
110 katalogów języków narodowych. To jest prosta i wydajna metoda
111 lokalizacji (internacjonalizacji) programów.
112
113 %description -l pt_BR.UTF-8
114 A biblioteca gettext oferece uma biblioteca fácil de usar e
115 ferramentas para criação, uso e modificação de catálogos de linguagem
116 natural. Ele é um poderoso e simples método de internacionalização de
117 programas.
118
119 %description -l ru.UTF-8
120 Пакет gettext содержит библиотеку и простые в использовании
121 инструменты для создания, использования и модификации каталогов
122 национальных языков. Это простой и мощный метод для
123 интернационализации программ.
124
125 %description -l tr.UTF-8
126 gettext, yerel dil desteğinde kullanılan katalogları değiştirebilmek
127 için, kolayca kullanılabilen kitaplık ve araçları sağlar. Bu,
128 programları uluslararasılaştırmak için sıkça başvurulan, kuvvetli bir
129 yöntemdir.
130
131 %description -l uk.UTF-8
132 Пакет gettext містить бібліотеку та прості у використанні інструменти
133 для створення, використання та модифікації каталогів національних мов.
134 Це простий та потужний метод для інтернаціоналізації програм.
135
136 %package devel
137 Summary:        Utilties for program national language support
138 Summary(de.UTF-8):      Utilities zum Programmieren von nationaler Sprachunterstützung
139 Summary(fr.UTF-8):      Utilitaires pour le support de la langue nationnalepar les programmes
140 Summary(pl.UTF-8):      Narzędzia dla programów ze wsparciem dla języków narodowych
141 Summary(tr.UTF-8):      Desteği için kitaplık ve araçlar
142 License:        GPL v3+
143 Group:          Development/Tools
144 Requires(post,postun):  /sbin/ldconfig
145 Requires:       %{name} = %{version}-%{release}
146 Requires:       iconv
147 Conflicts:      autoconf < 2.52
148
149 %description devel
150 The gettext library provides an easy to use library and tools for
151 creating, using, and modifying natural language catalogs. It is a
152 powerfull and simple method for internationalizing programs.
153
154 %description devel -l pl.UTF-8
155 Pakiet gettext dostarcza narzędzi do tworzenia, używania i modyfikacji
156 katalogów języków narodowych. To jest prosta i wydajna metoda
157 lokalizacji (internacjonalizacji) programów.
158
159 %package static
160 Summary:        Static gettext utility libraries
161 Summary(pl.UTF-8):      Statyczne biblioteki narzędziowe gettext
162 License:        GPL v3+
163 Group:          Development/Libraries
164 Requires:       %{name}-devel = %{version}-%{release}
165
166 %description static
167 This package contains static versions of gettext utility libraries
168 (libgettextlib, libgettextsrc and libgettextpo).
169
170 %description static -l pl.UTF-8
171 Ten pakiet zawiera statyczne wersje bibliotek narzędziowych gettext
172 (libgettextlib, libgettextsrc i libgettextpo).
173
174 %package -n libasprintf
175 Summary:        GNU libasprintf - automatic formatted output to strings in C++
176 Summary(pl.UTF-8):      GNU libasprintf - automatyczne formatowanie wyjścia do łańcuchów w C++
177 License:        LGPL v2+
178 Group:          Libraries
179
180 %description -n libasprintf
181 This package makes the C formatted output routines (`fprintf' et al.)
182 usable in C++ programs, for use with the `<string>' strings and the
183 `<iostream>' streams.
184
185 %description -n libasprintf -l pl.UTF-8
186 Ten pakiet czyni funkcje C formatujące wyjście (fprintf i inne)
187 używalnymi w programach w C++, z łańcuchami <string> i strumieniami
188 <iostream>.
189
190 %package -n libasprintf-devel
191 Summary:        Header file and documentation for libasprintf
192 Summary(pl.UTF-8):      Plik nagłówkowy i dokumentacja dla libasprintf
193 License:        LGPL v2+
194 Group:          Development/Libraries
195 Requires:       libasprintf = %{version}-%{release}
196
197 %description -n libasprintf-devel
198 Header file and documentation for libasprintf.
199
200 %description -n libasprintf-devel -l pl.UTF-8
201 Plik nagłówkowy i dokumentacja dla libasprintf.
202
203 %package -n libasprintf-static
204 Summary:        Static libasprintf library
205 Summary(pl.UTF-8):      Statyczna biblioteka libasprintf
206 License:        LGPL v2+
207 Group:          Development/Libraries
208 Requires:       libasprintf-devel = %{version}-%{release}
209
210 %description -n libasprintf-static
211 Static libasprintf library.
212
213 %description -n libasprintf-static -l pl.UTF-8
214 Statyczna biblioteka libasprintf.
215
216 %package java
217 Summary:        Runtime classes for Java programs internationalization
218 Summary(pl.UTF-8):      Klasy do uruchamiania umiędzynarodowionych programów w Javie
219 License:        LGPL v2+
220 Group:          Development/Languages/Java
221 Requires:       %{name} = %{version}-%{release}
222
223 %description java
224 Runtime classes for Java programs internationalization.
225
226 %description java -l pl.UTF-8
227 Klasy do uruchamiania umiędzynarodowionych programów w Javie.
228
229 %package java-devel
230 Summary:        Development classes for Java programs internationalization
231 Summary(pl.UTF-8):      Klasy do umiędzynarodowiania programów w Javie dla programistów
232 License:        GPL v3+
233 Group:          Development/Tools
234 Requires:       %{name}-devel = %{version}-%{release}
235
236 %description java-devel
237 Development classes for Java programs internationalization.
238
239 %description java-devel -l pl.UTF-8
240 Klasy do umiędzynarodowiania programów w Javie dla programistów.
241
242 %package -n xemacs-po-mode-pkg
243 Summary:        Xemacs PO-mode
244 Summary(es.UTF-8):      Facilita la edición de archivos PO (internacionalización) con emacs
245 Summary(pl.UTF-8):      Tryb PO dla Xemacsa
246 Summary(pt_BR.UTF-8):   Facilita a edição de arquivos PO (internacionalização) com o emacs
247 License:        GPL v2+
248 Group:          Applications/Editors/Emacs
249 Requires:       xemacs
250
251 %description -n xemacs-po-mode-pkg
252 Emacs PO-mode.
253
254 %description -n xemacs-po-mode-pkg -l es.UTF-8
255 Este paquete suministra las herramientas para ayudar en la edición de
256 archivos PO, como documentado en el manual del usuario del GNU
257 gettext. Mira este manual para la documentación de uso, que no se
258 incluye aquí.
259
260 %description -n xemacs-po-mode-pkg -l pl.UTF-8
261 Tryb edycji PO dla emacsa.
262
263 %description -n xemacs-po-mode-pkg -l pt_BR.UTF-8
264 Este pacote provê as ferramentas para ajudar na edição de arquivos PO,
265 como documentado no manual do usuário do GNU gettext. Veja este manual
266 para a documentação de uso, a qual não é incluída aqui.
267
268 %package autopoint
269 Summary:        gettextize replacement
270 Summary(pl.UTF-8):      Zamiennik gettextize
271 License:        GPL v3+
272 Group:          Development/Tools
273 Requires:       %{name}-devel >= 0.10.35
274 Requires:       cvs
275
276 %description autopoint
277 The `autopoint' program copies standard gettext infrastructure files
278 into a source package. It extracts from a macro call of the form
279 `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's
280 `configure.in' or `configure.ac' file, the gettext version used by the
281 package, and copies the infrastructure files belonging to this version
282 into the package.
283
284 %description autopoint -l pl.UTF-8
285 Program autopoint kopiuje standardowe pliki infrastruktury gettexta do
286 pakietu źródłowego. Wyciąga użytą wersję gettexta z wywołania makra w
287 postaci AM_GNU_GETTEXT_VERSION(VERSION) w pliku configure.in lub
288 configure.ac i kopiuje do pakietu pliki infrastruktury należące do tej
289 wersji.
290
291 %package -n dotnet-gettext
292 Summary:        GNU gettext for C#
293 Summary(pl.UTF-8):      GNU gettext dla C#
294 License:        LGPL v2+ (GNU.Gettext library), GPL v3+ (tools)
295 Group:          Development/Tools
296
297
298 %description -n dotnet-gettext
299 GNU gettext for C#.
300
301 %description -n dotnet-gettext -l pl.UTF-8
302 GNU gettext dla C#.
303
304 %prep
305 %setup -q
306 %patch0 -p1
307 %patch1 -p1
308 %patch2 -p1
309 # patch not finished yet
310 #%patch3 -p1
311 %patch4 -p1
312 %patch5 -p1
313
314 %build
315 %{__libtoolize}
316 cd autoconf-lib-link
317 %{__aclocal} -I m4 -I ../m4
318 %{__autoconf}
319 %{__automake}
320 cd ../gettext-runtime
321 %{__aclocal} -I m4 -I gnulib-m4 -I ../autoconf-lib-link/m4 -I ../m4
322 %{__autoconf}
323 %{__autoheader}
324 %{__automake}
325 cd libasprintf
326 %{__aclocal} -I ../m4 -I ../../m4
327 %{__autoconf}
328 %{__autoheader}
329 %{__automake}
330 cd ../../gettext-tools
331 %{__aclocal} -I m4 -I gnulib-m4 -I libgettextpo/gnulib-m4 -I ../autoconf-lib-link/m4 -I ../gettext-runtime/m4 -I ../m4
332 %{__autoconf}
333 %{__autoheader}
334 %{__automake}
335 cd ..
336 %{__aclocal}
337 %{__autoconf}
338 %{__automake}
339 %configure \
340         %{?with_xemacs:--with-lispdir=%{_datadir}/xemacs-packages/lisp/po-mode} \
341         --enable-nls \
342         %{!?with_dotnet:--disable-csharp} \
343         %{?with_dotnet:--enable-csharp=mono} \
344         --without-included-gettext \
345         %{?with_bootstrap:--with-included-glib} \
346         %{?with_bootstrap:--with-included-libcroco}
347 %{__make} \
348         GMSGFMT=`pwd`/gettext-tools/src/msgfmt
349
350 # msgfmt has been built, so now we can update pl.gmos
351 %{__make} pl.gmo -C gettext-runtime/po \
352         GMSGFMT=`pwd`/gettext-tools/src/msgfmt
353 %{__make} pl.gmo -C gettext-tools/po \
354         GMSGFMT=`pwd`/gettext-tools/src/msgfmt
355
356 %if %{with xemacs}
357 cd gettext-tools/misc
358 EMACS=%{_bindir}/xemacs ./elisp-comp ./po-mode.el
359 %endif
360
361 %install
362 rm -rf $RPM_BUILD_ROOT
363 install -d $RPM_BUILD_ROOT/bin
364
365 %{__make} install \
366         DESTDIR=$RPM_BUILD_ROOT
367
368 mv -f $RPM_BUILD_ROOT%{_bindir}/{,n}gettext $RPM_BUILD_ROOT/bin
369
370 # these static libs are removed in install-exec-clean
371 install gettext-tools/gnulib-lib/.libs/libgettextlib.a \
372         gettext-tools/src/.libs/libgettextsrc.a $RPM_BUILD_ROOT%{_libdir}
373
374 rm -r $RPM_BUILD_ROOT%{_docdir}/gettext
375
376 %find_lang %{name}-runtime
377 %find_lang %{name}-tools
378
379 %clean
380 rm -rf $RPM_BUILD_ROOT
381
382 %post devel
383 /sbin/ldconfig
384 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
385
386 %postun devel
387 /sbin/ldconfig
388 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
389
390 %post   -n libasprintf -p /sbin/ldconfig
391 %postun -n libasprintf -p /sbin/ldconfig
392
393 %post -n libasprintf-devel
394 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
395
396 %postun -n libasprintf-devel
397 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
398
399 %files -f %{name}-runtime.lang
400 %defattr(644,root,root,755)
401 %attr(755,root,root) /bin/*
402 %attr(755,root,root) %{_bindir}/envsubst
403 %{_mandir}/man1/envsubst.1*
404 %{_mandir}/man1/gettext.1*
405 %{_mandir}/man1/ngettext.1*
406 %dir %{_libdir}/gettext
407 %dir %{_datadir}/gettext
408
409 %files devel -f %{name}-tools.lang
410 %defattr(644,root,root,755)
411 %doc AUTHORS ChangeLog NEWS README THANKS
412 %attr(755,root,root) %{_bindir}/*
413 %exclude %{_bindir}/autopoint
414 %exclude %{_bindir}/envsubst
415 %attr(755,root,root) %{_libdir}/libgettext*.so
416 %{_libdir}/libgettext*.la
417 # libgettextpo is for other programs, not used by gettext tools themselves
418 %attr(755,root,root) %{_libdir}/libgettextpo.so.*.*.*
419 %attr(755,root,root) %{_libdir}/preloadable_libintl.so
420 %attr(755,root,root) %{_libdir}/gettext/hostname
421 %attr(755,root,root) %{_libdir}/gettext/project-id
422 %attr(755,root,root) %{_libdir}/gettext/urlget
423 %attr(755,root,root) %{_libdir}/gettext/user-email
424 %{_includedir}/gettext-po.h
425 %{_aclocaldir}/*
426 %{_infodir}/gettext*.info*
427 %{_mandir}/man1/gettextize.1*
428 %{_mandir}/man1/msg*.1*
429 %{_mandir}/man1/recode-sr-latin.1*
430 %{_mandir}/man1/xgettext.1*
431 %{_mandir}/man3/*
432
433 %{_datadir}/gettext/ABOUT-NLS
434 %attr(755,root,root) %{_datadir}/gettext/config.rpath
435 %{_datadir}/gettext/gettext.h
436 %dir %{_datadir}/gettext/intl
437 %{_datadir}/gettext/intl/[!c]*
438 %attr(755,root,root) %{_datadir}/gettext/intl/config.charset
439 %{_datadir}/gettext/msgunfmt.tcl
440 %{_datadir}/gettext/po
441 %dir %{_datadir}/gettext/projects
442 %{_datadir}/gettext/projects/index
443 %attr(755,root,root) %{_datadir}/gettext/projects/team-address
444 %dir %{_datadir}/gettext/projects/GNOME
445 %{_datadir}/gettext/projects/GNOME/teams.*
446 %attr(755,root,root) %{_datadir}/gettext/projects/GNOME/team-address
447 %attr(755,root,root) %{_datadir}/gettext/projects/GNOME/trigger
448 %dir %{_datadir}/gettext/projects/KDE
449 %{_datadir}/gettext/projects/KDE/teams.*
450 %attr(755,root,root) %{_datadir}/gettext/projects/KDE/team-address
451 %attr(755,root,root) %{_datadir}/gettext/projects/KDE/trigger
452 %dir %{_datadir}/gettext/projects/TP
453 %{_datadir}/gettext/projects/TP/teams.*
454 %attr(755,root,root) %{_datadir}/gettext/projects/TP/team-address
455 %attr(755,root,root) %{_datadir}/gettext/projects/TP/trigger
456 %{_datadir}/gettext/styles
457
458 %files static
459 %defattr(644,root,root,755)
460 %{_libdir}/libgettext*.a
461
462 %if %{with asprintf}
463 %files -n libasprintf
464 %defattr(644,root,root,755)
465 %doc gettext-runtime/libasprintf/{AUTHORS,ChangeLog,README}
466 %attr(755,root,root) %{_libdir}/libasprintf.so.*.*.*
467
468 %files -n libasprintf-devel
469 %defattr(644,root,root,755)
470 %attr(755,root,root) %{_libdir}/libasprintf.so
471 %{_libdir}/libasprintf.la
472 %{_includedir}/autosprintf.h
473 %{_infodir}/autosprintf.info*
474
475 %files -n libasprintf-static
476 %defattr(644,root,root,755)
477 %{_libdir}/libasprintf.a
478 %endif
479
480 %if %{build_java}
481 %files java
482 %defattr(644,root,root,755)
483 %{_datadir}/gettext/libintl.jar
484
485 %files java-devel
486 %defattr(644,root,root,755)
487 %doc gettext-runtime/intl-java/javadoc2
488 %attr(755,root,root) %{_libdir}/gettext/gnu.gettext.DumpResource
489 %attr(755,root,root) %{_libdir}/gettext/gnu.gettext.GetURL
490 %{_datadir}/gettext/javaversion.class
491 %endif
492
493 %if %{with xemacs}
494 %files -n xemacs-po-mode-pkg
495 %defattr(644,root,root,755)
496 %dir %{_datadir}/xemacs-packages/lisp/po-mode
497 %{_datadir}/xemacs-packages/lisp/po-mode/*.elc
498 %endif
499
500 %files autopoint
501 %defattr(644,root,root,755)
502 %attr(755,root,root) %{_bindir}/autopoint
503 %{_datadir}/gettext/archive.tar.gz
504 %{_mandir}/man1/autopoint.1*
505
506 %if %{with dotnet}
507 %files -n dotnet-gettext
508 %defattr(644,root,root,755)
509 %{_libdir}/GNU.Gettext.dll
510 %{_libdir}/gettext/msgfmt.net.exe
511 %{_libdir}/gettext/msgunfmt.net.exe
512 %endif
This page took 0.122882 seconds and 3 git commands to generate.