|
@@ -1,8 +1,8 @@
|
|
%global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
|
|
%global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
|
|
-%global req_geany_ver 0.20
|
|
|
|
|
|
+%global req_geany_ver 0.21
|
|
|
|
|
|
Name: geany-plugins
|
|
Name: geany-plugins
|
|
-Version: 0.20
|
|
|
|
|
|
+Version: 0.21
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: Plugins for Geany
|
|
Summary: Plugins for Geany
|
|
Summary(ja): Geany のプラグイン集
|
|
Summary(ja): Geany のプラグイン集
|
|
@@ -17,6 +17,7 @@ BuildRequires: geany-devel >= %{req_geany_ver} gettext intltool pkgconfig libto
|
|
BuildRequires: lua-devel enchant-devel gtkspell-devel
|
|
BuildRequires: lua-devel enchant-devel gtkspell-devel
|
|
BuildRequires: libxml2-devel >= 2.6.27
|
|
BuildRequires: libxml2-devel >= 2.6.27
|
|
BuildRequires: ctpl-devel >= 0.2
|
|
BuildRequires: ctpl-devel >= 0.2
|
|
|
|
+BuildRequires: gpgme-devel
|
|
|
|
|
|
Requires: %{name}-addons %{name}-geanydoc %{name}-geanygdb %{name}-geanylatex
|
|
Requires: %{name}-addons %{name}-geanydoc %{name}-geanygdb %{name}-geanylatex
|
|
Requires: %{name}-geanylipsum %{name}-geanylua %{name}-geanyprj %{name}-geanysendmail
|
|
Requires: %{name}-geanylipsum %{name}-geanylua %{name}-geanyprj %{name}-geanysendmail
|
|
@@ -24,29 +25,37 @@ Requires: %{name}-geanyvc %{name}-shiftcolumn %{name}-spellcheck
|
|
Requires: %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
|
|
Requires: %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
|
|
Requires: %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
|
|
Requires: %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
|
|
Requires: %{name}-updatechecker %{name}-webhelper
|
|
Requires: %{name}-updatechecker %{name}-webhelper
|
|
-
|
|
|
|
|
|
+Requires: %{name}-debugger %{name}-xmlsnippets %{name}-geanymacro %{name}-geanynumberedbookmarks
|
|
|
|
+Requires: %{name}-geanypg %{name}-gproject %{name}-tableconvert
|
|
|
|
|
|
%description
|
|
%description
|
|
Plugins for Geany. Plugins included are:
|
|
Plugins for Geany. Plugins included are:
|
|
* Addons (Various small Addons)
|
|
* Addons (Various small Addons)
|
|
* Code navigation (Navigate through your source code easily)
|
|
* Code navigation (Navigate through your source code easily)
|
|
|
|
+* Debugger (Enables debugging in Geany)
|
|
* Geanydoc (Call specific documentation from within Geany)
|
|
* Geanydoc (Call specific documentation from within Geany)
|
|
* Geanyextrasel (Additional features for selecting code)
|
|
* Geanyextrasel (Additional features for selecting code)
|
|
* GeanyGenDoc (Automatically generate documentation source code)
|
|
* GeanyGenDoc (Automatically generate documentation source code)
|
|
* GeanyGDB (Integration with GDB)
|
|
* GeanyGDB (Integration with GDB)
|
|
|
|
+* Geanyinsertnum (Insert huge number ranges with small efforts)
|
|
* GeanyLaTeX (Improved Support for LaTeX documents)
|
|
* GeanyLaTeX (Improved Support for LaTeX documents)
|
|
* GeanyLipsum (Inserting blocks of Lorem Ipsum text)
|
|
* GeanyLipsum (Inserting blocks of Lorem Ipsum text)
|
|
-* GeanySendMail (Sending of documents from within Geany)
|
|
|
|
-* GeanyVC (Support for various Version Control Systems)
|
|
|
|
-* Geanyinsertnum (Insert huge number ranges with small efforts)
|
|
|
|
* Geanylua (Support for Scripting with Lua)
|
|
* Geanylua (Support for Scripting with Lua)
|
|
|
|
+* GeanyMacro (User defined Macros for Geany)
|
|
|
|
+* GeanyNumberedBookmarks (Provide users with 10 numbered Bookmarks)
|
|
|
|
+* GeanyPG (Encrypt, decrypt and verify signatures with GnuPG)
|
|
* Geanyprj (Alternate project management for Geany)
|
|
* Geanyprj (Alternate project management for Geany)
|
|
|
|
+* GeanySendMail (Sending of documents from within Geany)
|
|
|
|
+* GeanyVC (Support for various Version Control Systems)
|
|
|
|
+* GProject (Extension of Geany's Project Management)
|
|
|
|
+* Pretty-Print (XML Pretty Printer)
|
|
* Shiftcolumn (Moving blocks of text horizontally)
|
|
* Shiftcolumn (Moving blocks of text horizontally)
|
|
* Spellcheck (Spell checking of documents or marked text)
|
|
* Spellcheck (Spell checking of documents or marked text)
|
|
|
|
+* Tableconvert (Helps on converting a tabulator separated selection into a table)
|
|
* Treebrowser (Alternate file browser with tree view of folders)
|
|
* Treebrowser (Alternate file browser with tree view of folders)
|
|
-* XML Pretty Printer
|
|
|
|
* Updatechecker (Automatically check for Geany updates)
|
|
* Updatechecker (Automatically check for Geany updates)
|
|
* Webhelper (Preview and Debug Web documents from within Geany using WebKit)
|
|
* Webhelper (Preview and Debug Web documents from within Geany using WebKit)
|
|
|
|
+* XMLSnippets (Extends XML/HTML tag autocompletion provided by Geany)
|
|
|
|
|
|
This package is meta package to install all geany-plugins.
|
|
This package is meta package to install all geany-plugins.
|
|
|
|
|
|
@@ -54,6 +63,7 @@ This package is meta package to install all geany-plugins.
|
|
Geany のプラグインです。プラグインには以下のものが含まれています。
|
|
Geany のプラグインです。プラグインには以下のものが含まれています。
|
|
* Addons (色々と小さなアドオン)
|
|
* Addons (色々と小さなアドオン)
|
|
* Code navigation (ソースコード間を簡単に移動)
|
|
* Code navigation (ソースコード間を簡単に移動)
|
|
|
|
+* Debugger (Geany でデバッグを有効化)
|
|
* Geanydoc (geany から固有のドキュメントを呼び出す)
|
|
* Geanydoc (geany から固有のドキュメントを呼び出す)
|
|
* Geanyextrasel (コード選択のための追加機能)
|
|
* Geanyextrasel (コード選択のための追加機能)
|
|
* GeanyGenDoc (ソースコードから自動的にドキュメントの元を生成)
|
|
* GeanyGenDoc (ソースコードから自動的にドキュメントの元を生成)
|
|
@@ -62,15 +72,21 @@ Geany のプラグインです。プラグインには以下のものが含ま
|
|
* GeanyLipsum (Lorem Ipsum テキストのブロックを挿入)
|
|
* GeanyLipsum (Lorem Ipsum テキストのブロックを挿入)
|
|
* GeanySendMail (Geany からドキュメントの送信を許可)
|
|
* GeanySendMail (Geany からドキュメントの送信を許可)
|
|
* GeanyVC (色々なバージョン管理システムのサポート)
|
|
* GeanyVC (色々なバージョン管理システムのサポート)
|
|
|
|
+* GProject (Geany のプロジェクト管理拡張)
|
|
* Geanyinsertnum (僅かな労力で膨大な範囲の番号を挿入)
|
|
* Geanyinsertnum (僅かな労力で膨大な範囲の番号を挿入)
|
|
* Geanylua (lua スクリプトのサポートを提供)
|
|
* Geanylua (lua スクリプトのサポートを提供)
|
|
|
|
+* GeanyMacro (Geany のユーザー定義マクロ)
|
|
|
|
+* GeanyNumberedBookmarks (ユーザーに 10 個の番号付ブックマークを提供)
|
|
|
|
+* GeanyPG (GnuPG で暗号化・復号化及び署名を検証する)
|
|
* Geanyprj (geany の代替プロジェクト管理)
|
|
* Geanyprj (geany の代替プロジェクト管理)
|
|
* Shiftcolumn (テキストブロックを水平方向に移動)
|
|
* Shiftcolumn (テキストブロックを水平方向に移動)
|
|
* Spellcheck (ドキュメントのスペルチェック)
|
|
* Spellcheck (ドキュメントのスペルチェック)
|
|
|
|
+* Tableconvert (テーブルにタブで区切られた選択項目を変換する際役立つ)
|
|
* Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
|
|
* Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
|
|
-* XML Pretty Printer
|
|
|
|
|
|
+* Pretty-Print (XML Pretty Printer)
|
|
* Updatechecker (Geany の更新を自動的にチェック)
|
|
* Updatechecker (Geany の更新を自動的にチェック)
|
|
* Webhelper (WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行)
|
|
* Webhelper (WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行)
|
|
|
|
+* XMLSnippets (Geany により提供される拡張 XML/HTML タグの自動補完)
|
|
|
|
|
|
このパッケージは、geany-plugins をすべてインストールするための
|
|
このパッケージは、geany-plugins をすべてインストールするための
|
|
メタパッケージです。
|
|
メタパッケージです。
|
|
@@ -130,6 +146,18 @@ Actually, it will make it possible to:
|
|
- go to a file by typing its name
|
|
- go to a file by typing its name
|
|
|
|
|
|
|
|
|
|
|
|
+%package debugger
|
|
|
|
+Summary: enables debugging in Geany
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+Requires: vte >= 0.24
|
|
|
|
+
|
|
|
|
+%description debugger
|
|
|
|
+Plugin enables debugging in Geany. Currently supports GDB only, but was
|
|
|
|
+developed with multiple debuggers support in mind, so the other backends
|
|
|
|
+support is planned as well.
|
|
|
|
+
|
|
|
|
+
|
|
%package geanyextrasel
|
|
%package geanyextrasel
|
|
Summary: Additional features for selecting code
|
|
Summary: Additional features for selecting code
|
|
Summary(ja): コード選択のための追加機能
|
|
Summary(ja): コード選択のための追加機能
|
|
@@ -209,6 +237,57 @@ language.
|
|
広範なサポートを提供します。
|
|
広範なサポートを提供します。
|
|
|
|
|
|
|
|
|
|
|
|
+%package geanymacro
|
|
|
|
+Summary: User defined Macros for Geany
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description geanymacro
|
|
|
|
+GeanyMacro is a plugin to provide user defined macros for Geany. It started
|
|
|
|
+out as part of the ConText feature parity plugin, which was split into
|
|
|
|
+individual plugins to better suit Geany's ethos of being as light as
|
|
|
|
+possible while allowing users to select which features they want to add to
|
|
|
|
+the core editor. The idea was taken from a Text Editor for Windows called
|
|
|
|
+ConText.
|
|
|
|
+
|
|
|
|
+This plugin alows you to record and use your own macros. Macros are
|
|
|
|
+sequences of actions that can then be repeated with a single key
|
|
|
|
+combination. So if you had dozens of lines where you wanted to delete the
|
|
|
|
+last 2 characters, you could simple start recording, press End, Backspace,
|
|
|
|
+Backspace, down line and then stop recording. Then simply trigger the macro
|
|
|
|
+and it would automaticaly edit the line and move to the next. You could then
|
|
|
|
+just repeatedly trigger the macro to do as many lines as you want.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%package geanynumberedbookmarks
|
|
|
|
+Summary: Provide users 10 numbered Bookmarks
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description geanynumberedbookmarks
|
|
|
|
+GeanyNumberedBookmarks is a plugin to provide users with 10 numbered
|
|
|
|
+bookmarks (in addition to the usual bookmarks). It started out as part of
|
|
|
|
+the ConText feature parity plugin, which was split into individual plugins
|
|
|
|
+to better suit Geany's ethos of being as light as possible while allowing
|
|
|
|
+users to select which features they want to add to the core editor. The idea
|
|
|
|
+was taken from a Text Editor for Windows called ConText.
|
|
|
|
+
|
|
|
|
+Normally if you had more than one bookmark, you would have to cycle through
|
|
|
|
+them until you reached the one you wanted. With this plugin you can go
|
|
|
|
+straight to the bookmark that you want with a single key combination.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%package geanypg
|
|
|
|
+Summary: encrypt, decrypt and verify signatures with GnuPG
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+Requires: gpgme
|
|
|
|
+
|
|
|
|
+%description geanypg
|
|
|
|
+GeanyPG is a plugin for Geany that allows the user to encrypt, decrypt and
|
|
|
|
+verify signatures with GnuPG.
|
|
|
|
+
|
|
|
|
+
|
|
%package geanysendmail
|
|
%package geanysendmail
|
|
Summary: Send E-Mails from within Geany
|
|
Summary: Send E-Mails from within Geany
|
|
Summary(ja): Geany 内から E-Mail を送信するプラグイン
|
|
Summary(ja): Geany 内から E-Mail を送信するプラグイン
|
|
@@ -376,6 +455,30 @@ Requires: libxml2 >= 2.6.27
|
|
Plugin for Geany to easily beautify XML code.
|
|
Plugin for Geany to easily beautify XML code.
|
|
|
|
|
|
|
|
|
|
|
|
+%package gproject
|
|
|
|
+Summary: Extension of Geany's project management
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description gproject
|
|
|
|
+GProject is an extension of Geany's project management displaying a tree of
|
|
|
|
+files belonging to the project in the sidebar. In addition, it enables quick
|
|
|
|
+swapping between header and source files, searching project files by name
|
|
|
|
+and more. The plugin was created with big projects in mind so everything
|
|
|
|
+works fast enough even with projects consisting of hundreds of thousands of
|
|
|
|
+files.
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%package tableconvert
|
|
|
|
+Summary: Helps on converting a tabulator separated selection into a table
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description tableconvert
|
|
|
|
+Tableconvert is a plugin which helps on converting a tabulator separated
|
|
|
|
+selection into a table.
|
|
|
|
+
|
|
|
|
+
|
|
%package updatechecker
|
|
%package updatechecker
|
|
Summary: Automatically check for Geany updates
|
|
Summary: Automatically check for Geany updates
|
|
Summary(ja): Geany の更新を自動的にチェック
|
|
Summary(ja): Geany の更新を自動的にチェック
|
|
@@ -408,6 +511,17 @@ Prominent features:
|
|
JavaScript console, a viewer and editor of processed HTML and CSS, a network
|
|
JavaScript console, a viewer and editor of processed HTML and CSS, a network
|
|
usage analysis tool and many more, thanks to WebKit).
|
|
usage analysis tool and many more, thanks to WebKit).
|
|
|
|
|
|
|
|
+
|
|
|
|
+%package xmlsnippets
|
|
|
|
+Summary: Extends XML/HTML tag autocompletion provided by Geany
|
|
|
|
+Group: Development/Tools
|
|
|
|
+Requires: geany-plugins-common = %{version}-%{release}
|
|
|
|
+
|
|
|
|
+%description xmlsnippets
|
|
|
|
+This plugin extends XML/HTML tag autocompletion provided by Geany. It
|
|
|
|
+automatically inserts a matching snippet after you type an opening tag.
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
@@ -453,17 +567,17 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/codenav.so
|
|
%{_libdir}/geany/codenav.so
|
|
|
|
|
|
|
|
|
|
-%files geanydoc
|
|
|
|
|
|
+%files debugger
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanydoc/
|
|
|
|
-%{_libdir}/geany/geanydoc.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/debugger
|
|
|
|
+%{_datadir}/%{name}/debugger/
|
|
|
|
+%{_libdir}/geany/debugger.so
|
|
|
|
|
|
|
|
|
|
-%files geanygendoc
|
|
|
|
|
|
+%files geanydoc
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanygendoc/
|
|
|
|
-%{_libdir}/geany/geanygendoc.so
|
|
|
|
-%{_datadir}/%{name}/geanygendoc/
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/geanydoc/
|
|
|
|
+%{_libdir}/geany/geanydoc.so
|
|
|
|
|
|
|
|
|
|
%files geanyextrasel
|
|
%files geanyextrasel
|
|
@@ -479,6 +593,19 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libexecdir}/geany-plugins/geanygdb/ttyhelper
|
|
%{_libexecdir}/geany-plugins/geanygdb/ttyhelper
|
|
|
|
|
|
|
|
|
|
|
|
+%files geanygendoc
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/geanygendoc/
|
|
|
|
+%{_libdir}/geany/geanygendoc.so
|
|
|
|
+%{_datadir}/%{name}/geanygendoc/
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%files geanyinsertnum
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/geanyinsertnum/
|
|
|
|
+%{_libdir}/geany/geanyinsertnum.so
|
|
|
|
+
|
|
|
|
+
|
|
%files geanylatex
|
|
%files geanylatex
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc %{geany_plug_docdir}/geanylatex/
|
|
%doc %{geany_plug_docdir}/geanylatex/
|
|
@@ -491,30 +618,30 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/geanylipsum.so
|
|
%{_libdir}/geany/geanylipsum.so
|
|
|
|
|
|
|
|
|
|
-%files geanysendmail
|
|
|
|
|
|
+%files geanylua
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanysendmail/
|
|
|
|
-%{_libdir}/geany/geanysendmail.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/geanylua/
|
|
|
|
+%{_libdir}/geany/geanylua.so
|
|
|
|
+%{_datadir}/%{name}/geanylua/
|
|
|
|
+%{_libdir}/%{name}/geanylua/
|
|
|
|
|
|
|
|
|
|
-%files geanyvc
|
|
|
|
|
|
+%files geanymacro
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanyvc/
|
|
|
|
-%{_libdir}/geany/geanyvc.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/geanymacro/
|
|
|
|
+%{_libdir}/geany/geanymacro.so
|
|
|
|
|
|
|
|
|
|
-%files geanyinsertnum
|
|
|
|
|
|
+%files geanynumberedbookmarks
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanyinsertnum/
|
|
|
|
-%{_libdir}/geany/geanyinsertnum.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/geanynumberedbookmarks/
|
|
|
|
+%{_libdir}/geany/geanynumberedbookmarks.so
|
|
|
|
|
|
|
|
|
|
-%files geanylua
|
|
|
|
|
|
+%files geanypg
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/geanylua/
|
|
|
|
-%{_libdir}/geany/geanylua.so
|
|
|
|
-%{_datadir}/%{name}/geanylua/
|
|
|
|
-%{_libdir}/%{name}/geanylua/
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/geanypg/
|
|
|
|
+%{_libdir}/geany/geanypg.so
|
|
|
|
|
|
|
|
|
|
%files geanyprj
|
|
%files geanyprj
|
|
@@ -523,6 +650,30 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/geanyprj.so
|
|
%{_libdir}/geany/geanyprj.so
|
|
|
|
|
|
|
|
|
|
|
|
+%files geanysendmail
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/geanysendmail/
|
|
|
|
+%{_libdir}/geany/geanysendmail.so
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%files gproject
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/gproject/
|
|
|
|
+%{_datadir}/icons/hicolor/16x16/apps/gproject-*.png
|
|
|
|
+%{_libdir}/geany/gproject.so
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%files geanyvc
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/geanyvc/
|
|
|
|
+%{_libdir}/geany/geanyvc.so
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+%files pretty-print
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%{_libdir}/geany/pretty-print.so
|
|
|
|
+
|
|
|
|
+
|
|
%files shiftcolumn
|
|
%files shiftcolumn
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc %{geany_plug_docdir}/shiftcolumn/
|
|
%doc %{geany_plug_docdir}/shiftcolumn/
|
|
@@ -535,15 +686,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/spellcheck.so
|
|
%{_libdir}/geany/spellcheck.so
|
|
|
|
|
|
|
|
|
|
-%files treebrowser
|
|
|
|
|
|
+%files tableconvert
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%doc %{geany_plug_docdir}/treebrowser/
|
|
|
|
-%{_libdir}/geany/treebrowser.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/tableconvert/
|
|
|
|
+%{_libdir}/geany/tableconvert.so
|
|
|
|
|
|
|
|
|
|
-%files pretty-print
|
|
|
|
|
|
+%files treebrowser
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
-%{_libdir}/geany/pretty-print.so
|
|
|
|
|
|
+%doc %{geany_plug_docdir}/treebrowser/
|
|
|
|
+%{_libdir}/geany/treebrowser.so
|
|
|
|
|
|
|
|
|
|
%files updatechecker
|
|
%files updatechecker
|
|
@@ -558,7 +710,19 @@ rm -rf $RPM_BUILD_ROOT
|
|
%{_libdir}/geany/webhelper.so
|
|
%{_libdir}/geany/webhelper.so
|
|
|
|
|
|
|
|
|
|
|
|
+%files xmlsnippets
|
|
|
|
+%defattr(-,root,root,-)
|
|
|
|
+%doc %{geany_plug_docdir}/xmlsnippets/
|
|
|
|
+%{_libdir}/geany/xmlsnippets.so
|
|
|
|
+
|
|
|
|
+
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Oct 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.21-1
|
|
|
|
+- new upstream release
|
|
|
|
+- added new plugins
|
|
|
|
+ - Debugger, Devhelp, GeanyPG, GeanyMacro, GeanyNumberedBookmarks, Tableconvert, XMLSnippets
|
|
|
|
+- added BuildRequires: gpgme-devel
|
|
|
|
+
|
|
* Sun Jan 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-1
|
|
* Sun Jan 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added geany-plugins-updatechecker and geany-plugins-webhelper
|
|
- added geany-plugins-updatechecker and geany-plugins-webhelper
|