source: projects/specs/trunk/g/gambas2/gambas2-vl.spec @ 521

Revision 521, 48.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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