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

Revision 8791, 59.1 KB checked in by tomop, 10 years ago (diff)

gambas3-3.5.4-3

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