source: projects/specs/branches/6/g/gambas3/gambas3-vl.spec @ 4084

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