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

Revision 6936, 52.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-commander,gambas2: rebuild
others: new upstream release

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