gambas2-vl.spec 49 KB

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