gambas2-vl.spec 49 KB

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