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

Revision 8067, 58.7 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

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