source: projects/specs/trunk/g/gambas3/gambas3-vl.spec @ 9791

Revision 9791, 65.8 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1Summary:        BASIC compiler, IDE and GUI builder
2Summary(ja):    GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
3Name:           gambas3
4Version:        3.8.2
5Release:        1%{?_dist_release}
6Source0:        %{name}-%{version}.tar.bz2
7Source1:        gambas3.desktop
8#Source2:       gambas2-2.6.0-ja.po
9#Source3:       gambas2-2.6.0-ja.mo
10
11License:        GPL
12Group:          Applications/Development
13URL:            http://gambas.sourceforge.net/
14
15BuildRequires:  qt4-devel >= 4.3.4
16BuildRequires:  curl-devel >= 7.13
17BuildRequires:  libxml2-devel
18BuildRequires:  libxslt-devel
19BuildRequires:  zlib-devel
20BuildRequires:  bzip2-devel
21BuildRequires:  libpq-devel
22BuildRequires:  libmysqlclient-devel
23BuildRequires:  unixODBC-devel
24BuildRequires:  sqlite-devel
25BuildRequires:  sqlite3-devel
26BuildRequires:  pcre-devel
27BuildRequires:  librsvg2-devel
28BuildRequires:  SDL-devel
29BuildRequires:  SDL_mixer-devel
30BuildRequires:  SDL_image-devel
31BuildRequires:  SDL_ttf-devel
32BuildRequires:  SDL_gfx-devel
33BuildRequires:  glibc-devel
34BuildRequires:  libpng-devel
35BuildRequires:  libjpeg-devel
36BuildRequires:  kernel-source
37BuildRequires:  gamin-devel
38BuildRequires:  poppler-devel >= 0.5
39BuildRequires:  libffi-devel
40BuildRequires:  gtk2-devel >= 2.10
41BuildRequires:  gtkglext-devel
42BuildRequires:  xorg-x11-proto-devel
43BuildRequires:  mesa-libGL-devel
44BuildRequires:  mesa-libGLU-devel
45BuildRequires:  xdg-utils
46BuildRequires:  libXtst-devel
47BuildRequires:  libXmu-devel
48BuildRequires:  glew-devel
49BuildRequires:  cairo-devel >= 1.6.0
50BuildRequires:  libgnome-keyring-devel
51BuildRequires:  dbus-devel
52BuildRequires:  imlib2-devel >= 1.4.0
53BuildRequires:  libv4l-devel
54BuildRequires:  libtool-ltdl-devel
55
56
57BuildRoot:      %{_tmppath}/%{name}-%{version}-root
58
59Vendor: Project Vine
60Distribution: Vine Linux
61Packager:       kazutaka
62
63%description
64Gambas is a free development environment based on a Basic interpreter
65with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
66With Gambas, you can quickly design your program GUI, access MySQL or
67PostgreSQL databases, control KDE applications with DCOP, translate
68your program into many languages, create network applications easily,
69build RPMs of your apps automatically, and so on... You have to install
70the necessary components
71
72
73%description -l ja
74Gambas はオブジェクト指向に拡張された BASIC インタプリタベースの、Visual
75Basic(TM) に良く似た(でもクローンではありません!)フリーな開発環境です。
76Gambas を使えば、GUI のすばやいデザイン、MySQL や PostgreSQL データベース
77へのアクセス、DCOP 経由での KDE アプリケーションの制御、プログラムの多言
78語への翻訳、ネットワークアプリケーションの手軽な開発、RPMパッケージの自動
79作成、等々が可能になります。必要に応じてコンポーネントをインストールして
80ください。
81
82#-----------------------------------------------------------------------------
83
84%package runtime
85Summary:        The Gambas runtime
86Summary(ja):    Gambas ランタイム
87Group:          Applications/Development
88Requires:       %{name}-gb-debug = %{version}-%{release}
89Requires:       %{name}-gb-eval = %{version}-%{release}
90Requires:       %{name}-gb-geom = %{version}-%{release}
91Requires:       %{name}-gb-draw = %{version}-%{release}
92Requires:       %{name}-gb-gui = %{version}-%{release}
93
94Requires(post): xdg-utils
95
96Obsoletes:      %{name}-gb-info < 3.0.0
97Provides:       %{name}-gb-info = %{version}-%{release}
98
99%description runtime
100This package includes the Gambas interpreter needed to run Gambas applications.
101
102%description runtime -l ja
103このパッケージには Gambas アプリケーションの実行に必要なインタプリタ
104が含まれています。
105
106#-----------------------------------------------------------------------------
107
108%package devel
109Summary:        The development package for Gambas
110Summary(ja):    Gambas の開発用パッケージ
111Group:          Applications/Development
112
113%description devel
114This package includes all tools needed to compile Gambas projects without
115having to install the complete development environment.
116
117%description devel -l ja
118このパッケージには、IDE をインストールせずに Gambas アプリケーションを
119コンパイルするのに必要なツールが含まれています。
120
121#-----------------------------------------------------------------------------
122
123%package scripter
124Summary:        The Gambas scripter package
125Summary(ja):    Gambas スクリプト実行用パッケージ
126Group:          Applications/Development
127Requires:       %{name}-runtime = %{version}-%{release}
128Requires:       %{name}-devel = %{version}-%{release}
129
130%description scripter
131This package includes the scripter program that allows to write script
132files in Gambas.
133
134%description scripter -l ja
135このパッケージには、Gambas で記述したスクリプトを実行する scripter
136プログラムが含まれています。
137
138#-----------------------------------------------------------------------------
139
140%package ide
141Summary:        BASIC compiler, IDE and GUI builder
142Summary(ja):    GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
143Group:          Applications/Development
144Requires:       %{name}-runtime = %{version}-%{release}
145Requires:       %{name}-devel = %{version}-%{release}
146Requires:       %{name}-gb-args = %{version}-%{release}
147Requires:       %{name}-gb-cairo = %{version}-%{release}
148Requires:       %{name}-gb-chart = %{version}-%{release}
149Requires:       %{name}-gb-clipper = %{version}-%{release}
150Requires:       %{name}-gb-complex = %{version}-%{release}
151Requires:       %{name}-gb-compress = %{version}-%{release}
152Requires:       %{name}-gb-crypt = %{version}-%{release}
153Requires:       %{name}-gb-data = %{version}-%{release}
154Requires:       %{name}-gb-db = %{version}-%{release}
155Requires:       %{name}-gb-db-form = %{version}-%{release}
156Requires:       %{name}-gb-db-mysql = %{version}-%{release}
157Requires:       %{name}-gb-db-odbc = %{version}-%{release}
158Requires:       %{name}-gb-db-postgresql = %{version}-%{release}
159Requires:       %{name}-gb-db-sqlite2 = %{version}-%{release}
160Requires:       %{name}-gb-db-sqlite3 = %{version}-%{release}
161Requires:       %{name}-gb-dbus = %{version}-%{release}
162Requires:       %{name}-gb-desktop = %{version}-%{release}
163Requires:       %{name}-gb-eval = %{version}-%{release}
164Requires:       %{name}-gb-eval-highlight = %{version}-%{release}
165Requires:       %{name}-gb-form = %{version}-%{release}
166Requires:       %{name}-gb-form-dialog = %{version}-%{release}
167Requires:       %{name}-gb-form-editor = %{version}-%{release}
168Requires:       %{name}-gb-form-mdi = %{version}-%{release}
169Requires:       %{name}-gb-geom = %{version}-%{release}
170Requires:       %{name}-gb-gtk = %{version}-%{release}
171Requires:       %{name}-gb-gtk-opengl = %{version}-%{release}
172Requires:       %{name}-gb-httpd = %{version}-%{release}
173Requires:       %{name}-gb-image = %{version}-%{release}
174Requires:       %{name}-gb-image-effect = %{version}-%{release}
175Requires:       %{name}-gb-image-imlib = %{version}-%{release}
176Requires:       %{name}-gb-image-io = %{version}-%{release}
177Requires:       %{name}-gb-inotify = %{version}-%{release}
178Requires:       %{name}-gb-libxml = %{version}-%{release}
179Requires:       %{name}-gb-logging = %{version}-%{release}
180Requires:       %{name}-gb-map = %{version}-%{release}
181Requires:       %{name}-gb-markdown = %{version}-%{release}
182Requires:       %{name}-gb-memcached = %{version}-%{release}
183Requires:       %{name}-gb-mysql = %{version}-%{release}
184Requires:       %{name}-gb-ncurses = %{version}-%{release}
185Requires:       %{name}-gb-net = %{version}-%{release}
186Requires:       %{name}-gb-net-curl = %{version}-%{release}
187Requires:       %{name}-gb-net-smtp = %{version}-%{release}
188Requires:       %{name}-gb-opengl = %{version}-%{release}
189Requires:       %{name}-gb-opengl-glu = %{version}-%{release}
190Requires:       %{name}-gb-opengl-sge = %{version}-%{release}
191Requires:       %{name}-gb-openssl = %{version}-%{release}
192Requires:       %{name}-gb-option = %{version}-%{release}
193Requires:       %{name}-gb-pcre = %{version}-%{release}
194Requires:       %{name}-gb-pdf = %{version}-%{release}
195Requires:       %{name}-gb-qt4 = %{version}-%{release}
196Requires:       %{name}-gb-qt4-ext = %{version}-%{release}
197Requires:       %{name}-gb-qt4-opengl = %{version}-%{release}
198Requires:       %{name}-gb-qt4-webkit = %{version}-%{release}
199Requires:       %{name}-gb-report = %{version}-%{release}
200Requires:       %{name}-gb-report2 = %{version}-%{release}
201Requires:       %{name}-gb-scanner = %{version}-%{release}
202Requires:       %{name}-gb-sdl = %{version}-%{release}
203Requires:       %{name}-gb-sdl-sound = %{version}-%{release}
204Requires:       %{name}-gb-settings = %{version}-%{release}
205Requires:       %{name}-gb-signal = %{version}-%{release}
206Requires:       %{name}-gb-util = %{version}-%{release}
207Requires:       %{name}-gb-util-web = %{version}-%{release}
208Requires:       %{name}-gb-v4l = %{version}-%{release}
209Requires:       %{name}-gb-vb = %{version}-%{release}
210Requires:       %{name}-gb-web = %{version}-%{release}
211Requires:       %{name}-gb-xml = %{version}-%{release}
212Requires:       %{name}-gb-xml-html = %{version}-%{release}
213Requires:       %{name}-gb-xml-rpc = %{version}-%{release}
214Requires:       %{name}-gb-xml-xslt = %{version}-%{release}
215
216%description ide
217Gambas is a free development environment based on a Basic interpreter
218with object extensions, like Visual Basic(tm) (but it is NOT a clone!).
219With Gambas, you can quickly design your program GUI, access MySQL or
220PostgreSQL databases, control KDE applications with DCOP, translate
221your program into many languages, create network applications easily,
222build RPMs of your apps automatically, and so on... You have to install
223the necessary components
224
225This package includes the complete Gambas Development Environment, with the
226database manager, the help files, and all components.
227
228%description ide -l ja
229Gambas はオブジェクト指向に拡張された BASIC インタプリタベースの、Visual
230Basic(TM) に良く似た(でもクローンではありません!)フリーな開発環境です。
231Gambas を使えば、GUI のすばやいデザイン、MySQL や PostgreSQL データベース
232へのアクセス、DCOP 経由での KDE アプリケーションの制御、プログラムの多言
233語への翻訳、ネットワークアプリケーションの手軽な開発、RPMパッケージの自動
234作成、等々が可能になります。必要に応じてコンポーネントをインストールして
235ください。
236
237このパッケージには IDE (統合開発環境)、データベースマネージャ、ヘルプ
238ファイル、およびその他のコンポーネントが含まれています。
239
240#-----------------------------------------------------------------------------
241
242%package gb-args
243Summary:        The Gambas program arguments parser
244Summary(ja):    Gambas 用プログラム引数解析コンポーネント
245Group:          Applications/Development
246Requires:       %{name}-runtime = %{version}-%{release}
247
248%description gb-args
249This component allows you to extract options from the program arguments.
250
251%description gb-args -l ja
252このコンポーネントによりプログラムの引数からオプションを抽出できる
253ようになります。
254
255#-----------------------------------------------------------------------------
256
257%package gb-cairo
258Summary:        A cairo component
259Summary(ja):    Cairo コンポーネント
260Group:          Applications/Development
261Requires:       %{name}-runtime = %{version}-%{release}
262
263%description gb-cairo
264This component allows you to handle vectorial drawing based on Cairo
2652D graphics library.
266
267%description gb-cairo -l ja
268このコンポーネントにより Cairo 2D グラフィックライブラリを利用した
269ベクトル形式の描画機能を利用できるようになります。
270
271#-----------------------------------------------------------------------------
272
273%package gb-chart
274Summary:        The Gambas chart component
275Summary(ja):    Gambas 用 グラフコンポーネント
276Group:          Applications/Development
277Requires:       %{name}-runtime = %{version}-%{release}
278
279%description gb-chart
280This component provides functions to draw chats.
281
282%description gb-chart -l ja
283このコンポーネントはグラフを作図する機能を提供します。
284
285#-----------------------------------------------------------------------------
286
287%package gb-clipper
288Summary:        A polygon management based on Clipper library for Gambas
289Summary(ja):    Gambas 用 Clipper ライブラリベースのポリゴン管理コンポーネント
290Group:          Applications/Development
291Requires:       %{name}-runtime = %{version}-%{release}
292
293%description gb-clipper
294This component implements polygon clipping methods based on the
295Clipper library.
296
297%description gb-clipper -l ja
298このコンポーネントは Clipper ライブラリベースのポリゴンの切り出し機能を
299実装しています。
300
301#-----------------------------------------------------------------------------
302
303%package gb-complex
304Summary:        A complex number component
305Summary(ja):    複素数コンポーネント
306Group:          Applications/Development
307Requires:       %{name}-runtime = %{version}-%{release}
308
309%description gb-complex
310This component brings complex numbers support to the interpreter.
311
312%description gb-complex -l ja
313このコンポーネントによりインタープリターに複素数のサポートします。
314
315#-----------------------------------------------------------------------------
316
317%package gb-compress
318Summary:        A compression component
319Summary(ja):    圧縮コンポーネント
320Group:          Applications/Development
321Requires:       %{name}-runtime = %{version}-%{release}
322
323%description gb-compress
324This component allows you to compress/uncompress data or files with
325the bzip2 and zip algorithms.
326
327%description gb-compress -l ja
328このコンポーネントによりデータやファイルを bzip2 および zip 形式で圧縮
329できるようになります。
330
331#-----------------------------------------------------------------------------
332
333%package gb-crypt
334Summary:        The Gambas crypt component
335Summary(ja):    Gambas 用暗号化コンポーネント
336Group:          Applications/Development
337Requires:       %{name}-runtime = %{version}-%{release}
338
339%description gb-crypt
340This component provides crypt function to Gambas, that allows
341to use the crypt() Gnu C library function.
342
343%description gb-crypt -l ja
344このコンポーネントにより GNU C ライブラリの crypt() を利用した
345暗号化機能が利用できるようになります。
346
347#-----------------------------------------------------------------------------
348
349%package gb-data
350Summary:        More container datatypes component
351Summary(ja):    様々なコンテナデータ型コンポーネント
352Group:          Applications/Development
353Requires:       %{name}-runtime = %{version}-%{release}
354
355%description gb-data
356%{summary}
357
358#-----------------------------------------------------------------------------
359
360%package gb-db
361Summary:        The database component
362Summary(ja):    データベースコンポーネント
363Group:          Applications/Development
364Requires:       %{name}-runtime = %{version}-%{release}
365
366%description gb-db
367This component allows you to access many databases management systems,
368provided that you install the needed driver packages.
369
370%description gb-db -l ja
371このコンポーネントにより様々な種類のデータベース管理システムにアクセス
372できるようになります。(ただし各データベース用のドライバをあらかじめ
373インストールしておく必要があります。)
374
375#-----------------------------------------------------------------------------
376
377%package gb-db-form
378Summary:        The database form component
379Summary(ja):    データベース用フォームコンポーネント
380Group:          Applications/Development
381Requires:       %{name}-runtime = %{version}-%{release}
382Requires:       %{name}-gb-db = %{version}-%{release}
383
384%description gb-db-form
385This component provides some data bound controls, i.e. controls that can
386display and edit database records automatically.
387
388%description gb-db-form -l ja
389このコンポーネントはいくつかのデータバウンドコントロールを提供します。
390(例えばデータベースのレコードを自動的に表示/編集できるコントロールなど)
391
392#-----------------------------------------------------------------------------
393
394%package gb-db-mysql
395Summary:        The MySQL driver for the Gambas database component
396Summary(ja):    Gambas データベースコンポーネント用の MySQL ドライバ
397Group:          Applications/Development
398Requires:       %{name}-runtime = %{version}-%{release}
399Requires:       %{name}-gb-db = %{version}-%{release}
400
401%description gb-db-mysql
402This component allows you to access MySQL databases.
403
404%description gb-db-mysql -l ja
405このコンポーネントにより MySQL データベースにアクセスできるように
406なります。
407
408#-----------------------------------------------------------------------------
409
410%package gb-db-odbc
411Summary:        The ODBC driver for the Gambas database component
412Summary(ja):    Gambas データベースコンポーネント用の ODBC ドライバ
413Group:          Applications/Development
414Requires:       %{name}-runtime = %{version}-%{release}
415Requires:       %{name}-gb-db = %{version}-%{release}
416
417%description gb-db-odbc
418This component allows you to access databases via unixODBC.
419
420%description gb-db-odbc -l ja
421このコンポーネントにより unixODBC経由でデータベースにアクセスできるよう
422になります。
423
424#-----------------------------------------------------------------------------
425
426%package gb-db-postgresql
427Summary:        The postgresql driver for the Gambas database component
428Summary(ja):    Gambas データベースコンポーネント用の postgresql ドライバ
429Group:          Applications/Development
430Requires:       %{name}-runtime = %{version}-%{release}
431Requires:       %{name}-gb-db = %{version}-%{release}
432
433%description gb-db-postgresql
434This component allows you to access postgresql databases.
435
436%description gb-db-postgresql -l ja
437このコンポーネントにより postgresql データベースにアクセスできるように
438なります。
439
440#-----------------------------------------------------------------------------
441
442%package gb-db-sqlite2
443Summary:        The SQLite2 driver for the Gambas database component
444Summary(ja):    Gambas データベースコンポーネント用の SQLite2 ドライバ
445Group:          Applications/Development
446Requires:       %{name}-runtime = %{version}-%{release}
447Requires:       %{name}-gb-db = %{version}-%{release}
448Requires:       sqlite
449
450%description gb-db-sqlite2
451This component allows you to access SQLite2 databases.
452
453%description gb-db-sqlite2 -l ja
454このコンポーネントにより SQLite2 データベースにアクセスできるように
455なります。
456
457#-----------------------------------------------------------------------------
458
459%package gb-db-sqlite3
460Summary:        The SQLite3 driver for the Gambas database component
461Summary(ja):    Gambas データベースコンポーネント用の SQLite3 ドライバ
462Group:          Applications/Development
463Requires:       %{name}-runtime = %{version}-%{release}
464Requires:       %{name}-gb-db = %{version}-%{release}
465Requires:       sqlite3
466
467%description gb-db-sqlite3
468This component allows you to access SQLite3 databases.
469
470%description gb-db-sqlite3 -l ja
471このコンポーネントにより SQLite3 データベースにアクセスできるように
472なります。
473
474#-----------------------------------------------------------------------------
475
476%package gb-debug
477Summary:        A debugger helper for the IDE
478Summary(ja):    IDE 用のデバッガヘルパー
479Group:          Applications/Development
480Requires:       %{name}-runtime = %{version}-%{release}
481
482%description gb-debug
483This component helps the IDE to debug Gambas programs.
484
485%description gb-debug -l ja
486このコンポーネントは IDE 上でのデバッグを支援します。
487
488#-----------------------------------------------------------------------------
489
490%package gb-desktop
491Summary:        The Gambas desktop component.
492Summary(ja):    Gambas 用 デスクトップコンポーネント
493Group:          Applications/Development
494Requires:       %{name}-runtime = %{version}-%{release}
495Requires:       %{name}-gb-form = %{version}-%{release}
496Requires:       %{name}-gb-image = %{version}-%{release}
497
498%description gb-desktop
499This component provides some functions based on the xdg-tools of Portland
500 Project. It can be commonly used in diffrent desktop environment.
501
502%description gb-desktop -l ja
503このコンポーネントは Portland Project の xdg-utils をベースにした、
504異なるデスクトップ環境で共用できる機能を提供します。
505
506#-----------------------------------------------------------------------------
507
508%package gb-draw
509Summary:        The Gambas draw component.
510Summary(ja):    Gambas 用 描画コンポーネント
511Group:          Applications/Development
512Requires:       %{name}-runtime = %{version}-%{release}
513
514%description gb-draw
515This component provides drawing class to gambas.
516This component was originally implemented as an intenal
517class, But now it is separated as a component.
518
519%description gb-draw -l ja
520このコンポーネントは描画用のクラスを提供します。
521このコンポーネントは、元々内部クラスとして実装されていましたが、
522別コンポーネントとして分離されました。
523
524#-----------------------------------------------------------------------------
525
526%package gb-dbus
527Summary:        The Gambas dbus component.
528Summary(ja):    Gambas 用 dbus コンポーネント
529Group:          Applications/Development
530Requires:       %{name}-runtime = %{version}-%{release}
531
532%description gb-dbus
533This component allows to take part in the D-Bus system.
534
535%description gb-dbus -l ja
536このコンポーネントにより、D-Bus システムを経由したメッセージの
537送受信が利用できるようになります。
538
539#-----------------------------------------------------------------------------
540
541%package gb-eval
542Summary:        An expression evaluator component
543Summary(ja):    式評価用のコンポーネント
544Group:          Applications/Development
545Requires:       %{name}-runtime = %{version}-%{release}
546
547%description gb-eval
548This component allows you to evaluate expressions at runtime.
549It is used by the Gambas Eval() function.
550
551%description gb-eval -l ja
552このコンポーネントにより実行時に式を評価できるようになります。
553これは Gambas Eval() ファンクションで使用されます。
554
555#-----------------------------------------------------------------------------
556
557%package gb-eval-highlight
558Summary:        An expression evaluator highlight component
559Summary(ja):    式評価のハイライト用コンポーネント
560Group:          Applications/Development
561Requires:       %{name}-runtime = %{version}-%{release}
562Requires:       %{name}-gb-eval = %{version}-%{release}
563
564%description gb-eval-highlight
565This component provides some useful features for analyzing and highlighting
566a line of Gambas code.
567
568%description gb-eval-highlight -l ja
569このコンポーネントは、Gambas のコードを分析する時に便利なハイライト表示
570機能を提供します。
571
572#-----------------------------------------------------------------------------
573
574%package gb-form
575Summary:        The Gambas form component
576SUmmary(ja):    Gambas 用フォームコンポーネント
577Group:          Applications/Development
578Requires:       %{name}-runtime = %{version}-%{release}
579
580%description gb-form
581Implements a toolkit-independent form class for Gambas.
582
583%description gb-form -l ja
584Gambas 用のツールキットに依存しないフォームクラスの実装です。
585
586#-----------------------------------------------------------------------------
587
588%package gb-form-dialog
589Summary:        The Gambas enhanced dialog form component
590SUmmary(ja):    Gambas 用拡張ダイアログフォームコンポーネント
591Group:          Applications/Development
592Requires:       %{name}-runtime = %{version}-%{release}
593
594%description gb-form-dialog
595Implements a enhanced dialog form class for Gambas.
596
597%description gb-form-dialog -l ja
598Gambas 用の拡張されたダイアログフォームクラスの実装です。
599
600#-----------------------------------------------------------------------------
601
602%package gb-form-editor
603Summary:        Gambas3 component package for form-editor
604Group:          Development/Tools
605Requires:       %{name}-runtime = %{version}-%{release}
606
607%description gb-form-editor
608%{summary}
609
610#-----------------------------------------------------------------------------
611
612%package gb-form-mdi
613Summary:        The Gambas mdi form component
614SUmmary(ja):    Gambas 用 MDI フォームコンポーネント
615Group:          Applications/Development
616Requires:       %{name}-runtime = %{version}-%{release}
617
618%description gb-form-mdi
619Implements a new version of the Workspace control for Gambas.
620
621%description gb-form-mdi -l ja
622Gambas 用の新しいバージョンのワークスペースコントロールの実装です。
623
624#-----------------------------------------------------------------------------
625
626%package gb-geom
627Summary:        The Gambas Geometry component
628Summary(ja):    Gambas 用幾何学コンポーネント
629Group:          Applications/Development
630Requires:       %{name}-runtime = %{version}-%{release}
631
632%description gb-geom
633This package includes the Gambas Geometry component.
634
635%description gb-geom -l ja
636このパッケージには Gambas 用の 幾何学コンポーネントが含まれています。
637
638#-----------------------------------------------------------------------------
639
640%package gb-gtk
641Summary:        The Gambas Gtk GUI component
642Summary(ja):    GTK GUI コンポーネント
643Group:          Applications/Development
644Requires:       %{name}-runtime = %{version}-%{release}
645Requires:       gtk2 >= 2.10
646
647%description gb-gtk
648This package includes the Gambas GTK GUI component.
649
650%description gb-gtk -l ja
651このパッケージには Gambas 用の GTK GUI コンポーネントが含まれています。
652
653#-----------------------------------------------------------------------------
654
655%package gb-httpd
656Summary:        The Gambas httpd component
657Summary(ja):    GTK OpenGL コンポーネント
658Group:          Applications/Development
659Requires:       %{name}-runtime = %{version}-%{release}
660Requires:       apache2
661
662%description gb-httpd
663This package includes the Gambas httpd component.
664
665%description gb-httpd -l ja
666このパッケージには Gambas 用の httpd コンポーネントが含まれています。
667
668#-----------------------------------------------------------------------------
669
670%package gb-gtk-opengl
671Summary:        The Gambas Gtk OpenGL component
672Summary(ja):    GTK OpenGL コンポーネント
673Group:          Applications/Development
674Requires:       %{name}-runtime = %{version}-%{release}
675
676%description gb-gtk-opengl
677This package includes the Gambas GTK OpenGL component.
678
679%description gb-gtk-opengl -l ja
680このパッケージには Gambas 用の GTK OpenGL コンポーネントが含まれています。
681
682#-----------------------------------------------------------------------------
683
684%package gb-gui
685Summary:        The Gambas GUI component.
686Summary(ja):    Gambas 用 GUI コンポーネント
687Group:          Applications/Development
688Requires:       %{name}-runtime = %{version}-%{release}
689
690%description gb-gui
691This component allows you to load gb.qt4 component when KDE is
692running or gtk component when GNOME is running.
693
694%description gb-gui -l ja
695このコンポーネントにより、KDE 環境では gb.qt4 コンポーネントを、
696GNOME 環境では gb.gtk コンポーネントを読み込むことができるように
697なります。
698
699#-----------------------------------------------------------------------------
700
701%package gb-image
702Summary:        The Gambas image component.
703Summary(ja):    Gambas 用のイメージ編集コンポーネント
704Group:          Applications/Development
705Requires:       %{name}-runtime = %{version}-%{release}
706
707%description gb-image
708This component implements image and color management routines. The filter and
709effects routines are now located in the gb.image.effect component.
710
711%description gb-image -l ja
712このコンポーネントはイメージ及び色管理用のルーチンを実装しています。
713実際のフィルタやエフェクトは gb.image.effect コンポーネントに含まれています。
714
715#-----------------------------------------------------------------------------
716
717%package gb-image-effect
718Summary:        The Gambas image effect component.
719Summary(ja):    Gambas 用のイメージエフェクトコンポーネント
720Group:          Applications/Development
721Requires:       %{name}-runtime = %{version}-%{release}
722Requires:       %{name}-gb-image = %{version}-%{release}
723
724%description gb-image-effect
725This component implements image filtering routines.
726
727%description gb-image-effect -l ja
728このコンポーネントはイメージへのフィルタやエフェクト用ルーチンを実装して
729います。
730
731#-----------------------------------------------------------------------------
732
733%package gb-image-imlib
734Summary:        The Gambas imlib component.
735Summary(ja):    Gambas 用の Imlib コンポーネント
736Group:          Applications/Development
737Requires:       %{name}-runtime = %{version}-%{release}
738Requires:       %{name}-gb-image = %{version}-%{release}
739Requires:       imlib2 >= 1.4.0
740
741%description gb-image-imlib
742This component implements image routines based on the Imlib2 library.
743
744%description gb-image-imlib -l ja
745このコンポーネントは Imlib2 ライブラリを利用したイメージ用ルーチンを実装
746しています。
747
748#-----------------------------------------------------------------------------
749
750%package gb-image-io
751Summary:        The Gambas image io component.
752Summary(ja):    Gambas 用のイメージ入出力コンポーネント
753Group:          Applications/Development
754Requires:       %{name}-runtime = %{version}-%{release}
755Requires:       %{name}-gb-image = %{version}-%{release}
756
757%description gb-image-io
758This component implements image loading and saving routines.
759
760%description gb-image-io -l ja
761このコンポーネントはイメージの入出力用ルーチンを実装しています。
762
763#-----------------------------------------------------------------------------
764
765%package gb-inotify
766Summary:        Gambas3 component package for inotify
767Group:          Development/Tools
768Requires:       %{name}-runtime = %{version}-%{release}
769
770%description gb-inotify
771%{summary}
772
773#-----------------------------------------------------------------------------
774
775%package gb-libxml
776Summary:        The Gambas libxml component.
777Summary(ja):    Gambas 用の libxml コンポーネント
778Group:          Applications/Development
779Requires:       %{name}-runtime = %{version}-%{release}
780
781%description gb-libxml
782This component implements image routines based on the libxml library.
783
784%description gb-libxml -l ja
785このコンポーネントは libxml ライブラリを利用したイメージ用ルーチンを実装
786しています。
787
788#-----------------------------------------------------------------------------
789
790%package gb-logging
791Summary:        The Gambas loggin component.
792Summary(ja):    Gambas 用の loggin コンポーネント
793Group:          Applications/Development
794Requires:       %{name}-runtime = %{version}-%{release}
795
796%description gb-logging
797This package includes the Gambas loggin component.
798
799%description gb-logging -l j
800このパッケージには Gambas 用のロギングコンポーネントが含まれています。
801
802#-----------------------------------------------------------------------------
803
804%package gb-map
805Summary:        The Gambas map component.
806Summary(ja):    Gambas 用の map コンポーネント
807Group:          Applications/Development
808Requires:       %{name}-runtime = %{version}-%{release}
809
810%description gb-map
811This component allows to display map tiles from different sources on
812multiples layers.
813
814%description gb-map -l ja
815このパッケージにより、様々なレイヤー上に様々なソースから入手した地図を
816表示することができます。
817
818#-----------------------------------------------------------------------------
819
820%package gb-markdown
821Summary:        Gambas3 component package for markdown
822Group:          Development/Tools
823Requires:       %{name}-runtime = %{version}-%{release}
824
825%description gb-markdown
826%{summary}.
827
828#-----------------------------------------------------------------------------
829
830%package gb-memcached
831Summary:        The Gambas Memcached component.
832Summary(ja):    Gambas 用の Memcached コンポーネント
833Group:          Applications/Development
834Requires:       %{name}-runtime = %{version}-%{release}
835
836%description gb-memcached
837This component aims at providing a fully usable interface of Memcached.
838
839%description gb-memcached -l ja
840このコンポーネントにより Memcached の機能を全て網羅したインターフェースを
841利用することができます。
842
843#-----------------------------------------------------------------------------
844
845%package gb-mysql
846Summary:        The MySQL specific routine for the Gambas database component
847Summary(ja):    Gambas データベースコンポーネントの MySQL 専用ドライバ
848Group:          Applications/Development
849Requires:       %{name}-runtime = %{version}-%{release}
850Requires:       %{name}-gb-db = %{version}-%{release}
851
852%description gb-mysql
853This component allows you to access MySQL databases with MySQL specific
854routines.
855
856%description gb-mysql -l ja
857このコンポーネントにより MySQL データベースに固有のデータ形式でアクセスでき
858るようになります。
859
860#-----------------------------------------------------------------------------
861
862%package gb-ncurses
863Summary:        The Gambas ncurses component.
864Summary(ja):    Gambas 用の ncurses コンポーネント
865Group:          Applications/Development
866Requires:       %{name}-runtime = %{version}-%{release}
867
868%description gb-ncurses
869This component implements image routines based on the ncurses library.
870
871%description gb-ncurses -l ja
872このコンポーネントは ncurses ライブラリを利用したイメージ用ルーチンを実装
873しています。
874
875#-----------------------------------------------------------------------------
876
877%package gb-net
878Summary:        The networking component
879Summary(ja):    ネットワーク制御用のコンポーネント
880Group:          Applications/Development
881Requires:       %{name}-runtime = %{version}-%{release}
882
883%description gb-net
884This component allows you to use TCP/IP and UDP sockets, and to access
885any serial ports.
886
887%description gb-net -l ja
888このコンポーネントにより TCP/IP と UDP ソケットの使用、およびシリアル
889ポートへのアクセスができるようになります。
890
891#-----------------------------------------------------------------------------
892
893%package gb-net-curl
894Summary:        The advanced networking component
895Summary(ja):    高度なネットワーク制御用のコンポーネント
896Group:          Applications/Development
897Requires:       %{name}-runtime = %{version}-%{release}
898Requires:       %{name}-gb-net = %{version}-%{release}
899Requires:       curl >= 7.13
900
901%description gb-net-curl
902This component allows your programs to easily become FTP or HTTP clients.
903
904%description gb-net-curl -l ja
905このコンポーネントにより FTP または HTTP クライアントの開発が容易に
906できるようになります。
907
908#-----------------------------------------------------------------------------
909
910%package gb-net-smtp
911Summary:        The Gambas SMTP component
912Summary(ja):    Gambas 用 SMTP コンポーネント
913Group:          Applications/Development
914Requires:       %{name}-runtime = %{version}-%{release}
915Requires:       %{name}-gb-net = %{version}-%{release}
916
917%description gb-net-smtp
918This component allows you to use SMTP (Simple Mail Transfer Protocol).
919
920%description gb-net-smtp -l ja
921このコンポーネントにより SMTP プロトコルを利用できるようになります。
922
923#-----------------------------------------------------------------------------
924
925%package gb-opengl
926Summary:        The Gambas OpenGL component.
927Summary(ja):    Gambas 用 OpenGL コンポーネント
928Group:          Applications/Development
929Requires:       %{name}-runtime = %{version}-%{release}
930Requires:       XOrg-gl
931
932%description gb-opengl
933This component provides OpenGL library function to Gambas for
934hardware assisted computer graphics.
935
936%description gb-opengl -l ja
937このコンポーネントにより OpenGL ライブラリを使用したハードウェア描画
938機能が利用できるようになります。
939
940#-----------------------------------------------------------------------------
941
942%package gb-opengl-glsl
943Summary:        The Gambas OpenGL shading language component.
944Summary(ja):    Gambas 用 OpenGL シェーディング言語コンポーネント
945Group:          Applications/Development
946Requires:       %{name}-runtime = %{version}-%{release}
947Requires:       XOrg-gl
948
949%description gb-opengl-glsl
950This component provides OpenGL shading language library function to Gambas
951for hardware assisted computer graphics.
952
953%description gb-opengl-glsl -l ja
954このコンポーネントにより OpenGL シェーディング言語ライブラリを使用した
955ハードウェア描画機能が利用できるようになります。
956
957#-----------------------------------------------------------------------------
958
959%package gb-opengl-glu
960Summary:        The Gambas OpenGL utility component.
961Summary(ja):    Gambas 用 OpenGL ユーティリティコンポーネント
962Group:          Applications/Development
963Requires:       %{name}-runtime = %{version}-%{release}
964Requires:       XOrg-gl
965
966%description gb-opengl-glu
967This component provides OpenGL utility library function.
968
969%description gb-opengl-glu -l ja
970このコンポーネントにより OpenGL ユーティリティライブラリ機能が利用
971できるようになります。
972
973#-----------------------------------------------------------------------------
974
975%package gb-opengl-sge
976Summary:        A simple OpenGL game engine for Gambas
977Summary(ja):    Gambas 用のシンプルな OpenGL ゲームエンジン
978Group:          Applications/Development
979Requires:       %{name}-runtime = %{version}-%{release}
980Requires:       XOrg-gl
981
982%description gb-opengl-sge
983This component is a simple OpenGL game engine based on the MD2 model format.
984
985%description gb-opengl-sge -l ja
986このコンポーネントにより MD2 モデルフォーマットをベースとしたシンプルな
987OpenGL ゲームエンジンを利用することができます。
988
989#-----------------------------------------------------------------------------
990
991%package gb-openssl
992Summary:        The Gambas OpenSSL library routines.
993Summary(ja):    Gambas 用 OpenSSL ライブラリルーチン
994Group:          Applications/Development
995Requires:       %{name}-runtime = %{version}-%{release}
996Requires:       openssl
997
998%description gb-openssl
999This package includes the Gambas OpenSLL component.
1000
1001%description gb-openssl -l ja
1002このパッケージには Gambas 用の OpenSSL コンポーネントが含まれています。
1003
1004#-----------------------------------------------------------------------------
1005
1006%package gb-option
1007Summary:        The Gambas command line option component.
1008Summary(ja):    Gambas 用コマンドラインオプションコンポーネント
1009Group:          Applications/Development
1010Requires:       %{name}-runtime = %{version}-%{release}
1011
1012%description gb-option
1013This component is an interface to the getopt() C library function for
1014interpreting the program command-line.
1015
1016%description gb-option -l ja
1017このコンポーネントはプログラムのコマンドラインを解釈する、C ライプラリの
1018getopt() 関数へのインターフェースです。
1019
1020#-----------------------------------------------------------------------------
1021
1022%package gb-pcre
1023Summary:        The Gambas perl-compatible regular expression compon    ent.
1024Summary(ja):    Perl互換の正規表現ライブラリの Gambas 用コンポーネント
1025Group:          Applications/Development
1026Requires:       %{name}-runtime = %{version}-%{release}
1027Requires:       pcre
1028
1029%description gb-pcre
1030This component provides perl-compatible regular expressions to Gambas for
1031powerful text processing and pattern matching.
1032
1033%description gb-pcre -l ja
1034このコンポーネントにより Perl 互換の正規表現ライブラリの持つ強力なテキスト
1035処理機能及びパターンマッチング機能が利用できるようになります。
1036
1037#-----------------------------------------------------------------------------
1038
1039%package gb-pdf
1040Summary:        The Gambas PDF component.
1041Summary(ja):    Gambas 用 PDF コンポーネント
1042Group:          Applications/Development
1043Requires:       %{name}-runtime = %{version}-%{release}
1044Requires:       poppler >= 0.5
1045
1046%description gb-pdf
1047This component privides functions for decoding PDF documents using
1048poppler library.
1049
1050%description gb-pdf -l ja
1051このコンポーネントにより、PDF 文書を描画できるようになります。
1052
1053#-----------------------------------------------------------------------------
1054
1055%package gb-qt4
1056Summary:        The Qt4 GUI component
1057Summary(ja):    Qt4 GUI コンポーネント
1058Group:          Applications/Development
1059Requires:       %{name}-runtime = %{version}-%{release}
1060Requires:       qt4 >= 4.3.4
1061
1062%description gb-qt4
1063This package includes the Gambas QT4 GUI component.
1064
1065%description gb-qt4 -l ja
1066このパッケージには Gambas 用の QT4 GUI コンポーネントが含まれています。
1067
1068#-----------------------------------------------------------------------------
1069
1070%package gb-qt4-ext
1071Summary:        The extended Qt GUI component
1072Summary(ja):    拡張 Qt GUI コンポーネント
1073Group:          Applications/Development
1074Requires:       %{name}-runtime = %{version}-%{release}
1075Requires:       %{name}-gb-qt4 = %{version}-%{release}
1076
1077%description gb-qt4-ext
1078This component includes somme uncommon QT controls.
1079
1080%description gb-qt4-ext -l es
1081このコンポーネントには追加の Qt コントロールが含まれています。
1082
1083#-----------------------------------------------------------------------------
1084
1085%package gb-qt4-webkit
1086Summary:        The browser component based on WebKit
1087Summary(ja):    WebKit ベースのブラウザコンポーネント
1088Group:          Applications/Development
1089Requires:       %{name}-runtime = %{version}-%{release}
1090Requires:       %{name}-gb-qt4 = %{version}-%{release}
1091
1092%description gb-qt4-webkit
1093This component allows to embed the WebKit browser in your application.
1094
1095%description gb-qt4-webkit -l ja
1096このコンポーネントにより WebKit ブラウザをアプリケーションに組み込む
1097ことができるようになります。
1098
1099#-----------------------------------------------------------------------------
1100
1101%package gb-qt4-opengl
1102Summary:        The QT4 OpenGL component.
1103Summary(ja):    QT4 用 OpenGL コンポーネント
1104Group:          Applications/Development
1105Requires:       %{name}-runtime = %{version}-%{release}
1106Requires:       XOrg-gl
1107
1108%description gb-qt4-opengl
1109This component provides QT4 widget for OpenGL library.
1110
1111%description gb-qt4-opengl -l ja
1112このコンポーネントにより OpenGL ライブラリ用の QT4 ウィジェットが
1113利用できるようになります。
1114
1115#-----------------------------------------------------------------------------
1116
1117%package gb-report
1118Summary:        The Gambas report component.
1119Summary(ja):    Gambas 用 レポートコンポーネント
1120Group:          Applications/Development
1121Requires:       %{name}-runtime = %{version}-%{release}
1122
1123%description gb-report
1124This component will become the Gambas report designer.
1125
1126%description gb-report -l ja
1127このコンポーネントはいずれ Gambas 用のレポートデザイナになる予定です。
1128
1129#-----------------------------------------------------------------------------
1130
1131%package gb-report2
1132Summary:        Gambas3 component package for report2
1133Group:          Development/Tools
1134Requires:       %{name}-runtime = %{version}-%{release}
1135
1136%description gb-report2
1137%{summary}
1138
1139#-----------------------------------------------------------------------------
1140
1141%package gb-scanner
1142Summary:        Gambas3 component package for scanner
1143Group:          Development/Tools
1144Requires:       %{name}-runtime = %{version}-%{release}
1145
1146%description gb-scanner
1147%{summary}
1148
1149#-----------------------------------------------------------------------------
1150
1151%package gb-sdl
1152Summary:        The Gambas SDL component
1153Summary(ja):    Gambas 用 SDL コンポーネント
1154Group:          Applications/Development
1155Requires:       %{name}-runtime = %{version}-%{release}
1156Requires:       SDL
1157
1158%description gb-sdl
1159This component provides access to the basic functions and the image
1160part of the SDL library.
1161It provides a drawing surface that is faster than normal X11 toolkits.
1162
1163%description gb-sdl -l ja
1164このコンポーネントは SDL ライブラリの基本機能およびイメージ機能への
1165アクセスを提供しています。
1166これは X ツールキットよりも高速な描画サーフェースを提供します。
1167
1168#-----------------------------------------------------------------------------
1169
1170%package gb-sdl-sound
1171Summary:        The Gambas SDL sound component
1172Summary(ja):    SDL サウンドコンポーネント
1173Group:          Applications/Development
1174Requires:       %{name}-runtime = %{version}-%{release}
1175Requires:       SDL_mixer
1176
1177%description gb-sdl-sound
1178This component uses only the sound part of the SDL library. It allows you to
1179simultaneously play many sounds and a music stored in a file.
1180
1181%description gb-sdl-sound -l ja
1182このコンポーネントは SDL ライブラリのサウンド部分のみを使用しています。
1183これにより多くの種類の音声や音楽を同時に再生する事ができるようになります。
1184
1185#-----------------------------------------------------------------------------
1186
1187%package gb-settings
1188Summary:        The Gambas settings component
1189Summary(ja):    Gambas 設定用コンポーネント
1190Group:          Applications/Development
1191Requires:       %{name}-runtime = %{version}-%{release}
1192
1193%description gb-settings
1194Implements a persistent settings interface for Gambas.
1195
1196%description gb-settings -l ja
1197Gambas 用の設定インターフェースの実装です。
1198
1199#-----------------------------------------------------------------------------
1200
1201%package gb-signal
1202Summary:        The Gambas POSIX signal component
1203Summary(ja):    Gambas 用 POSIX シグナルコンポーネント
1204Group:          Applications/Development
1205Requires:       %{name}-runtime = %{version}-%{release}
1206
1207%description gb-signal
1208This component allows to ignore POSIX signals, or intercept them inside an
1209event handler.
1210
1211%description gb-signal -l ja
1212このコンポーネントにより、イベントハンドラ中で POSIX シグナルを無理したり
1213横取りすることが可能になります。
1214
1215#-----------------------------------------------------------------------------
1216
1217%package gb-util
1218Summary:        Gambas3 component package for util
1219Group:          Development/Tools
1220Requires:       %{name}-runtime = %{version}-%{release}
1221
1222%description gb-util
1223%{summary}
1224
1225#-----------------------------------------------------------------------------
1226
1227%package gb-util-web
1228Summary:        Gambas3 component package for util web
1229Group:          Development/Tools
1230Requires:       %{name}-runtime = %{version}-%{release}
1231
1232%description gb-util-web
1233%{summary}
1234
1235#-----------------------------------------------------------------------------
1236%package gb-v4l
1237Summary:        The Gambas V4L(Video for Linux) component.
1238Summary(ja):    Gambas 用 V4L(Video for Linux) コンポーネント
1239Group:          Applications/Development
1240Requires:       %{name}-runtime = %{version}-%{release}
1241Requires:       libpng
1242Requires:       libjpeg
1243
1244%description gb-v4l
1245This component provides access to all v4l devices with capture support.
1246Capturing images from webcams, TV cards and other sources supported by
1247the v4l (video for Linux) interface is available.
1248.
1249%description gb-v4l -l ja
1250このコンポーネントにより すべての V4L デバイスにアクセスできるようになります。
1251Webカメラ、TVカード及びその他の V4L がサポートするデバイスから、イメージの
1252取り込みが可能になります。
1253
1254#-----------------------------------------------------------------------------
1255
1256%package gb-vb
1257Summary:        The Visual Basic(tm) compatibility component
1258Summary(ja):    Visual Basic(TM) 互換性用コンポーネント
1259Group:          Applications/Development
1260Requires:       %{name}-runtime = %{version}-%{release}
1261
1262%description gb-vb
1263This component aims at including some functions that imitate the behaviour
1264of Visual Basic(tm) functions. Use it only if you try to port some VB
1265projects.
1266
1267%description gb-vb -l ja
1268このコンポーネントは Visual Basic(TM) の機能を模倣した関数を含むことを
1269目的としています。VB プロジェクトを移植する必要がある場合にのみインス
1270トールしてください。
1271
1272#-----------------------------------------------------------------------------
1273
1274%package gb-xml
1275Summary:        The Gambas XML components based on the libxml2 library
1276Summary(ja):    libXml2 ライブラリベースの Gambas 用 XML コンポーネント
1277Group:          Applications/Development
1278Requires:       %{name}-runtime = %{version}-%{release}
1279
1280%description gb-xml
1281This component allows you to read and write XML files. It is based on libxml2.
1282
1283%description gb-xml -l ja
1284このコンポーネントにより libxml2 ライブラリを利用した XML ファイルの
1285読み書きが可能になります。
1286
1287#-----------------------------------------------------------------------------
1288
1289%package gb-xml-html
1290Summary:        XML-HTML protocol implementation for Gambas
1291Summary(ja):    Gambas 用 XML-HTML プロトコルの実装
1292Group:          Applications/Development
1293Requires:       %{name}-runtime = %{version}-%{release}
1294Requires:       %{name}-gb-xml = %{version}-%{release}
1295
1296%description gb-xml-html
1297These components provides XML-HTML protocol implementation for Gambas.
1298
1299%description gb-xml-html -l ja
1300このコンポーネントは Gambas 用の XML-HTML プロトコルの実装を提供します。
1301
1302#-----------------------------------------------------------------------------
1303
1304%package gb-xml-rpc
1305Summary:        XML-RPC protocol implementation for Gambas
1306Summary(ja):    Gambas 用 XML-RPC プロトコルの実装
1307Group:          Applications/Development
1308Requires:       %{name}-runtime = %{version}-%{release}
1309Requires:       %{name}-gb-xml = %{version}-%{release}
1310
1311%description gb-xml-rpc
1312These components provides XML-RPC protocol implementation for Gambas.
1313
1314%description gb-xml-rpc -l ja
1315このコンポーネントは Gambas 用の XML-RPC プロトコルの実装を提供します。
1316
1317#-----------------------------------------------------------------------------
1318
1319%package gb-xml-xslt
1320Summary:        The Gambas XSLT components based on the libxslt library
1321Summary(ja):    libXslt ライブラリベースの Gambas 用 XSLT コンポーネント
1322Group:          Applications/Development
1323Requires:       %{name}-runtime = %{version}-%{release}
1324Requires:       %{name}-gb-xml = %{version}-%{release}
1325
1326%description gb-xml-xslt
1327This component allows you to parse XML files to HTML files.
1328It is based on libxslt.
1329
1330%description gb-xml-xslt -l ja
1331このコンポーネントにより libxslt ライブラリを利用した XML ファイルの
1332HTML への変換が可能になります。
1333
1334#-----------------------------------------------------------------------------
1335
1336%package gb-web
1337Summary:        The Gambas web application development component.
1338Summary(ja):    Gambas 用 ウェブアプリケーション開発コンポーネント
1339Group:          Applications/Development
1340Requires:       %{name}-runtime = %{version}-%{release}
1341
1342%description gb-web
1343This component allows to make a web application based on a CGI script.
1344
1345%description gb-web -l ja
1346このコンポーネントにより CGI スクリプトによるウェブアプリケーションを
1347開発できるようになります。
1348
1349#-----------------------------------------------------------------------------
1350
1351
1352%prep
1353%setup -q
1354# copy updated message catalogue
1355#%{__cp} -f %{SOURCE2} app/src/gambas2/.lang/ja.po
1356#%{__cp} -f %{SOURCE3} app/src/gambas2/.lang/ja.mo
1357
1358%ifarch ppc
1359find . -type f -name configure -exec sed -i 's/-Os/-O2/' {} \;
1360%endif
1361
1362
1363%build
1364#export LDFLAGS="-L/usr/X11R6/%{_lib}"
1365autoreconf -f -i
1366%configure --disable-firebird
1367#       --with-mysql-libraries=%{_libdir}/mysql \
1368#       --with-qt-includes=%{_libdir}/qt3/include \
1369#       --with-qt-libraries=%{_libdir}/qt3/lib \
1370#       --disable-clanlib \
1371#       --enable-kde
1372%{__make}
1373
1374
1375%install
1376%{__rm} -rf ${RPM_BUILD_ROOT}
1377%{__make} install DESTDIR=${RPM_BUILD_ROOT}
1378
1379# remove unnecessary files
1380find $RPM_BUILD_ROOT/%{_libdir} -name "*.la" -exec %{__rm} -f "{}" \;
1381find $RPM_BUILD_ROOT/%{_libdir} -name "*.a" -exec %{__rm} -f "{}" \;
1382
1383# copy pixmap and menu entry.
1384%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps
1385%{__install} -m644 ${RPM_BUILD_DIR}/%{name}-%{version}/app/src/gambas3/img/logo/logo.png ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps/gambas3.png
1386%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/applications
1387mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/%{name}/examples/
1388%{__install} -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/applications/
1389
1390# copy mimetype xml to %{_datadir}
1391%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
1392%{__install} -m644 main/mime/application-x-gambas3.xml ${RPM_BUILD_ROOT}/%{_datadir}/%{name}/
1393
1394
1395%post runtime
1396# register gambas executable mimetype
1397xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
1398touch --no-create %{_datadir}/mime/packages &> /dev/null || :
1399
1400%postun runtime
1401if [ $1 -eq 0 ]; then
1402touch --no-create %{_datadir}/mime/packages &> /dev/null || :
1403update-mime-database %{_datadir}/mime &> /dev/null || :
1404fi
1405
1406%posttrans runtime
1407update-mime-database %{_datadir}/mime &> /dev/null || :
1408
1409%post scripter
1410touch --no-create %{_datadir}/mime/packages &> /dev/null || :
1411
1412%postun scripter
1413if [ $1 -eq 0 ]; then
1414touch --no-create %{_datadir}/mime/packages &> /dev/null || :
1415update-mime-database %{_datadir}/mime &> /dev/null || :
1416fi
1417
1418%posttrans scripter
1419update-mime-database %{_datadir}/mime &> /dev/null || :
1420
1421%clean
1422%{__rm} -rf ${RPM_BUILD_ROOT}
1423
1424
1425%files runtime
1426%defattr(-,root,root)
1427%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
1428%{_bindir}/gbr3
1429%{_bindir}/gbx3
1430%{_libdir}/gambas3/gb.component
1431%{_libdir}/gambas3/gb.so*
1432%{_datadir}/gambas3/info/gb.info
1433%{_datadir}/gambas3/info/gb.list
1434%{_datadir}/gambas3/icons
1435%{_datadir}/gambas3/application-x-gambas3.xml
1436%{_datadir}/gambas3/template/
1437
1438%files devel
1439%defattr(-,root,root)
1440%{_bindir}/gba3
1441%{_bindir}/gbc3
1442%{_bindir}/gbi3
1443
1444%files scripter
1445%defattr(-,root,root)
1446%{_bindir}/gbs3
1447%{_bindir}/gbs3.gambas
1448%{_bindir}/gbw3
1449
1450%files ide
1451%defattr(-,root,root)
1452%{_bindir}/gambas3
1453%{_bindir}/gambas3.gambas
1454%{_bindir}/gbs3.gambas
1455%{_datadir}/gambas3/control
1456%{_datadir}/appdata/gambas3.appdata.xml
1457%{_datadir}/applications/gambas3.desktop
1458%{_datadir}/pixmaps/gambas3.png
1459
1460%files gb-args
1461%defattr(-,root,root)
1462%{_libdir}/gambas3/gb.args.component
1463%{_libdir}/gambas3/gb.args.gambas
1464%{_datadir}/gambas3/info/gb.args.*
1465
1466%files gb-cairo
1467%defattr(-,root,root)
1468%{_libdir}/gambas3/gb.cairo.*
1469%{_datadir}/gambas3/info/gb.cairo.*
1470
1471%files gb-chart
1472%defattr(-,root,root)
1473%{_libdir}/gambas3/gb.chart.*
1474%{_datadir}/gambas3/info/gb.chart.*
1475
1476%files gb-clipper
1477%defattr(-,root,root)
1478%{_libdir}/gambas3/gb.clipper.component
1479%{_libdir}/gambas3/gb.clipper.so*
1480%{_datadir}/gambas3/info/gb.clipper.*
1481
1482%files gb-complex
1483%defattr(-,root,root)
1484%{_libdir}/gambas3/gb.complex.*
1485%{_datadir}/gambas3/info/gb.complex.*
1486
1487%files gb-compress
1488%defattr(-,root,root)
1489%{_libdir}/gambas3/gb.compress.*
1490%{_datadir}/gambas3/info/gb.compress.*
1491
1492%files gb-crypt
1493%defattr(-,root,root)
1494%{_libdir}/gambas3/gb.crypt.*
1495%{_datadir}/gambas3/info/gb.crypt.*
1496
1497%files gb-data
1498%defattr(-,root,root)
1499%{_libdir}/gambas3/gb.data.*
1500%{_datadir}/gambas3/info/gb.data.*
1501
1502%files gb-db
1503%defattr(-,root,root)
1504%{_libdir}/gambas3/gb.db.gambas
1505%{_libdir}/gambas3/gb.db.so*
1506%{_libdir}/gambas3/gb.db.component
1507%{_datadir}/gambas3/info/gb.db.info
1508%{_datadir}/gambas3/info/gb.db.list
1509
1510%files gb-db-form
1511%defattr(-,root,root)
1512%{_libdir}/gambas3/gb.db.form.*
1513%{_datadir}/gambas3/info/gb.db.form.*
1514
1515%files gb-db-mysql
1516%defattr(-,root,root)
1517%{_libdir}/gambas3/gb.db.mysql.*
1518%{_datadir}/gambas3/info/gb.db.mysql.*
1519
1520%files gb-db-odbc
1521%defattr(-,root,root)
1522%{_libdir}/gambas3/gb.db.odbc.*
1523%{_datadir}/gambas3/info/gb.db.odbc.*
1524
1525%files gb-db-postgresql
1526%defattr(-,root,root)
1527%{_libdir}/gambas3/gb.db.postgresql.*
1528%{_datadir}/gambas3/info/gb.db.postgresql.*
1529
1530%files gb-db-sqlite2
1531%defattr(-,root,root)
1532%{_libdir}/gambas3/gb.db.sqlite2.*
1533%{_datadir}/gambas3/info/gb.db.sqlite2.*
1534
1535%files gb-db-sqlite3
1536%defattr(-,root,root)
1537%{_libdir}/gambas3/gb.db.sqlite3.*
1538%{_datadir}/gambas3/info/gb.db.sqlite3.*
1539
1540%files gb-debug
1541%defattr(-,root,root)
1542%{_libdir}/gambas3/gb.debug.*
1543%{_datadir}/gambas3/info/gb.debug.*
1544
1545%files gb-desktop
1546%defattr(-,root,root)
1547%{_libdir}/gambas3/gb.desktop.*
1548%{_datadir}/gambas3/info/gb.desktop.*
1549
1550%files gb-draw
1551%defattr(-,root,root)
1552%{_libdir}/gambas3/gb.draw.*
1553
1554%files gb-dbus
1555%defattr(-,root,root)
1556%{_libdir}/gambas3/gb.dbus.*
1557%{_datadir}/gambas3/info/gb.dbus.*
1558
1559%files gb-eval
1560%defattr(-,root,root)
1561%{_libdir}/gambas3/gb.eval.component
1562%{_libdir}/gambas3/gb.eval.so*
1563%{_datadir}/gambas3/info/gb.eval.info
1564%{_datadir}/gambas3/info/gb.eval.list
1565
1566%files gb-eval-highlight
1567%defattr(-,root,root)
1568%{_libdir}/gambas3/gb.eval.highlight.*
1569%{_datadir}/gambas3/info/gb.eval.highlight.*
1570
1571%files gb-form
1572%defattr(-,root,root)
1573%{_libdir}/gambas3/gb.form.gambas
1574%{_libdir}/gambas3/gb.form.component
1575%{_libdir}/gambas3/gb.form.stock.gambas
1576%{_libdir}/gambas3/gb.form.stock.component
1577%{_datadir}/gambas3/info/gb.form.info
1578%{_datadir}/gambas3/info/gb.form.list
1579%{_datadir}/gambas3/info/gb.form.stock.info
1580%{_datadir}/gambas3/info/gb.form.stock.list
1581
1582%files gb-form-dialog
1583%defattr(-,root,root)
1584%{_libdir}/gambas3/gb.form.dialog.gambas
1585%{_libdir}/gambas3/gb.form.dialog.component
1586%{_datadir}/gambas3/info/gb.form.dialog.info
1587%{_datadir}/gambas3/info/gb.form.dialog.list
1588
1589%files gb-form-editor
1590%defattr(-,root,root)
1591%{_libdir}/%{name}/gb.form.editor.component
1592%{_libdir}/%{name}/gb.form.editor.gambas
1593%{_datadir}/%{name}/control/gb.form.editor/
1594%{_datadir}/%{name}/info/gb.form.editor.info
1595%{_datadir}/%{name}/info/gb.form.editor.list
1596
1597%files gb-form-mdi
1598%defattr(-,root,root)
1599%{_libdir}/gambas3/gb.form.mdi.gambas
1600%{_libdir}/gambas3/gb.form.mdi.component
1601%{_datadir}/gambas3/info/gb.form.mdi.info
1602%{_datadir}/gambas3/info/gb.form.mdi.list
1603
1604%files gb-geom
1605%defattr(-,root,root)
1606%{_libdir}/gambas3/gb.geom.so*
1607
1608%files gb-gtk
1609%defattr(-,root,root)
1610%{_libdir}/gambas3/gb.gtk.so*
1611%{_libdir}/gambas3/gb.gtk.component
1612%{_datadir}/gambas3/info/gb.gtk.info
1613%{_datadir}/gambas3/info/gb.gtk.list
1614
1615%files gb-gtk-opengl
1616%defattr(-,root,root)
1617%{_libdir}/gambas3/gb.gtk.opengl.*
1618%{_datadir}/gambas3/info/gb.gtk.opengl.*
1619
1620%files gb-gui
1621%defattr(-,root,root)
1622%{_libdir}/gambas3/gb.gui.*
1623%{_datadir}/gambas3/info/gb.gui.*
1624
1625%files gb-httpd
1626%defattr(-,root,root)
1627%{_libdir}/gambas3/gb.httpd.component
1628%{_libdir}/gambas3/gb.httpd.so*
1629%{_datadir}/gambas3/info/gb.httpd.*
1630
1631%files gb-image
1632%defattr(-,root,root)
1633%{_libdir}/gambas3/gb.image.so*
1634%{_libdir}/gambas3/gb.image.component
1635%{_datadir}/gambas3/info/gb.image.info
1636%{_datadir}/gambas3/info/gb.image.list
1637       
1638%files gb-image-effect
1639%defattr(-,root,root)
1640%{_libdir}/gambas3/gb.image.effect.so*
1641%{_libdir}/gambas3/gb.image.effect.component
1642%{_datadir}/gambas3/info/gb.image.effect.info
1643%{_datadir}/gambas3/info/gb.image.effect.list
1644       
1645%files gb-image-imlib
1646%defattr(-,root,root)
1647%{_libdir}/gambas3/gb.image.imlib.so*
1648%{_libdir}/gambas3/gb.image.imlib.component
1649%{_datadir}/gambas3/info/gb.image.imlib.info
1650%{_datadir}/gambas3/info/gb.image.imlib.list
1651       
1652%files gb-image-io
1653%defattr(-,root,root)
1654%{_libdir}/gambas3/gb.image.io.so*
1655%{_libdir}/gambas3/gb.image.io.component
1656%{_datadir}/gambas3/info/gb.image.io.info
1657%{_datadir}/gambas3/info/gb.image.io.list
1658
1659%files gb-inotify
1660%defattr(-,root,root)
1661%{_libdir}/%{name}/gb.inotify.component
1662%{_libdir}/%{name}/gb.inotify.so*
1663%{_datadir}/%{name}/info/gb.inotify.info
1664%{_datadir}/%{name}/info/gb.inotify.list
1665
1666%files gb-libxml
1667%defattr(-,root,root)
1668%{_libdir}/gambas3/gb.libxml.*
1669%{_datadir}/gambas3/info/gb.libxml.*
1670
1671%files gb-logging
1672%defattr(-,root,root)
1673%{_libdir}/gambas3/gb.logging.component
1674%{_libdir}/gambas3/gb.logging.gambas
1675%{_datadir}/gambas3/info/gb.logging.*
1676
1677%files gb-map
1678%defattr(-,root,root)
1679%{_libdir}/gambas3/gb.map.component
1680%{_libdir}/gambas3/gb.map.gambas
1681%{_datadir}/gambas3/info/gb.map.*
1682
1683%files gb-markdown
1684%defattr(-,root,root)
1685%{_libdir}/%{name}/gb.markdown.component
1686%{_libdir}/%{name}/gb.markdown.gambas
1687%{_datadir}/%{name}/info/gb.markdown.info
1688%{_datadir}/%{name}/info/gb.markdown.list
1689
1690%files gb-memcached
1691%defattr(-,root,root)
1692%{_libdir}/gambas3/gb.memcached.component
1693%{_libdir}/gambas3/gb.memcached.gambas
1694%{_datadir}/gambas3/info/gb.memcached.*
1695
1696%files gb-mysql
1697%defattr(-,root,root)
1698%{_libdir}/gambas3/gb.mysql.*
1699%{_datadir}/gambas3/info/gb.mysql.*
1700
1701%files gb-ncurses
1702%defattr(-,root,root)
1703%{_libdir}/gambas3/gb.ncurses.*
1704%{_datadir}/gambas3/info/gb.ncurses.*
1705
1706%files gb-net
1707%defattr(-,root,root)
1708%{_libdir}/gambas3/gb.net.so*
1709%{_libdir}/gambas3/gb.net.component
1710%{_datadir}/gambas3/info/gb.net.info
1711%{_datadir}/gambas3/info/gb.net.list
1712
1713%files gb-net-curl
1714%defattr(-,root,root)
1715%{_libdir}/gambas3/gb.net.curl.so*
1716%{_libdir}/gambas3/gb.net.curl.*
1717%{_datadir}/gambas3/info/gb.net.curl.info
1718%{_datadir}/gambas3/info/gb.net.curl.list
1719
1720%files gb-net-smtp
1721%defattr(-,root,root)
1722%{_libdir}/gambas3/gb.net.smtp.*
1723%{_datadir}/gambas3/info/gb.net.smtp.*
1724
1725%files gb-opengl
1726%defattr(-,root,root)
1727%{_libdir}/gambas3/gb.opengl.so*
1728%{_libdir}/gambas3/gb.opengl.component
1729%{_datadir}/gambas3/info/gb.opengl.info
1730%{_datadir}/gambas3/info/gb.opengl.list
1731
1732%files gb-opengl-glsl
1733%defattr(-,root,root)
1734%{_libdir}/gambas3/gb.opengl.glsl.so*
1735%{_libdir}/gambas3/gb.opengl.glsl.component
1736%{_datadir}/gambas3/info/gb.opengl.glsl.info
1737%{_datadir}/gambas3/info/gb.opengl.glsl.list
1738
1739%files gb-opengl-glu
1740%defattr(-,root,root)
1741%{_libdir}/gambas3/gb.opengl.glu.so*
1742%{_libdir}/gambas3/gb.opengl.glu.component
1743%{_datadir}/gambas3/info/gb.opengl.glu.info
1744%{_datadir}/gambas3/info/gb.opengl.glu.list
1745
1746%files gb-opengl-sge
1747%defattr(-,root,root)
1748%{_libdir}/gambas3/gb.opengl.sge.component
1749%{_libdir}/gambas3/gb.opengl.sge.so*
1750%{_datadir}/gambas3/info/gb.opengl.sge.*
1751
1752%files gb-openssl
1753%defattr(-,root,root)
1754%{_libdir}/gambas3/gb.openssl.component
1755%{_libdir}/gambas3/gb.openssl.so*
1756%{_datadir}/gambas3/info/gb.openssl.*
1757
1758%files gb-option
1759%defattr(-,root,root)
1760%{_libdir}/gambas3/gb.option.*
1761%{_datadir}/gambas3/info/gb.option.*
1762
1763%files gb-pcre
1764%defattr(-,root,root)
1765%{_libdir}/gambas3/gb.pcre.so*
1766%{_libdir}/gambas3/gb.pcre.component
1767%{_datadir}/gambas3/info/gb.pcre.info
1768%{_datadir}/gambas3/info/gb.pcre.list
1769
1770%files gb-pdf
1771%defattr(-,root,root)
1772%{_libdir}/gambas3/gb.pdf.*
1773%{_datadir}/gambas3/info/gb.pdf.*
1774
1775%files gb-qt4
1776%defattr(-,root,root)
1777%{_libdir}/gambas3/gb.qt4.so*
1778%{_libdir}/gambas3/gb.qt4.component
1779%{_datadir}/gambas3/info/gb.qt4.info
1780%{_datadir}/gambas3/info/gb.qt4.list
1781
1782%files gb-qt4-ext
1783%defattr(-,root,root)
1784%{_libdir}/gambas3/gb.qt4.ext.so*
1785%{_libdir}/gambas3/gb.qt4.ext.component
1786%{_datadir}/gambas3/info/gb.qt4.ext.info
1787%{_datadir}/gambas3/info/gb.qt4.ext.list
1788
1789%files gb-qt4-webkit
1790%defattr(-,root,root)
1791%{_libdir}/gambas3/gb.qt4.webkit.so*
1792%{_libdir}/gambas3/gb.qt4.webkit.component
1793%{_datadir}/gambas3/info/gb.qt4.webkit.info
1794%{_datadir}/gambas3/info/gb.qt4.webkit.list
1795
1796%files gb-qt4-opengl
1797%defattr(-,root,root)
1798%{_libdir}/gambas3/gb.qt4.opengl.*
1799%{_datadir}/gambas3/info/gb.qt4.opengl.*
1800
1801%files gb-report
1802%defattr(-,root,root)
1803%{_libdir}/gambas3/gb.report.*
1804%{_datadir}/gambas3/info/gb.report.*
1805
1806%files gb-report2
1807%defattr(-,root,root)
1808%{_libdir}/%{name}/gb.report2.*
1809%{_datadir}/%{name}/control/gb.report2/
1810%{_datadir}/%{name}/info/gb.report2.*
1811
1812%files gb-scanner
1813%defattr(-,root,root)
1814%{_libdir}/%{name}/gb.scanner.*
1815%{_datadir}/%{name}/info/gb.scanner.*
1816
1817%files gb-sdl
1818%defattr(-,root,root)
1819%{_libdir}/gambas3/gb.sdl.so
1820%{_libdir}/gambas3/gb.sdl.so.*
1821%{_libdir}/gambas3/gb.sdl.component
1822%{_datadir}/gambas3/info/gb.sdl.info
1823%{_datadir}/gambas3/info/gb.sdl.list
1824
1825%files gb-sdl-sound
1826%defattr(-,root,root)
1827%{_libdir}/gambas3/gb.sdl.sound.so*
1828%{_libdir}/gambas3/gb.sdl.sound.component
1829%{_datadir}/gambas3/info/gb.sdl.sound.info
1830%{_datadir}/gambas3/info/gb.sdl.sound.list
1831
1832%files gb-settings
1833%defattr(-,root,root)
1834%{_libdir}/gambas3/gb.settings.*
1835%{_datadir}/gambas3/info/gb.settings.*
1836
1837%files gb-signal
1838%defattr(-,root,root)
1839%{_libdir}/gambas3/gb.signal.*
1840%{_datadir}/gambas3/info/gb.signal.*
1841
1842%files gb-util
1843%defattr(-,root,root)
1844%{_libdir}/%{name}/gb.util.component
1845%{_libdir}/%{name}/gb.util.gambas
1846%{_datadir}/%{name}/info/gb.util.info
1847%{_datadir}/%{name}/info/gb.util.list
1848
1849%files gb-util-web
1850%defattr(-,root,root)
1851%{_libdir}/%{name}/gb.util.web.*
1852%{_datadir}/%{name}/control/gb.util.web/
1853%{_datadir}/%{name}/info/gb.util.web.*
1854
1855%files gb-v4l
1856%defattr(-,root,root)
1857%{_libdir}/gambas3/gb.v4l.*
1858%{_datadir}/gambas3/info/gb.v4l.*
1859
1860%files gb-vb
1861%defattr(-,root,root)
1862%{_libdir}/gambas3/gb.vb.so*
1863%{_libdir}/gambas3/gb.vb.component
1864%{_datadir}/gambas3/info/gb.vb.info
1865%{_datadir}/gambas3/info/gb.vb.list
1866
1867%files gb-xml
1868%defattr(-,root,root)
1869%{_libdir}/gambas3/gb.xml.gambas
1870%{_libdir}/gambas3/gb.xml.so*
1871%{_libdir}/gambas3/gb.xml.component*
1872%{_datadir}/gambas3/info/gb.xml.info
1873%{_datadir}/gambas3/info/gb.xml.list
1874
1875%files gb-xml-html
1876%defattr(-,root,root)
1877%{_libdir}/gambas3/gb.xml.html.so*
1878%{_libdir}/gambas3/gb.xml.html.component*
1879%{_datadir}/gambas3/info/gb.xml.html.info
1880%{_datadir}/gambas3/info/gb.xml.html.list
1881
1882%files gb-xml-rpc
1883%defattr(-,root,root)
1884%{_libdir}/gambas3/gb.xml.rpc.gambas
1885%{_libdir}/gambas3/gb.xml.rpc.component*
1886%{_datadir}/gambas3/info/gb.xml.rpc.info
1887%{_datadir}/gambas3/info/gb.xml.rpc.list
1888
1889%files gb-xml-xslt
1890%defattr(-,root,root)
1891%{_libdir}/gambas3/gb.xml.xslt.so*
1892%{_libdir}/gambas3/gb.xml.xslt.component*
1893%{_datadir}/gambas3/info/gb.xml.xslt.info
1894%{_datadir}/gambas3/info/gb.xml.xslt.list
1895
1896%files gb-web
1897%defattr(-,root,root)
1898%{_libdir}/gambas3/gb.web.*
1899%{_datadir}/gambas3/info/gb.web.*
1900
1901
1902%changelog
1903* Sun Nov 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
1904- new upstream release
1905- remove Patch100
1906- add BuildRequires: libtool-ltdl-devel
1907- create follow subpackages
1908  - gb-form-editor
1909  - gb-inotify
1910  - gb-markdown
1911  - gb-report2
1912  - gb-scanner
1913  - gb-util
1914  - gb-util-web
1915
1916* Thu Oct 15 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.4-4
1917- rebuild with glew-1.13.0
1918
1919* Sat Jul 12 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.4-3
1920- fixed dependency.
1921
1922* Thu Jul 10 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.5.4-2
1923- made to use libpq-devel(PostgreSQL-9).
1924
1925* Tue Jul 08 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.4-1
1926- new upstream release
1927- remove BuildRequires: kdebase3, kdelibs3-devel
1928- change BuildRequires: postgresql8-devel instead of postgresql-devel
1929- change BuildRequires: libmysqlclient-devel instead of MySQL-devel
1930
1931* Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.5.1-1
1932- new upstream release
1933- create follow subpackages
1934  - gb-args
1935  - gb-clipper
1936  - gb-geom
1937  - gb-httpd
1938  - gb-logging
1939  - gb-map
1940  - gb-memcached
1941  - gb-opengl-sge
1942  - gb-openssl
1943
1944* Wed Jan 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.4-1
1945- new upstream release
1946
1947* Thu Oct 25 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.3-2
1948- rebuild with pcre-8.31
1949
1950* Sun Oct 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.3-1
1951- new upstream release
1952- create db-complex, gb-data, gb-gtk-opengl, gb-libxml, gb-ncurses, gb-xml-html sub packages
1953
1954* Sun Apr 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.1-1
1955- new upstream release
1956
1957* Tue Jan 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
1958- new upstream release
1959- remove gb-gtk-opengl, gb-info sub package
1960- add gb-opengl-glu sub package
1961
1962* Wed Jun  8 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.99.0-6.svn3396
1963- add BR: libXmu-devel, glew-devel, libv4l-devel
1964
1965* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.99.0-5.svn3396
1966- rebuilt with postgresql-9.0.3
1967
1968* Sat Apr  9 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.99.0-4.svn3396
1969- rebuilt with unixODBC-2.2.14
1970
1971* Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.99.0-3.svn3396
1972- rebuilt with poppler-0.16.3
1973
1974* Fri Dec 24 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.99.0-2.svn3396
1975- source updated to latest revision
1976
1977* Mon Dec 06 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 2.99.0-1.svn3344
1978- initial build for Vine Linux
1979
Note: See TracBrowser for help on using the repository browser.