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

Revision 531, 48.8 KB checked in by kazutaka, 14 years ago (diff)

update to 2.20.1
change BuildRequires? to kdelibs3-devel, kdebase3 (not version < 4)
(refer comment in <BTS:VineLinux:907>)

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