gambas2-vl.spec 50 KB

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