gambas2-vl.spec 50 KB

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