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

Revision 5390, 48.2 KB checked in by Takemikaduchi, 12 years ago (diff)

glew,gambas3: new upstream release
libprojectm, avogadro, kalzium, mesa-demos: rebuild with glew-1.7.0

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