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

Revision 10499, 50.6 KB checked in by Takemikaduchi, 8 years ago (diff)

rebuild with gcc-5.4.0

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