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

Revision 8758, 58.9 KB checked in by Takemikaduchi, 10 years ago (diff)

update or rebuild

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