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

Revision 3425, 50.3 KB checked in by owa, 13 years ago (diff)

rebuild with postgresql-9.0.3

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