geany-plugins-vl.spec 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. %global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
  2. %global req_geany_ver 0.19
  3. Name: geany-plugins
  4. Version: 0.19
  5. Release: 3%{?_dist_release}
  6. Summary: Plugins for Geany
  7. Summary(ja): Geany のプラグイン集
  8. Group: Development/Tools
  9. License: GPLv3
  10. URL: http://plugins.geany.org/
  11. Source0: http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.tar.bz2
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: geany-devel >= %{req_geany_ver} gettext intltool pkgconfig libtool
  14. BuildRequires: lua-devel enchant-devel gtkspell-devel
  15. BuildRequires: libxml2-devel >= 2.6.27
  16. BuildRequires: ctpl-devel >= 0.2
  17. Requires: %{name}-addons %{name}-geanydoc %{name}-geanygdb %{name}-geanylatex
  18. Requires: %{name}-geanylipsum %{name}-geanylua %{name}-geanyprj %{name}-geanysendmail
  19. Requires: %{name}-geanyvc %{name}-shiftcolumn %{name}-spellcheck
  20. Requires: %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
  21. Requires: %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
  22. %description
  23. Plugins for Geany. Plugins included are:
  24. * Addons (Various small Addons)
  25. * Code navigation (Navigate through your source code easily)
  26. * Geanydoc (Call specific documentation from within Geany)
  27. * Geanyextrasel (Additional features for selecting code)
  28. * GeanyGenDoc (Automatically generate documentation source code)
  29. * GeanyGDB (Integration with GDB)
  30. * GeanyLaTeX (Improved Support for LaTeX documents)
  31. * GeanyLipsum (Inserting blocks of Lorem Ipsum text)
  32. * GeanySendMail (Sending of documents from within Geany)
  33. * GeanyVC (Support for various Version Control Systems)
  34. * Geanyinsertnum (Insert huge number ranges with small efforts)
  35. * Geanylua (Support for Scripting with Lua)
  36. * Geanyprj (Alternate project management for Geany)
  37. * Shiftcolumn (Moving blocks of text horizontally)
  38. * Spellcheck (Spell checking of documents or marked text)
  39. * Treebrowser (Alternate file browser with tree view of folders)
  40. * XML Pretty Printer
  41. This package is meta package to install all geany-plugins.
  42. %description -l ja
  43. Geany のプラグインです。プラグインには以下のものが含まれています。
  44. * Addons (色々と小さなアドオン)
  45. * Code navigation (ソースコード間を簡単に移動)
  46. * Geanydoc (geany から固有のドキュメントを呼び出す)
  47. * Geanyextrasel (コード選択のための追加機能)
  48. * GeanyGenDoc (ソースコードから自動的にドキュメントの元を生成)
  49. * GeanyGDB (GDB 統合環境を提供)
  50. * GeanyLaTex (LaTeX ドキュメントのサポートを改善)
  51. * GeanyLipsum (Lorem Ipsum テキストのブロックを挿入)
  52. * GeanySendMail (Geany からドキュメントの送信を許可)
  53. * GeanyVC (色々なバージョン管理システムのサポート)
  54. * Geanyinsertnum (僅かな労力で膨大な範囲の番号を挿入)
  55. * Geanylua (lua スクリプトのサポートを提供)
  56. * Geanyprj (geany の代替プロジェクト管理)
  57. * Shiftcolumn (テキストブロックを水平方向に移動)
  58. * Spellcheck (ドキュメントのスペルチェック)
  59. * Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
  60. * XML Pretty Printer
  61. このパッケージは、geany-plugins をすべてインストールするための
  62. メタパッケージです。
  63. %package common
  64. Summary: Common files used by all geany plugins
  65. Summary(ja): すべての Geany プラグインに用いられる共通ファイル
  66. Group: Development/Tools
  67. Requires: geany >= %{req_geany_ver}
  68. %description common
  69. This package contains some common files which are used by every Geany plugin,
  70. e.g. language translations.
  71. %description common -l ja
  72. このパッケージには、例えば翻訳ファイルなどの
  73. すべての Geany プラグイン で用いられる共通ファイルが含まれています。
  74. %package addons
  75. Summary: Miscellaneous Addons for Geany
  76. Summary(ja): Geany のその他のアドオン
  77. Group: Development/Tools
  78. Requires: geany >= %{req_geany_ver}
  79. Requires: geany-plugins-common = %{version}-%{release}
  80. Obsoletes: geany-plugin-addons
  81. %description addons
  82. This plugins consists of various small addons too small to justify their own
  83. plugin, but are useful to have. The following functionality is implemented:
  84. * Doclist: This addon places a new item in the toolbar and when clicked offers
  85. a menu listing all open files plus the 'Close All' and 'Close Other
  86. Documents' menu items. This can be useful to quickly access open files and
  87. switch to them.
  88. * OpenURI: Adds 'Open URI' and 'Copy URI' menu items to the editor menu when
  89. the word under the cursor looks like a URI. 'Open URI' uses the browser
  90. command configured in Geany to open it.
  91. * Tasks:The tasks plugin goes through a file being edited and picks out lines
  92. with "TODO" or "FIXME" in them. It collects the text after those words and
  93. puts them in a new "Tasks" tab in the message window. Clicking on a task in
  94. that tab takes you to the line in the file where the task was defined.
  95. * Systray: Adds a status icon to the notification area (systray) and provides
  96. a simple popup menu with some basic actions. It can also be used to quickly
  97. show and hide the Geany main window.
  98. %package codenav
  99. Summary: Navigate through your source code easily
  100. Summary(ja): ソースコード間を簡単に移動
  101. Group: Development/Tools
  102. Requires: geany >= %{req_geany_ver}
  103. Requires: geany-plugins-common = %{version}-%{release}
  104. %description codenav
  105. This plugin adds some facilities for navigating in the code.
  106. Actually, it will make it possible to:
  107. - switch between header and implementation
  108. - go to a file by typing its name
  109. %package geanyextrasel
  110. Summary: Additional features for selecting code
  111. Summary(ja): コード選択のための追加機能
  112. Group: Development/Tools
  113. Requires: geany >= %{req_geany_ver}
  114. Requires: geany-plugins-common = %{version}-%{release}
  115. %description geanyextrasel
  116. Geanyextrasel provides some special features for selecting code, e.g. from
  117. opening brace to closed brace and so on. This plugin will be very useful for
  118. you if you're a programmer and working with much sourcecodes.
  119. %package geanygdb
  120. Summary: Debugger Plugin for Geany using GDB
  121. Summary(ja): GDB を使った Geany のデバッガプラグイン
  122. Group: Development/Tools
  123. Requires: geany >= %{req_geany_ver}
  124. Requires: geany-plugins-common = %{version}-%{release}
  125. Requires: gdb
  126. Obsoletes: geany-plugin-gdb
  127. %description geanygdb
  128. GeanyGDB plugin provides an integrated debugging environment for the
  129. GNU debugger (gdb).
  130. %description geanygdb -l ja
  131. GeanyGDB プラグインは GNU debugger (gdb) のための
  132. 統合的デバッグ環境を提供します。
  133. %package geanylatex
  134. Summary: to improve LaTeX support plugin for Geany
  135. Summary(ja): Geany のための LaTeX サポート改善プラグイン
  136. Group: Development/Tools
  137. Requires: geany >= %{req_geany_ver}
  138. Requires: geany-plugins-common = %{version}-%{release}
  139. Requires: texlive
  140. Obsoletes: geany-plugin-latex
  141. %description geanylatex
  142. This plugin improves LaTeX support in Geany. It provides several templates for
  143. new documents, help with adding labels and inserting special characters,
  144. and much more.
  145. %description geanylatex -l ja
  146. このプラグインは Geany で LaTeX のサポートを改善するプラグインです。
  147. 新しい文書のためのいくつかのテンプレート、
  148. ラベルの追加や特殊文字の挿入機能などを提供します。
  149. %package geanylipsum
  150. Summary: Lorem Ipsum generator for Inserting Placeholder Text
  151. Group: Development/Tools
  152. Requires: geany >= %{req_geany_ver}
  153. Requires: geany-plugins-common = %{version}-%{release}
  154. %description geanylipsum
  155. GeanyLipsum is a Lorem Ipsum generator for inserting placeholder text into a
  156. document.
  157. %package geanylua
  158. Summary: Support developing Lua Scripting for Geany
  159. Summary(ja): Geany で Lua スクリプト開発をサポート
  160. Group: Development/Tools
  161. Requires: geany >= %{req_geany_ver}
  162. Requires: geany-plugins-common = %{version}-%{release}
  163. Requires: lua
  164. %description geanylua
  165. This plugin provides extensive support for developing in the lua programming
  166. language.
  167. %description geanylua -l ja
  168. このプラグインは、lua プログラミング言語で開発するための
  169. 広範なサポートを提供します。
  170. %package geanysendmail
  171. Summary: Send E-Mails from within Geany
  172. Summary(ja): Geany 内から E-Mail を送信するプラグイン
  173. Group: Development/Tools
  174. Requires: geany >= %{req_geany_ver}
  175. Requires: geany-plugins-common = %{version}-%{release}
  176. %description geanysendmail
  177. GeanySendMail is a little plugin to send a document as attachment using the
  178. preferred mail client from inside Geany. It is similar to the envelope symbol
  179. of most office tools and requires a mail client that supports remote calls.
  180. %package geanyvc
  181. Summary: Version Control plugin for Geany
  182. Summary(ja): Geany のバージョン管理プラグイン
  183. Group: Development/Tools
  184. Requires: geany >= %{req_geany_ver}
  185. Requires: geany-plugins-common = %{version}-%{release}
  186. Obsoletes: geany-plugin-vc
  187. Provides: geanyvc = %{version}-%{release}
  188. %description geanyvc
  189. Geanyvc is a plugin that provides a uniform way of accessing different version
  190. control systems from within the Geany IDE. Currently, support for the following
  191. version control systems is provided:
  192. * Bazaar
  193. * Git
  194. * Mercurial
  195. * Subversion
  196. * SVK
  197. * CVS
  198. %description geanyvc -l ja
  199. Geanyvc は Geany IDE から異なるバージョン管理システムにアクセスする
  200. 均一的方法を提供するプラグインです。
  201. 現在、サポートするバージョン管理システムは以下の通りです。
  202. * Bazaar
  203. * Git
  204. * Mercurial
  205. * Subversion
  206. * SVK
  207. * CVS
  208. %package geanyinsertnum
  209. Summary: Insert huge number ranges with small efforts
  210. Summary(ja): 僅かな労力で膨大な範囲の番号を挿入
  211. Group: Development/Tools
  212. Requires: geany >= %{req_geany_ver}
  213. Requires: geany-plugins-common = %{version}-%{release}
  214. %description geanyinsertnum
  215. Geanyinsertnum replaces a (possibly zero-width) rectangular selection with
  216. integer numbers, using start/step/base etc. specified by the user. For
  217. practical reasons, the number of lines is limited to 500000.
  218. %package shiftcolumn
  219. Summary: Move Blocks of Text horizontally
  220. Summary(ja): テキストブロックを水平方向に移動
  221. Group: Development/Tools
  222. Requires: geany >= %{req_geany_ver}
  223. Requires: geany-plugins-common = %{version}-%{release}
  224. %description shiftcolumn
  225. Shiftcolumn allows you to move blocks of text horizontally in Geany.
  226. %description shiftcolumn -l ja
  227. Shiftcolumn は Geany 内でテキストブロックを水平方向に移動させることが
  228. できます。
  229. %package spellcheck
  230. Summary: Spellcheck Text in Geany using the Enchant Library
  231. Summary(ja): Enchant ライブラリを使い Geany でスペルチェック
  232. Group: Development/Tools
  233. Requires: geany >= %{req_geany_ver}
  234. Requires: geany-plugins-common = %{version}-%{release}
  235. Requires: enchant
  236. %description spellcheck
  237. Spellcheck checks the selected text (or the whole document) with the spellcheck
  238. library Enchant.
  239. %description spellcheck -l ja
  240. Spellcheck は、選択したテキスト(または文書全体)のスペルチェックを
  241. スペルチェックライブラリの Enchant で行います。
  242. %package geanydoc
  243. Summary: Call documentation from within Geany
  244. Summary(ja): Geany 内からドキュメントを呼び出す
  245. Group: Development/Tools
  246. Requires: geany >= %{req_geany_ver}
  247. Requires: geany-plugins-common = %{version}-%{release}
  248. %description geanydoc
  249. Geanydoc allows you to execute specific commands on the word under the cursor.
  250. This word is passed as an argument to the command. The output of the command
  251. can either be placed into a special buffer called "DOC" or can be used to
  252. execute an external program. Geanydoc is intended to be used for searching
  253. through API documentation.
  254. %package geanygendoc
  255. Summary: Automatically generate documentation source code
  256. Group: Development/Tools
  257. Requires: geany >= %{req_geany_ver}
  258. Requires: geany-plugins-common = %{version}-%{release}
  259. %description geanygendoc
  260. GeanyGenDoc is a plugin for Geany that aims to automatically generate
  261. documentation comment basis from the source code.
  262. You may also want to install the following packages which enable
  263. some extra features:
  264. - Docutils (http://docutils.sourceforge.net/) -- or another implementation of
  265. rst2html -- is needed to (re)generate the HTML manual.
  266. %package geanyprj
  267. Summary: Provides an alternate project management tool for Geany
  268. Summary(ja): Geany で代替プロジェクト管理ツールを提供
  269. Group: Development/Tools
  270. Requires: geany >= %{req_geany_ver}
  271. Requires: geany-plugins-common = %{version}-%{release}
  272. %description geanyprj
  273. Geanyprj provides an alternate project management approach to Geany's built-in
  274. project facility. The idea is to be less a "session manager" as the built-in
  275. project management does: It allows/requires you to manually open and close
  276. project and allows you to store project files in different locations from
  277. project sources.
  278. Geanyprj takes a different approach:
  279. It never saves session information, so that project files can be stored in
  280. version control without constant noise from changes of opened files or cursor
  281. position. You also will never have to open/close projects manually. If a
  282. *.geanyprj file is found somewhere up in path it will be opened automatically.
  283. %package treebrowser
  284. Summary: Alternate file browser plugin providing a tree view of directories.
  285. Summary(ja): ディレクトリのツリービューを提供する代替ファイルブラウザプラグイン
  286. Group: Development/Tools
  287. Requires: geany >= %{req_geany_ver}
  288. Requires: geany-plugins-common = %{version}-%{release}
  289. %description treebrowser
  290. The tree browser plugin for Geany provides an alternate way to browse through
  291. your files. It displays files and directories in a tree view and has more
  292. features than the file browser plugin delivered with Geany itself.
  293. %package pretty-print
  294. Summary: XML pretty printing plugin for Geany
  295. Group: Development/Tools
  296. Requires: geany >= %{req_geany_ver}
  297. Requires: geany-plugins-common = %{version}-%{release}
  298. Requires: libxml2 >= 2.6.27
  299. %description pretty-print
  300. Plugin for Geany to easily beautify XML code.
  301. %prep
  302. %setup -q
  303. %build
  304. %configure --docdir=%{geany_plug_docdir}
  305. make %{?_smp_mflags}
  306. %install
  307. rm -rf $RPM_BUILD_ROOT
  308. make install -p DESTDIR=$RPM_BUILD_ROOT
  309. # Remove static library *.la files
  310. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f '{}' \;
  311. # Remove zero-length files
  312. find $RPM_BUILD_ROOT -type f -empty -delete
  313. %find_lang %{name}
  314. %clean
  315. rm -rf $RPM_BUILD_ROOT
  316. %files
  317. %files common -f %{name}.lang
  318. %defattr(-,root,root,-)
  319. %dir %{_libdir}/%{name}/
  320. %dir %{_datadir}/%{name}/
  321. %files addons
  322. %defattr(-,root,root,-)
  323. %doc %{geany_plug_docdir}/addons
  324. %{_libdir}/geany/addons.so
  325. %files codenav
  326. %defattr(-,root,root,-)
  327. %doc %{geany_plug_docdir}/codenav
  328. %{_libdir}/geany/codenav.so
  329. %files geanydoc
  330. %defattr(-,root,root,-)
  331. %doc %{geany_plug_docdir}/geanydoc/
  332. %{_libdir}/geany/geanydoc.so
  333. %files geanygendoc
  334. %defattr(-,root,root,-)
  335. %doc %{geany_plug_docdir}/geanygendoc/
  336. %{_libdir}/geany/geanygendoc.so
  337. %{_datadir}/%{name}/geanygendoc/
  338. %files geanyextrasel
  339. %defattr(-,root,root,-)
  340. %doc %{geany_plug_docdir}/geanyextrasel/
  341. %{_libdir}/geany/geanyextrasel.so
  342. %files geanygdb
  343. %defattr(-,root,root,-)
  344. %doc %{geany_plug_docdir}/geanygdb/
  345. %{_libdir}/geany/geanygdb.so
  346. %{_libexecdir}/geany-plugins/geanygdb/ttyhelper
  347. %files geanylatex
  348. %defattr(-,root,root,-)
  349. %doc %{geany_plug_docdir}/geanylatex/
  350. %{_libdir}/geany/geanylatex.so
  351. %files geanylipsum
  352. %defattr(-,root,root,-)
  353. %doc %{geany_plug_docdir}/geanylipsum/
  354. %{_libdir}/geany/geanylipsum.so
  355. %files geanysendmail
  356. %defattr(-,root,root,-)
  357. %doc %{geany_plug_docdir}/geanysendmail/
  358. %{_libdir}/geany/geanysendmail.so
  359. %files geanyvc
  360. %defattr(-,root,root,-)
  361. %doc %{geany_plug_docdir}/geanyvc/
  362. %{_libdir}/geany/geanyvc.so
  363. %files geanyinsertnum
  364. %defattr(-,root,root,-)
  365. %doc %{geany_plug_docdir}/geanyinsertnum/
  366. %{_libdir}/geany/geanyinsertnum.so
  367. %files geanylua
  368. %defattr(-,root,root,-)
  369. %doc %{geany_plug_docdir}/geanylua/
  370. %{_libdir}/geany/geanylua.so
  371. %{_datadir}/%{name}/geanylua/
  372. %{_libdir}/%{name}/geanylua/
  373. %files geanyprj
  374. %defattr(-,root,root,-)
  375. %doc %{geany_plug_docdir}/geanyprj/
  376. %{_libdir}/geany/geanyprj.so
  377. %files shiftcolumn
  378. %defattr(-,root,root,-)
  379. %doc %{geany_plug_docdir}/shiftcolumn/
  380. %{_libdir}/geany/shiftcolumn.so
  381. %files spellcheck
  382. %defattr(-,root,root,-)
  383. %doc %{geany_plug_docdir}/spellcheck/
  384. %{_libdir}/geany/spellcheck.so
  385. %files treebrowser
  386. %defattr(-,root,root,-)
  387. %doc %{geany_plug_docdir}/treebrowser/
  388. %{_libdir}/geany/treebrowser.so
  389. %files pretty-print
  390. %defattr(-,root,root,-)
  391. %{_libdir}/geany/pretty-print.so
  392. %changelog
  393. * Sun Aug 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-3
  394. - added geany-plugins-geanygendoc
  395. - added BuildRequires: ctpl-devel >= 0.2
  396. - changed geany-plugins-latex Requires: tetex to Requires: texlive
  397. - removed zero-length documentation files
  398. * Sun Jul 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-2
  399. - correct license to GPLv3+
  400. - added BuildRequires: libxml2-devel >= 2.6.27
  401. - added Requires: geany-plugins-codenav, geany-plugins-treebrowser,
  402. geany-plugins-geanyextrasel, geany-plugins-geanyinsertnum, geany-plugins-pretty-print
  403. * Mon Jun 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-1
  404. - new upstream release
  405. * Sat Mar 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-3
  406. - fixed Requires geany-plugins
  407. - applied new naming policy to spec
  408. * Thu Jan 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-2
  409. - fixed Obsoletes geany-plugin-addons, geany-plugin-gdb, geany-plugin-latex, geany-plugin-vc
  410. (see [BTS:VineLinux:0894])
  411. - proved Summary(ja)
  412. * Wed Nov 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.18-1
  413. - initial build for Vine Linux (instead of now provided some geany-plugins)
  414. * Sat Oct 31 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.18-1
  415. - update to new upstream release
  416. * Sat Aug 16 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17.1-6
  417. - build against and require geany 0.18
  418. * Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.17.1-5
  419. - Use bzipped upstream tarball.
  420. * Sat Jul 25 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17.1-4
  421. - write BuildRequires at the beginning of this file
  422. * Wed Jul 22 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17.1-3
  423. - remove Requires: geany from the main package
  424. - change Group to Development/Tools
  425. - add release to the geanyvc Provides
  426. - entirely remove %%files stanza for the main package
  427. * Wed Jul 22 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17.1-2
  428. - fix the required geany version also in the subpackages
  429. - remove the requires to sub-packages to avoid building the metapackage since
  430. all geany plugins also can be installed by something like
  431. 'yum install geany-plugins-*'
  432. - fix the requires of geany-plugins-common to include the release
  433. * Wed Jul 22 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17.1-1
  434. - bump upstream version to 0.17.1
  435. - fix required geany version to be 0.16 at the present
  436. * Sat Jul 18 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17-5
  437. - add Requires for metapackage
  438. - rename subpackages back to geany-plugins-* instead of geany-plugin-*
  439. * Fri Jul 17 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17-4
  440. - readd the geany_plug_docdir global to fix the versioned directory issue for
  441. documentation files
  442. - replace geany-plugins with %%{name} to be more consistent with macro usage
  443. - remove zero-length documentation files
  444. - fix the changelog
  445. - remove static *.la-files
  446. - split up packages
  447. * Wed Jul 15 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17-3
  448. - add %%{_datadir}/geany-plugins/geanylua/ to %%files-section
  449. * Wed Jul 15 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17-2
  450. - fix %%files-section again, thanks to Jonathan for the hint.
  451. * Tue Jul 14 2009 Dominic Hopf <dmaphy@fedoraproject.org> 0.17-1
  452. - update URL to plugins.geany.org
  453. * Tue Jul 14 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-0.2
  454. - Add Obsoletes for geanyvc
  455. - Add more BuildRequires and Requires
  456. * Tue Jul 14 2009 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 0.17-0.1
  457. - Update to 0.17 (first upstream release of tarball)
  458. - Fix handling of docs
  459. - Spec file cleanups
  460. * Mon Jun 22 2009 Pingou <pingou@pingoured.fr> 0.1-1
  461. - First RPM for Fedora