gambas2-vl.spec 50 KB

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