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

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

gambas3-3.5.4-2

Line 
1Summary:        BASIC compiler, IDE and GUI builder
2Summary(ja):    GUI ビルダーを備えた BASIC ベースの統合開発環境(IDE)
3Name:           gambas3
4Version:        3.5.4
5Release:        2%{?_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}
347Requires:       MySQL-client
348
349%description gb-db-mysql
350This component allows you to access MySQL databases.
351
352%description gb-db-mysql -l ja
353このコンポーネントにより MySQL データベースにアクセスできるように
354なります。
355
356#-----------------------------------------------------------------------------
357
358%package gb-db-odbc
359Summary:        The ODBC driver for the Gambas database component
360Summary(ja):    Gambas データベースコンポーネント用の ODBC ドライバ
361Group:          Applications/Development
362Requires:       %{name}-runtime = %{version}-%{release}
363Requires:       %{name}-gb-db = %{version}-%{release}
364
365%description gb-db-odbc
366This component allows you to access databases via unixODBC.
367
368%description gb-db-odbc -l ja
369このコンポーネントにより unixODBC経由でデータベースにアクセスできるよう
370になります。
371
372#-----------------------------------------------------------------------------
373
374%package gb-db-postgresql
375Summary:        The postgresql driver for the Gambas database component
376Summary(ja):    Gambas データベースコンポーネント用の postgresql ドライバ
377Group:          Applications/Development
378Requires:       %{name}-runtime = %{version}-%{release}
379Requires:       %{name}-gb-db = %{version}-%{release}
380Requires:       postgresql
381Requires:       postgresql-libs
382
383%description gb-db-postgresql
384This component allows you to access postgresql databases.
385
386%description gb-db-postgresql -l ja
387このコンポーネントにより postgresql データベースにアクセスできるように
388なります。
389
390#-----------------------------------------------------------------------------
391
392%package gb-db-sqlite2
393Summary:        The SQLite2 driver for the Gambas database component
394Summary(ja):    Gambas データベースコンポーネント用の SQLite2 ドライバ
395Group:          Applications/Development
396Requires:       %{name}-runtime = %{version}-%{release}
397Requires:       %{name}-gb-db = %{version}-%{release}
398Requires:       sqlite
399
400%description gb-db-sqlite2
401This component allows you to access SQLite2 databases.
402
403%description gb-db-sqlite2 -l ja
404このコンポーネントにより SQLite2 データベースにアクセスできるように
405なります。
406
407#-----------------------------------------------------------------------------
408
409%package gb-db-sqlite3
410Summary:        The SQLite3 driver for the Gambas database component
411Summary(ja):    Gambas データベースコンポーネント用の SQLite3 ドライバ
412Group:          Applications/Development
413Requires:       %{name}-runtime = %{version}-%{release}
414Requires:       %{name}-gb-db = %{version}-%{release}
415Requires:       sqlite3
416
417%description gb-db-sqlite3
418This component allows you to access SQLite3 databases.
419
420%description gb-db-sqlite3 -l ja
421このコンポーネントにより SQLite3 データベースにアクセスできるように
422なります。
423
424#-----------------------------------------------------------------------------
425
426%package gb-debug
427Summary:        A debugger helper for the IDE
428Summary(ja):    IDE 用のデバッガヘルパー
429Group:          Applications/Development
430Requires:       %{name}-runtime = %{version}-%{release}
431
432%description gb-debug
433This component helps the IDE to debug Gambas programs.
434
435%description gb-debug -l ja
436このコンポーネントは IDE 上でのデバッグを支援します。
437
438#-----------------------------------------------------------------------------
439
440%package gb-desktop
441Summary:        The Gambas desktop component.
442Summary(ja):    Gambas 用 デスクトップコンポーネント
443Group:          Applications/Development
444Requires:       %{name}-runtime = %{version}-%{release}
445Requires:       %{name}-gb-form = %{version}-%{release}
446Requires:       %{name}-gb-image = %{version}-%{release}
447
448%description gb-desktop
449This component provides some functions based on the xdg-tools of Portland
450 Project. It can be commonly used in diffrent desktop environment.
451
452%description gb-desktop -l ja
453このコンポーネントは Portland Project の xdg-utils をベースにした、
454異なるデスクトップ環境で共用できる機能を提供します。
455
456#-----------------------------------------------------------------------------
457
458%package gb-draw
459Summary:        The Gambas draw component.
460Summary(ja):    Gambas 用 描画コンポーネント
461Group:          Applications/Development
462Requires:       %{name}-runtime = %{version}-%{release}
463
464%description gb-draw
465This component provides drawing class to gambas.
466This component was originally implemented as an intenal
467class, But now it is separated as a component.
468
469%description gb-draw -l ja
470このコンポーネントは描画用のクラスを提供します。
471このコンポーネントは、元々内部クラスとして実装されていましたが、
472別コンポーネントとして分離されました。
473
474#-----------------------------------------------------------------------------
475
476%package gb-dbus
477Summary:        The Gambas dbus component.
478Summary(ja):    Gambas 用 dbus コンポーネント
479Group:          Applications/Development
480Requires:       %{name}-runtime = %{version}-%{release}
481
482%description gb-dbus
483This component allows to take part in the D-Bus system.
484
485%description gb-dbus -l ja
486このコンポーネントにより、D-Bus システムを経由したメッセージの
487送受信が利用できるようになります。
488
489#-----------------------------------------------------------------------------
490
491%package gb-eval
492Summary:        An expression evaluator component
493Summary(ja):    式評価用のコンポーネント
494Group:          Applications/Development
495Requires:       %{name}-runtime = %{version}-%{release}
496
497%description gb-eval
498This component allows you to evaluate expressions at runtime.
499It is used by the Gambas Eval() function.
500
501%description gb-eval -l ja
502このコンポーネントにより実行時に式を評価できるようになります。
503これは Gambas Eval() ファンクションで使用されます。
504
505#-----------------------------------------------------------------------------
506
507%package gb-eval-highlight
508Summary:        An expression evaluator highlight component
509Summary(ja):    式評価のハイライト用コンポーネント
510Group:          Applications/Development
511Requires:       %{name}-runtime = %{version}-%{release}
512Requires:       %{name}-gb-eval = %{version}-%{release}
513
514%description gb-eval-highlight
515This component provides some useful features for analyzing and highlighting
516a line of Gambas code.
517
518%description gb-eval-highlight -l ja
519このコンポーネントは、Gambas のコードを分析する時に便利なハイライト表示
520機能を提供します。
521
522#-----------------------------------------------------------------------------
523
524%package gb-form
525Summary:        The Gambas form component
526SUmmary(ja):    Gambas 用フォームコンポーネント
527Group:          Applications/Development
528Requires:       %{name}-runtime = %{version}-%{release}
529
530%description gb-form
531Implements a toolkit-independent form class for Gambas.
532
533%description gb-form -l ja
534Gambas 用のツールキットに依存しないフォームクラスの実装です。
535
536#-----------------------------------------------------------------------------
537
538%package gb-form-dialog
539Summary:        The Gambas enhanced dialog form component
540SUmmary(ja):    Gambas 用拡張ダイアログフォームコンポーネント
541Group:          Applications/Development
542Requires:       %{name}-runtime = %{version}-%{release}
543
544%description gb-form-dialog
545Implements a enhanced dialog form class for Gambas.
546
547%description gb-form-dialog -l ja
548Gambas 用の拡張されたダイアログフォームクラスの実装です。
549
550#-----------------------------------------------------------------------------
551
552%package gb-form-mdi
553Summary:        The Gambas mdi form component
554SUmmary(ja):    Gambas 用 MDI フォームコンポーネント
555Group:          Applications/Development
556Requires:       %{name}-runtime = %{version}-%{release}
557
558%description gb-form-mdi
559Implements a new version of the Workspace control for Gambas.
560
561%description gb-form-mdi -l ja
562Gambas 用の新しいバージョンのワークスペースコントロールの実装です。
563
564#-----------------------------------------------------------------------------
565
566%package gb-geom
567Summary:        The Gambas Geometry component
568Summary(ja):    Gambas 用幾何学コンポーネント
569Group:          Applications/Development
570Requires:       %{name}-runtime = %{version}-%{release}
571
572%description gb-geom
573This package includes the Gambas Geometry component.
574
575%description gb-geom -l ja
576このパッケージには Gambas 用の 幾何学コンポーネントが含まれています。
577
578#-----------------------------------------------------------------------------
579
580%package gb-gtk
581Summary:        The Gambas Gtk GUI component
582Summary(ja):    GTK GUI コンポーネント
583Group:          Applications/Development
584Requires:       %{name}-runtime = %{version}-%{release}
585Requires:       gtk2 >= 2.10
586
587%description gb-gtk
588This package includes the Gambas GTK GUI component.
589
590%description gb-gtk -l ja
591このパッケージには Gambas 用の GTK GUI コンポーネントが含まれています。
592
593#-----------------------------------------------------------------------------
594
595%package gb-httpd
596Summary:        The Gambas httpd component
597Summary(ja):    GTK OpenGL コンポーネント
598Group:          Applications/Development
599Requires:       %{name}-runtime = %{version}-%{release}
600Requires:       apache2
601
602%description gb-httpd
603This package includes the Gambas httpd component.
604
605%description gb-httpd -l ja
606このパッケージには Gambas 用の httpd コンポーネントが含まれています。
607
608#-----------------------------------------------------------------------------
609
610%package gb-gtk-opengl
611Summary:        The Gambas Gtk OpenGL component
612Summary(ja):    GTK OpenGL コンポーネント
613Group:          Applications/Development
614Requires:       %{name}-runtime = %{version}-%{release}
615
616%description gb-gtk-opengl
617This package includes the Gambas GTK OpenGL component.
618
619%description gb-gtk-opengl -l ja
620このパッケージには Gambas 用の GTK OpenGL コンポーネントが含まれています。
621
622#-----------------------------------------------------------------------------
623
624%package gb-gui
625Summary:        The Gambas GUI component.
626Summary(ja):    Gambas 用 GUI コンポーネント
627Group:          Applications/Development
628Requires:       %{name}-runtime = %{version}-%{release}
629
630%description gb-gui
631This component allows you to load gb.qt4 component when KDE is
632running or gtk component when GNOME is running.
633
634%description gb-gui -l ja
635このコンポーネントにより、KDE 環境では gb.qt4 コンポーネントを、
636GNOME 環境では gb.gtk コンポーネントを読み込むことができるように
637なります。
638
639#-----------------------------------------------------------------------------
640
641%package gb-image
642Summary:        The Gambas image component.
643Summary(ja):    Gambas 用のイメージ編集コンポーネント
644Group:          Applications/Development
645Requires:       %{name}-runtime = %{version}-%{release}
646
647%description gb-image
648This component implements image and color management routines. The filter and
649effects routines are now located in the gb.image.effect component.
650
651%description gb-image -l ja
652このコンポーネントはイメージ及び色管理用のルーチンを実装しています。
653実際のフィルタやエフェクトは gb.image.effect コンポーネントに含まれています。
654
655#-----------------------------------------------------------------------------
656
657%package gb-image-effect
658Summary:        The Gambas image effect component.
659Summary(ja):    Gambas 用のイメージエフェクトコンポーネント
660Group:          Applications/Development
661Requires:       %{name}-runtime = %{version}-%{release}
662Requires:       %{name}-gb-image = %{version}-%{release}
663
664%description gb-image-effect
665This component implements image filtering routines.
666
667%description gb-image-effect -l ja
668このコンポーネントはイメージへのフィルタやエフェクト用ルーチンを実装して
669います。
670
671#-----------------------------------------------------------------------------
672
673%package gb-image-imlib
674Summary:        The Gambas imlib component.
675Summary(ja):    Gambas 用の Imlib コンポーネント
676Group:          Applications/Development
677Requires:       %{name}-runtime = %{version}-%{release}
678Requires:       %{name}-gb-image = %{version}-%{release}
679Requires:       imlib2 >= 1.4.0
680
681%description gb-image-imlib
682This component implements image routines based on the Imlib2 library.
683
684%description gb-image-imlib -l ja
685このコンポーネントは Imlib2 ライブラリを利用したイメージ用ルーチンを実装
686しています。
687
688#-----------------------------------------------------------------------------
689
690%package gb-image-io
691Summary:        The Gambas image io component.
692Summary(ja):    Gambas 用のイメージ入出力コンポーネント
693Group:          Applications/Development
694Requires:       %{name}-runtime = %{version}-%{release}
695Requires:       %{name}-gb-image = %{version}-%{release}
696
697%description gb-image-io
698This component implements image loading and saving routines.
699
700%description gb-image-io -l ja
701このコンポーネントはイメージの入出力用ルーチンを実装しています。
702
703#-----------------------------------------------------------------------------
704
705%package gb-libxml
706Summary:        The Gambas libxml component.
707Summary(ja):    Gambas 用の libxml コンポーネント
708Group:          Applications/Development
709Requires:       %{name}-runtime = %{version}-%{release}
710
711%description gb-libxml
712This component implements image routines based on the libxml library.
713
714%description gb-libxml -l ja
715このコンポーネントは libxml ライブラリを利用したイメージ用ルーチンを実装
716しています。
717
718#-----------------------------------------------------------------------------
719
720%package gb-logging
721Summary:        The Gambas loggin component.
722Summary(ja):    Gambas 用の loggin コンポーネント
723Group:          Applications/Development
724Requires:       %{name}-runtime = %{version}-%{release}
725
726%description gb-logging
727This package includes the Gambas loggin component.
728
729%description gb-logging -l j
730このパッケージには Gambas 用のロギングコンポーネントが含まれています。
731
732#-----------------------------------------------------------------------------
733
734%package gb-map
735Summary:        The Gambas map component.
736Summary(ja):    Gambas 用の map コンポーネント
737Group:          Applications/Development
738Requires:       %{name}-runtime = %{version}-%{release}
739
740%description gb-map
741This component allows to display map tiles from different sources on
742multiples layers.
743
744%description gb-map -l ja
745このパッケージにより、様々なレイヤー上に様々なソースから入手した地図を
746表示することができます。
747
748#-----------------------------------------------------------------------------
749
750%package gb-memcached
751Summary:        The Gambas Memcached component.
752Summary(ja):    Gambas 用の Memcached コンポーネント
753Group:          Applications/Development
754Requires:       %{name}-runtime = %{version}-%{release}
755
756%description gb-memcached
757This component aims at providing a fully usable interface of Memcached.
758
759%description gb-memcached -l ja
760このコンポーネントにより Memcached の機能を全て網羅したインターフェースを
761利用することができます。
762
763#-----------------------------------------------------------------------------
764
765%package gb-mysql
766Summary:        The MySQL specific routine for the Gambas database component
767Summary(ja):    Gambas データベースコンポーネントの MySQL 専用ドライバ
768Group:          Applications/Development
769Requires:       %{name}-runtime = %{version}-%{release}
770Requires:       %{name}-gb-db = %{version}-%{release}
771
772%description gb-mysql
773This component allows you to access MySQL databases with MySQL specific
774routines.
775
776%description gb-mysql -l ja
777このコンポーネントにより MySQL データベースに固有のデータ形式でアクセスでき
778るようになります。
779
780#-----------------------------------------------------------------------------
781
782%package gb-ncurses
783Summary:        The Gambas ncurses component.
784Summary(ja):    Gambas 用の ncurses コンポーネント
785Group:          Applications/Development
786Requires:       %{name}-runtime = %{version}-%{release}
787
788%description gb-ncurses
789This component implements image routines based on the ncurses library.
790
791%description gb-ncurses -l ja
792このコンポーネントは ncurses ライブラリを利用したイメージ用ルーチンを実装
793しています。
794
795#-----------------------------------------------------------------------------
796
797%package gb-net
798Summary:        The networking component
799Summary(ja):    ネットワーク制御用のコンポーネント
800Group:          Applications/Development
801Requires:       %{name}-runtime = %{version}-%{release}
802
803%description gb-net
804This component allows you to use TCP/IP and UDP sockets, and to access
805any serial ports.
806
807%description gb-net -l ja
808このコンポーネントにより TCP/IP と UDP ソケットの使用、およびシリアル
809ポートへのアクセスができるようになります。
810
811#-----------------------------------------------------------------------------
812
813%package gb-net-curl
814Summary:        The advanced networking component
815Summary(ja):    高度なネットワーク制御用のコンポーネント
816Group:          Applications/Development
817Requires:       %{name}-runtime = %{version}-%{release}
818Requires:       %{name}-gb-net = %{version}-%{release}
819Requires:       curl >= 7.13
820
821%description gb-net-curl
822This component allows your programs to easily become FTP or HTTP clients.
823
824%description gb-net-curl -l ja
825このコンポーネントにより FTP または HTTP クライアントの開発が容易に
826できるようになります。
827
828#-----------------------------------------------------------------------------
829
830%package gb-net-smtp
831Summary:        The Gambas SMTP component
832Summary(ja):    Gambas 用 SMTP コンポーネント
833Group:          Applications/Development
834Requires:       %{name}-runtime = %{version}-%{release}
835Requires:       %{name}-gb-net = %{version}-%{release}
836
837%description gb-net-smtp
838This component allows you to use SMTP (Simple Mail Transfer Protocol).
839
840%description gb-net-smtp -l ja
841このコンポーネントにより SMTP プロトコルを利用できるようになります。
842
843#-----------------------------------------------------------------------------
844
845%package gb-opengl
846Summary:        The Gambas OpenGL component.
847Summary(ja):    Gambas 用 OpenGL コンポーネント
848Group:          Applications/Development
849Requires:       %{name}-runtime = %{version}-%{release}
850Requires:       XOrg-gl
851
852%description gb-opengl
853This component provides OpenGL library function to Gambas for
854hardware assisted computer graphics.
855
856%description gb-opengl -l ja
857このコンポーネントにより OpenGL ライブラリを使用したハードウェア描画
858機能が利用できるようになります。
859
860#-----------------------------------------------------------------------------
861
862%package gb-opengl-glsl
863Summary:        The Gambas OpenGL shading language component.
864Summary(ja):    Gambas 用 OpenGL シェーディング言語コンポーネント
865Group:          Applications/Development
866Requires:       %{name}-runtime = %{version}-%{release}
867Requires:       XOrg-gl
868
869%description gb-opengl-glsl
870This component provides OpenGL shading language library function to Gambas
871for hardware assisted computer graphics.
872
873%description gb-opengl-glsl -l ja
874このコンポーネントにより OpenGL シェーディング言語ライブラリを使用した
875ハードウェア描画機能が利用できるようになります。
876
877#-----------------------------------------------------------------------------
878
879%package gb-opengl-glu
880Summary:        The Gambas OpenGL utility component.
881Summary(ja):    Gambas 用 OpenGL ユーティリティコンポーネント
882Group:          Applications/Development
883Requires:       %{name}-runtime = %{version}-%{release}
884Requires:       XOrg-gl
885
886%description gb-opengl-glu
887This component provides OpenGL utility library function.
888
889%description gb-opengl-glu -l ja
890このコンポーネントにより OpenGL ユーティリティライブラリ機能が利用
891できるようになります。
892
893#-----------------------------------------------------------------------------
894
895%package gb-opengl-sge
896Summary:        A simple OpenGL game engine for Gambas
897Summary(ja):    Gambas 用のシンプルな OpenGL ゲームエンジン
898Group:          Applications/Development
899Requires:       %{name}-runtime = %{version}-%{release}
900Requires:       XOrg-gl
901
902%description gb-opengl-sge
903This component is a simple OpenGL game engine based on the MD2 model format.
904
905%description gb-opengl-sge -l ja
906このコンポーネントにより MD2 モデルフォーマットをベースとしたシンプルな
907OpenGL ゲームエンジンを利用することができます。
908
909#-----------------------------------------------------------------------------
910
911%package gb-openssl
912Summary:        The Gambas OpenSSL library routines.
913Summary(ja):    Gambas 用 OpenSSL ライブラリルーチン
914Group:          Applications/Development
915Requires:       %{name}-runtime = %{version}-%{release}
916Requires:       openssl
917
918%description gb-openssl
919This package includes the Gambas OpenSLL component.
920
921%description gb-openssl -l ja
922このパッケージには Gambas 用の OpenSSL コンポーネントが含まれています。
923
924#-----------------------------------------------------------------------------
925
926%package gb-option
927Summary:        The Gambas command line option component.
928Summary(ja):    Gambas 用コマンドラインオプションコンポーネント
929Group:          Applications/Development
930Requires:       %{name}-runtime = %{version}-%{release}
931
932%description gb-option
933This component is an interface to the getopt() C library function for
934interpreting the program command-line.
935
936%description gb-option -l ja
937このコンポーネントはプログラムのコマンドラインを解釈する、C ライプラリの
938getopt() 関数へのインターフェースです。
939
940#-----------------------------------------------------------------------------
941
942%package gb-pcre
943Summary:        The Gambas perl-compatible regular expression compon    ent.
944Summary(ja):    Perl互換の正規表現ライブラリの Gambas 用コンポーネント
945Group:          Applications/Development
946Requires:       %{name}-runtime = %{version}-%{release}
947Requires:       pcre
948
949%description gb-pcre
950This component provides perl-compatible regular expressions to Gambas for
951powerful text processing and pattern matching.
952
953%description gb-pcre -l ja
954このコンポーネントにより Perl 互換の正規表現ライブラリの持つ強力なテキスト
955処理機能及びパターンマッチング機能が利用できるようになります。
956
957#-----------------------------------------------------------------------------
958
959%package gb-pdf
960Summary:        The Gambas PDF component.
961Summary(ja):    Gambas 用 PDF コンポーネント
962Group:          Applications/Development
963Requires:       %{name}-runtime = %{version}-%{release}
964Requires:       poppler >= 0.5
965
966%description gb-pdf
967This component privides functions for decoding PDF documents using
968poppler library.
969
970%description gb-pdf -l ja
971このコンポーネントにより、PDF 文書を描画できるようになります。
972
973#-----------------------------------------------------------------------------
974
975%package gb-qt4
976Summary:        The Qt4 GUI component
977Summary(ja):    Qt4 GUI コンポーネント
978Group:          Applications/Development
979Requires:       %{name}-runtime = %{version}-%{release}
980Requires:       qt4 >= 4.3.4
981
982%description gb-qt4
983This package includes the Gambas QT4 GUI component.
984
985%description gb-qt4 -l ja
986このパッケージには Gambas 用の QT4 GUI コンポーネントが含まれています。
987
988#-----------------------------------------------------------------------------
989
990%package gb-qt4-ext
991Summary:        The extended Qt GUI component
992Summary(ja):    拡張 Qt GUI コンポーネント
993Group:          Applications/Development
994Requires:       %{name}-runtime = %{version}-%{release}
995Requires:       %{name}-gb-qt4 = %{version}-%{release}
996
997%description gb-qt4-ext
998This component includes somme uncommon QT controls.
999
1000%description gb-qt4-ext -l es
1001このコンポーネントには追加の Qt コントロールが含まれています。
1002
1003#-----------------------------------------------------------------------------
1004
1005%package gb-qt4-webkit
1006Summary:        The browser component based on WebKit
1007Summary(ja):    WebKit ベースのブラウザコンポーネント
1008Group:          Applications/Development
1009Requires:       %{name}-runtime = %{version}-%{release}
1010Requires:       %{name}-gb-qt4 = %{version}-%{release}
1011
1012%description gb-qt4-webkit
1013This component allows to embed the WebKit browser in your application.
1014
1015%description gb-qt4-webkit -l ja
1016このコンポーネントにより WebKit ブラウザをアプリケーションに組み込む
1017ことができるようになります。
1018
1019#-----------------------------------------------------------------------------
1020
1021%package gb-qt4-opengl
1022Summary:        The QT4 OpenGL component.
1023Summary(ja):    QT4 用 OpenGL コンポーネント
1024Group:          Applications/Development
1025Requires:       %{name}-runtime = %{version}-%{release}
1026Requires:       XOrg-gl
1027
1028%description gb-qt4-opengl
1029This component provides QT4 widget for OpenGL library.
1030
1031%description gb-qt4-opengl -l ja
1032このコンポーネントにより OpenGL ライブラリ用の QT4 ウィジェットが
1033利用できるようになります。
1034
1035#-----------------------------------------------------------------------------
1036
1037%package gb-report
1038Summary:        The Gambas report component.
1039Summary(ja):    Gambas 用 レポートコンポーネント
1040Group:          Applications/Development
1041Requires:       %{name}-runtime = %{version}-%{release}
1042
1043%description gb-report
1044This component will become the Gambas report designer.
1045
1046%description gb-report -l ja
1047このコンポーネントはいずれ Gambas 用のレポートデザイナになる予定です。
1048
1049#-----------------------------------------------------------------------------
1050
1051%package gb-sdl
1052Summary:        The Gambas SDL component
1053Summary(ja):    Gambas 用 SDL コンポーネント
1054Group:          Applications/Development
1055Requires:       %{name}-runtime = %{version}-%{release}
1056Requires:       SDL
1057
1058%description gb-sdl
1059This component provides access to the basic functions and the image
1060part of the SDL library.
1061It provides a drawing surface that is faster than normal X11 toolkits.
1062
1063%description gb-sdl -l ja
1064このコンポーネントは SDL ライブラリの基本機能およびイメージ機能への
1065アクセスを提供しています。
1066これは X ツールキットよりも高速な描画サーフェースを提供します。
1067
1068#-----------------------------------------------------------------------------
1069
1070%package gb-sdl-sound
1071Summary:        The Gambas SDL sound component
1072Summary(ja):    SDL サウンドコンポーネント
1073Group:          Applications/Development
1074Requires:       %{name}-runtime = %{version}-%{release}
1075Requires:       SDL_mixer
1076
1077%description gb-sdl-sound
1078This component uses only the sound part of the SDL library. It allows you to
1079simultaneously play many sounds and a music stored in a file.
1080
1081%description gb-sdl-sound -l ja
1082このコンポーネントは SDL ライブラリのサウンド部分のみを使用しています。
1083これにより多くの種類の音声や音楽を同時に再生する事ができるようになります。
1084
1085#-----------------------------------------------------------------------------
1086
1087%package gb-settings
1088Summary:        The Gambas settings component
1089Summary(ja):    Gambas 設定用コンポーネント
1090Group:          Applications/Development
1091Requires:       %{name}-runtime = %{version}-%{release}
1092
1093%description gb-settings
1094Implements a persistent settings interface for Gambas.
1095
1096%description gb-settings -l ja
1097Gambas 用の設定インターフェースの実装です。
1098
1099#-----------------------------------------------------------------------------
1100
1101%package gb-signal
1102Summary:        The Gambas POSIX signal component
1103Summary(ja):    Gambas 用 POSIX シグナルコンポーネント
1104Group:          Applications/Development
1105Requires:       %{name}-runtime = %{version}-%{release}
1106
1107%description gb-signal
1108This component allows to ignore POSIX signals, or intercept them inside an
1109event handler.
1110
1111%description gb-signal -l ja
1112このコンポーネントにより、イベントハンドラ中で POSIX シグナルを無理したり
1113横取りすることが可能になります。
1114
1115#-----------------------------------------------------------------------------
1116%package gb-v4l
1117Summary:        The Gambas V4L(Video for Linux) component.
1118Summary(ja):    Gambas 用 V4L(Video for Linux) コンポーネント
1119Group:          Applications/Development
1120Requires:       %{name}-runtime = %{version}-%{release}
1121Requires:       libpng
1122Requires:       libjpeg
1123
1124%description gb-v4l
1125This component provides access to all v4l devices with capture support.
1126Capturing images from webcams, TV cards and other sources supported by
1127the v4l (video for Linux) interface is available.
1128.
1129%description gb-v4l -l ja
1130このコンポーネントにより すべての V4L デバイスにアクセスできるようになります。
1131Webカメラ、TVカード及びその他の V4L がサポートするデバイスから、イメージの
1132取り込みが可能になります。
1133
1134#-----------------------------------------------------------------------------
1135
1136%package gb-vb
1137Summary:        The Visual Basic(tm) compatibility component
1138Summary(ja):    Visual Basic(TM) 互換性用コンポーネント
1139Group:          Applications/Development
1140Requires:       %{name}-runtime = %{version}-%{release}
1141
1142%description gb-vb
1143This component aims at including some functions that imitate the behaviour
1144of Visual Basic(tm) functions. Use it only if you try to port some VB
1145projects.
1146
1147%description gb-vb -l ja
1148このコンポーネントは Visual Basic(TM) の機能を模倣した関数を含むことを
1149目的としています。VB プロジェクトを移植する必要がある場合にのみインス
1150トールしてください。
1151
1152#-----------------------------------------------------------------------------
1153
1154%package gb-xml
1155Summary:        The Gambas XML components based on the libxml2 library
1156Summary(ja):    libXml2 ライブラリベースの Gambas 用 XML コンポーネント
1157Group:          Applications/Development
1158Requires:       %{name}-runtime = %{version}-%{release}
1159
1160%description gb-xml
1161This component allows you to read and write XML files. It is based on libxml2.
1162
1163%description gb-xml -l ja
1164このコンポーネントにより libxml2 ライブラリを利用した XML ファイルの
1165読み書きが可能になります。
1166
1167#-----------------------------------------------------------------------------
1168
1169%package gb-xml-html
1170Summary:        XML-HTML protocol implementation for Gambas
1171Summary(ja):    Gambas 用 XML-HTML プロトコルの実装
1172Group:          Applications/Development
1173Requires:       %{name}-runtime = %{version}-%{release}
1174Requires:       %{name}-gb-xml = %{version}-%{release}
1175
1176%description gb-xml-html
1177These components provides XML-HTML protocol implementation for Gambas.
1178
1179%description gb-xml-html -l ja
1180このコンポーネントは Gambas 用の XML-HTML プロトコルの実装を提供します。
1181
1182#-----------------------------------------------------------------------------
1183
1184%package gb-xml-rpc
1185Summary:        XML-RPC protocol implementation for Gambas
1186Summary(ja):    Gambas 用 XML-RPC プロトコルの実装
1187Group:          Applications/Development
1188Requires:       %{name}-runtime = %{version}-%{release}
1189Requires:       %{name}-gb-xml = %{version}-%{release}
1190
1191%description gb-xml-rpc
1192These components provides XML-RPC protocol implementation for Gambas.
1193
1194%description gb-xml-rpc -l ja
1195このコンポーネントは Gambas 用の XML-RPC プロトコルの実装を提供します。
1196
1197#-----------------------------------------------------------------------------
1198
1199%package gb-xml-xslt
1200Summary:        The Gambas XSLT components based on the libxslt library
1201Summary(ja):    libXslt ライブラリベースの Gambas 用 XSLT コンポーネント
1202Group:          Applications/Development
1203Requires:       %{name}-runtime = %{version}-%{release}
1204Requires:       %{name}-gb-xml = %{version}-%{release}
1205
1206%description gb-xml-xslt
1207This component allows you to parse XML files to HTML files.
1208It is based on libxslt.
1209
1210%description gb-xml-xslt -l ja
1211このコンポーネントにより libxslt ライブラリを利用した XML ファイルの
1212HTML への変換が可能になります。
1213
1214#-----------------------------------------------------------------------------
1215
1216%package gb-web
1217Summary:        The Gambas web application development component.
1218Summary(ja):    Gambas 用 ウェブアプリケーション開発コンポーネント
1219Group:          Applications/Development
1220Requires:       %{name}-runtime = %{version}-%{release}
1221
1222%description gb-web
1223This component allows to make a web application based on a CGI script.
1224
1225%description gb-web -l ja
1226このコンポーネントにより CGI スクリプトによるウェブアプリケーションを
1227開発できるようになります。
1228
1229#-----------------------------------------------------------------------------
1230
1231
1232%prep
1233%setup -q
1234# copy updated message catalogue
1235#%{__cp} -f %{SOURCE2} app/src/gambas2/.lang/ja.po
1236#%{__cp} -f %{SOURCE3} app/src/gambas2/.lang/ja.mo
1237
1238%ifarch ppc
1239find . -type f -name configure -exec sed -i 's/-Os/-O2/' {} \;
1240%endif
1241
1242%patch100 -p1 -b .postgresql-path
1243
1244
1245%build
1246#export LDFLAGS="-L/usr/X11R6/%{_lib}"
1247autoreconf -f -i
1248%configure --disable-firebird
1249#       --with-mysql-libraries=%{_libdir}/mysql \
1250#       --with-qt-includes=%{_libdir}/qt3/include \
1251#       --with-qt-libraries=%{_libdir}/qt3/lib \
1252#       --disable-clanlib \
1253#       --enable-kde
1254%{__make}
1255
1256
1257%install
1258%{__rm} -rf ${RPM_BUILD_ROOT}
1259%{__make} install DESTDIR=${RPM_BUILD_ROOT}
1260
1261# remove unnecessary files
1262find $RPM_BUILD_ROOT/%{_libdir} -name "*.la" -exec %{__rm} -f "{}" \;
1263find $RPM_BUILD_ROOT/%{_libdir} -name "*.a" -exec %{__rm} -f "{}" \;
1264
1265# copy pixmap and menu entry.
1266%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps
1267%{__install} -m644 ${RPM_BUILD_DIR}/%{name}-%{version}/app/src/gambas3/img/logo/logo.png ${RPM_BUILD_ROOT}/%{_datadir}/pixmaps/gambas3.png
1268%{__install} -d ${RPM_BUILD_ROOT}%{_datadir}/applications
1269%{__install} -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/applications/
1270
1271# copy mimetype xml to %{_datadir}
1272%{__install} -d ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
1273%{__install} -m644 main/mime/application-x-gambas3.xml ${RPM_BUILD_ROOT}/%{_datadir}/%{name}/
1274
1275
1276%post runtime
1277# register gambas executable mimetype
1278xdg-icon-resource install --context mimetypes --size 64 %{_datadir}/%{name}/icons/application-x-gambas.png application-x-gambas
1279xdg-mime install %{_datadir}/%{name}/application-x-gambas3.xml
1280
1281
1282%clean
1283%{__rm} -rf ${RPM_BUILD_ROOT}
1284
1285
1286%files runtime
1287%defattr(-,root,root)
1288%doc AUTHORS COPYING ChangeLog INSTALL NEWS README*
1289%{_bindir}/gbr3
1290%{_bindir}/gbx3
1291%{_libdir}/gambas3/gb.component
1292%{_libdir}/gambas3/gb.so*
1293%{_datadir}/gambas3/info/gb.info
1294%{_datadir}/gambas3/info/gb.list
1295%{_datadir}/gambas3/icons
1296%{_datadir}/gambas3/application-x-gambas3.xml
1297
1298%files devel
1299%defattr(-,root,root)
1300%{_bindir}/gba3
1301%{_bindir}/gbc3
1302%{_bindir}/gbi3
1303
1304%files scripter
1305%defattr(-,root,root)
1306%{_bindir}/gbs3
1307%{_bindir}/gbs3.gambas
1308%{_bindir}/gbw3
1309
1310%files ide
1311%defattr(-,root,root)
1312%{_bindir}/gambas3
1313%{_bindir}/gbs3.gambas
1314%{_datadir}/gambas3/control
1315%{_datadir}/gambas3/examples
1316%{_datadir}/applications/gambas3.desktop
1317%{_datadir}/pixmaps/gambas3.png
1318
1319%files gb-args
1320%defattr(-,root,root)
1321%{_libdir}/gambas3/gb.args.component
1322%{_libdir}/gambas3/gb.args.gambas
1323%{_datadir}/gambas3/info/gb.args.*
1324
1325%files gb-cairo
1326%defattr(-,root,root)
1327%{_libdir}/gambas3/gb.cairo.*
1328%{_datadir}/gambas3/info/gb.cairo.*
1329
1330%files gb-chart
1331%defattr(-,root,root)
1332%{_libdir}/gambas3/gb.chart.*
1333%{_datadir}/gambas3/info/gb.chart.*
1334
1335%files gb-clipper
1336%defattr(-,root,root)
1337%{_libdir}/gambas3/gb.clipper.component
1338%{_libdir}/gambas3/gb.clipper.so*
1339%{_datadir}/gambas3/info/gb.clipper.*
1340
1341%files gb-complex
1342%defattr(-,root,root)
1343%{_libdir}/gambas3/gb.complex.*
1344%{_datadir}/gambas3/info/gb.complex.*
1345
1346%files gb-compress
1347%defattr(-,root,root)
1348%{_libdir}/gambas3/gb.compress.*
1349%{_datadir}/gambas3/info/gb.compress.*
1350
1351%files gb-crypt
1352%defattr(-,root,root)
1353%{_libdir}/gambas3/gb.crypt.*
1354%{_datadir}/gambas3/info/gb.crypt.*
1355
1356%files gb-data
1357%defattr(-,root,root)
1358%{_libdir}/gambas3/gb.data.*
1359%{_datadir}/gambas3/info/gb.data.*
1360
1361%files gb-db
1362%defattr(-,root,root)
1363%{_libdir}/gambas3/gb.db.gambas
1364%{_libdir}/gambas3/gb.db.so*
1365%{_libdir}/gambas3/gb.db.component
1366%{_datadir}/gambas3/info/gb.db.info
1367%{_datadir}/gambas3/info/gb.db.list
1368
1369%files gb-db-form
1370%defattr(-,root,root)
1371%{_libdir}/gambas3/gb.db.form.*
1372%{_datadir}/gambas3/info/gb.db.form.*
1373
1374%files gb-db-mysql
1375%defattr(-,root,root)
1376%{_libdir}/gambas3/gb.db.mysql.*
1377%{_datadir}/gambas3/info/gb.db.mysql.*
1378
1379%files gb-db-odbc
1380%defattr(-,root,root)
1381%{_libdir}/gambas3/gb.db.odbc.*
1382%{_datadir}/gambas3/info/gb.db.odbc.*
1383
1384%files gb-db-postgresql
1385%defattr(-,root,root)
1386%{_libdir}/gambas3/gb.db.postgresql.*
1387%{_datadir}/gambas3/info/gb.db.postgresql.*
1388
1389%files gb-db-sqlite2
1390%defattr(-,root,root)
1391%{_libdir}/gambas3/gb.db.sqlite2.*
1392%{_datadir}/gambas3/info/gb.db.sqlite2.*
1393
1394%files gb-db-sqlite3
1395%defattr(-,root,root)
1396%{_libdir}/gambas3/gb.db.sqlite3.*
1397%{_datadir}/gambas3/info/gb.db.sqlite3.*
1398
1399%files gb-debug
1400%defattr(-,root,root)
1401%{_libdir}/gambas3/gb.debug.*
1402%{_datadir}/gambas3/info/gb.debug.*
1403
1404%files gb-desktop
1405%defattr(-,root,root)
1406%{_libdir}/gambas3/gb.desktop.*
1407%{_datadir}/gambas3/info/gb.desktop.*
1408
1409%files gb-draw
1410%defattr(-,root,root)
1411%{_libdir}/gambas3/gb.draw.*
1412
1413%files gb-dbus
1414%defattr(-,root,root)
1415%{_libdir}/gambas3/gb.dbus.*
1416%{_datadir}/gambas3/info/gb.dbus.*
1417
1418%files gb-eval
1419%defattr(-,root,root)
1420%{_libdir}/gambas3/gb.eval.component
1421%{_libdir}/gambas3/gb.eval.so*
1422%{_datadir}/gambas3/info/gb.eval.info
1423%{_datadir}/gambas3/info/gb.eval.list
1424
1425%files gb-eval-highlight
1426%defattr(-,root,root)
1427%{_libdir}/gambas3/gb.eval.highlight.*
1428%{_datadir}/gambas3/info/gb.eval.highlight.*
1429
1430%files gb-form
1431%defattr(-,root,root)
1432%{_libdir}/gambas3/gb.form.gambas
1433%{_libdir}/gambas3/gb.form.component
1434%{_libdir}/gambas3/gb.form.stock.gambas
1435%{_libdir}/gambas3/gb.form.stock.component
1436%{_datadir}/gambas3/info/gb.form.info
1437%{_datadir}/gambas3/info/gb.form.list
1438%{_datadir}/gambas3/info/gb.form.stock.info
1439%{_datadir}/gambas3/info/gb.form.stock.list
1440
1441%files gb-form-dialog
1442%defattr(-,root,root)
1443%{_libdir}/gambas3/gb.form.dialog.gambas
1444%{_libdir}/gambas3/gb.form.dialog.component
1445%{_datadir}/gambas3/info/gb.form.dialog.info
1446%{_datadir}/gambas3/info/gb.form.dialog.list
1447
1448%files gb-form-mdi
1449%defattr(-,root,root)
1450%{_libdir}/gambas3/gb.form.mdi.gambas
1451%{_libdir}/gambas3/gb.form.mdi.component
1452%{_datadir}/gambas3/info/gb.form.mdi.info
1453%{_datadir}/gambas3/info/gb.form.mdi.list
1454
1455%files gb-geom
1456%defattr(-,root,root)
1457%{_libdir}/gambas3/gb.geom.so*
1458
1459%files gb-gtk
1460%defattr(-,root,root)
1461%{_libdir}/gambas3/gb.gtk.so*
1462%{_libdir}/gambas3/gb.gtk.component
1463%{_datadir}/gambas3/info/gb.gtk.info
1464%{_datadir}/gambas3/info/gb.gtk.list
1465
1466%files gb-gtk-opengl
1467%defattr(-,root,root)
1468%{_libdir}/gambas3/gb.gtk.opengl.*
1469%{_datadir}/gambas3/info/gb.gtk.opengl.*
1470
1471%files gb-gui
1472%defattr(-,root,root)
1473%{_libdir}/gambas3/gb.gui.*
1474%{_datadir}/gambas3/info/gb.gui.*
1475
1476%files gb-httpd
1477%defattr(-,root,root)
1478%{_libdir}/gambas3/gb.httpd.component
1479%{_libdir}/gambas3/gb.httpd.so*
1480%{_datadir}/gambas3/info/gb.httpd.*
1481
1482%files gb-image
1483%defattr(-,root,root)
1484%{_libdir}/gambas3/gb.image.so*
1485%{_libdir}/gambas3/gb.image.component
1486%{_datadir}/gambas3/info/gb.image.info
1487%{_datadir}/gambas3/info/gb.image.list
1488       
1489%files gb-image-effect
1490%defattr(-,root,root)
1491%{_libdir}/gambas3/gb.image.effect.so*
1492%{_libdir}/gambas3/gb.image.effect.component
1493%{_datadir}/gambas3/info/gb.image.effect.info
1494%{_datadir}/gambas3/info/gb.image.effect.list
1495       
1496%files gb-image-imlib
1497%defattr(-,root,root)
1498%{_libdir}/gambas3/gb.image.imlib.so*
1499%{_libdir}/gambas3/gb.image.imlib.component
1500%{_datadir}/gambas3/info/gb.image.imlib.info
1501%{_datadir}/gambas3/info/gb.image.imlib.list
1502       
1503%files gb-image-io
1504%defattr(-,root,root)
1505%{_libdir}/gambas3/gb.image.io.so*
1506%{_libdir}/gambas3/gb.image.io.component
1507%{_datadir}/gambas3/info/gb.image.io.info
1508%{_datadir}/gambas3/info/gb.image.io.list
1509
1510%files gb-libxml
1511%defattr(-,root,root)
1512%{_libdir}/gambas3/gb.libxml.*
1513%{_datadir}/gambas3/info/gb.libxml.*
1514
1515%files gb-logging
1516%defattr(-,root,root)
1517%{_libdir}/gambas3/gb.logging.component
1518%{_libdir}/gambas3/gb.logging.gambas
1519%{_datadir}/gambas3/info/gb.logging.*
1520
1521%files gb-map
1522%defattr(-,root,root)
1523%{_libdir}/gambas3/gb.map.component
1524%{_libdir}/gambas3/gb.map.gambas
1525%{_datadir}/gambas3/info/gb.map.*
1526
1527%files gb-memcached
1528%defattr(-,root,root)
1529%{_libdir}/gambas3/gb.memcached.component
1530%{_libdir}/gambas3/gb.memcached.gambas
1531%{_datadir}/gambas3/info/gb.memcached.*
1532
1533%files gb-mysql
1534%defattr(-,root,root)
1535%{_libdir}/gambas3/gb.mysql.*
1536%{_datadir}/gambas3/info/gb.mysql.*
1537
1538%files gb-ncurses
1539%defattr(-,root,root)
1540%{_libdir}/gambas3/gb.ncurses.*
1541%{_datadir}/gambas3/info/gb.ncurses.*
1542
1543%files gb-net
1544%defattr(-,root,root)
1545%{_libdir}/gambas3/gb.net.so*
1546%{_libdir}/gambas3/gb.net.component
1547%{_datadir}/gambas3/info/gb.net.info
1548%{_datadir}/gambas3/info/gb.net.list
1549
1550%files gb-net-curl
1551%defattr(-,root,root)
1552%{_libdir}/gambas3/gb.net.curl.so*
1553%{_libdir}/gambas3/gb.net.curl.component
1554%{_datadir}/gambas3/info/gb.net.curl.info
1555%{_datadir}/gambas3/info/gb.net.curl.list
1556
1557%files gb-net-smtp
1558%defattr(-,root,root)
1559%{_libdir}/gambas3/gb.net.smtp.*
1560%{_datadir}/gambas3/info/gb.net.smtp.*
1561
1562%files gb-opengl
1563%defattr(-,root,root)
1564%{_libdir}/gambas3/gb.opengl.so*
1565%{_libdir}/gambas3/gb.opengl.component
1566%{_datadir}/gambas3/info/gb.opengl.info
1567%{_datadir}/gambas3/info/gb.opengl.list
1568
1569%files gb-opengl-glsl
1570%defattr(-,root,root)
1571%{_libdir}/gambas3/gb.opengl.glsl.so*
1572%{_libdir}/gambas3/gb.opengl.glsl.component
1573%{_datadir}/gambas3/info/gb.opengl.glsl.info
1574%{_datadir}/gambas3/info/gb.opengl.glsl.list
1575
1576%files gb-opengl-glu
1577%defattr(-,root,root)
1578%{_libdir}/gambas3/gb.opengl.glu.so*
1579%{_libdir}/gambas3/gb.opengl.glu.component
1580%{_datadir}/gambas3/info/gb.opengl.glu.info
1581%{_datadir}/gambas3/info/gb.opengl.glu.list
1582
1583%files gb-opengl-sge
1584%defattr(-,root,root)
1585%{_libdir}/gambas3/gb.opengl.sge.component
1586%{_libdir}/gambas3/gb.opengl.sge.so*
1587%{_datadir}/gambas3/info/gb.opengl.sge.*
1588
1589%files gb-openssl
1590%defattr(-,root,root)
1591%{_libdir}/gambas3/gb.openssl.component
1592%{_libdir}/gambas3/gb.openssl.so*
1593%{_datadir}/gambas3/info/gb.openssl.*
1594
1595%files gb-option
1596%defattr(-,root,root)
1597%{_libdir}/gambas3/gb.option.*
1598%{_datadir}/gambas3/info/gb.option.*
1599
1600%files gb-pcre
1601%defattr(-,root,root)
1602%{_libdir}/gambas3/gb.pcre.so*
1603%{_libdir}/gambas3/gb.pcre.component
1604%{_datadir}/gambas3/info/gb.pcre.info
1605%{_datadir}/gambas3/info/gb.pcre.list
1606
1607%files gb-pdf
1608%defattr(-,root,root)
1609%{_libdir}/gambas3/gb.pdf.*
1610%{_datadir}/gambas3/info/gb.pdf.*
1611
1612%files gb-qt4
1613%defattr(-,root,root)
1614%{_libdir}/gambas3/gb.qt4.so*
1615%{_libdir}/gambas3/gb.qt4.component
1616%{_datadir}/gambas3/info/gb.qt4.info
1617%{_datadir}/gambas3/info/gb.qt4.list
1618
1619%files gb-qt4-ext
1620%defattr(-,root,root)
1621%{_libdir}/gambas3/gb.qt4.ext.so*
1622%{_libdir}/gambas3/gb.qt4.ext.component
1623%{_datadir}/gambas3/info/gb.qt4.ext.info
1624%{_datadir}/gambas3/info/gb.qt4.ext.list
1625
1626%files gb-qt4-webkit
1627%defattr(-,root,root)
1628%{_libdir}/gambas3/gb.qt4.webkit.so*
1629%{_libdir}/gambas3/gb.qt4.webkit.component
1630%{_datadir}/gambas3/info/gb.qt4.webkit.info
1631%{_datadir}/gambas3/info/gb.qt4.webkit.list
1632
1633%files gb-qt4-opengl
1634%defattr(-,root,root)
1635%{_libdir}/gambas3/gb.qt4.opengl.*
1636%{_datadir}/gambas3/info/gb.qt4.opengl.*
1637
1638%files gb-report
1639%defattr(-,root,root)
1640%{_libdir}/gambas3/gb.report.*
1641%{_datadir}/gambas3/info/gb.report.*
1642
1643%files gb-sdl
1644%defattr(-,root,root)
1645%doc %{_datadir}/gambas3/gb.sdl/README
1646%{_libdir}/gambas3/gb.sdl.so
1647%{_libdir}/gambas3/gb.sdl.so.*
1648%{_libdir}/gambas3/gb.sdl.component
1649%{_datadir}/gambas3/gb.sdl/LICENSE
1650%{_datadir}/gambas3/info/gb.sdl.info
1651%{_datadir}/gambas3/info/gb.sdl.list
1652%{_datadir}/gambas3/gb.sdl/_default.bdf
1653
1654%files gb-sdl-sound
1655%defattr(-,root,root)
1656%{_libdir}/gambas3/gb.sdl.sound.so*
1657%{_libdir}/gambas3/gb.sdl.sound.component
1658%{_datadir}/gambas3/info/gb.sdl.sound.info
1659%{_datadir}/gambas3/info/gb.sdl.sound.list
1660
1661%files gb-settings
1662%defattr(-,root,root)
1663%{_libdir}/gambas3/gb.settings.*
1664%{_datadir}/gambas3/info/gb.settings.*
1665
1666%files gb-signal
1667%defattr(-,root,root)
1668%{_libdir}/gambas3/gb.signal.*
1669%{_datadir}/gambas3/info/gb.signal.*
1670
1671%files gb-v4l
1672%defattr(-,root,root)
1673%{_libdir}/gambas3/gb.v4l.*
1674%{_datadir}/gambas3/info/gb.v4l.*
1675
1676%files gb-vb
1677%defattr(-,root,root)
1678%{_libdir}/gambas3/gb.vb.so*
1679%{_libdir}/gambas3/gb.vb.component
1680%{_datadir}/gambas3/info/gb.vb.info
1681%{_datadir}/gambas3/info/gb.vb.list
1682
1683%files gb-xml
1684%defattr(-,root,root)
1685%{_libdir}/gambas3/gb.xml.gambas
1686%{_libdir}/gambas3/gb.xml.so*
1687%{_libdir}/gambas3/gb.xml.component*
1688%{_datadir}/gambas3/info/gb.xml.info
1689%{_datadir}/gambas3/info/gb.xml.list
1690
1691%files gb-xml-html
1692%defattr(-,root,root)
1693%{_libdir}/gambas3/gb.xml.html.so*
1694%{_libdir}/gambas3/gb.xml.html.component*
1695%{_datadir}/gambas3/info/gb.xml.html.info
1696%{_datadir}/gambas3/info/gb.xml.html.list
1697
1698%files gb-xml-rpc
1699%defattr(-,root,root)
1700%{_libdir}/gambas3/gb.xml.rpc.gambas
1701%{_libdir}/gambas3/gb.xml.rpc.component*
1702%{_datadir}/gambas3/info/gb.xml.rpc.info
1703%{_datadir}/gambas3/info/gb.xml.rpc.list
1704
1705%files gb-xml-xslt
1706%defattr(-,root,root)
1707%{_libdir}/gambas3/gb.xml.xslt.so*
1708%{_libdir}/gambas3/gb.xml.xslt.component*
1709%{_datadir}/gambas3/info/gb.xml.xslt.info
1710%{_datadir}/gambas3/info/gb.xml.xslt.list
1711
1712%files gb-web
1713%defattr(-,root,root)
1714%{_libdir}/gambas3/gb.web.*
1715%{_datadir}/gambas3/info/gb.web.*
1716
1717
1718%changelog
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.