gambas3-vl.spec 48 KB

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