Browse Source

2015-01-01 Ryoichi INAGAKI <ryo1@toki.waseda.jp>

	* geany-plugins: changed Group
	


git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9211 ec354946-7b23-47d6-9f5a-488ba84defc7
inagaki 9 years ago
parent
commit
3c7c608b13
1 changed files with 48 additions and 43 deletions
  1. 48 43
      g/geany-plugins/geany-plugins-vl.spec

+ 48 - 43
g/geany-plugins/geany-plugins-vl.spec

@@ -3,11 +3,11 @@
 
 Name:           geany-plugins
 Version:        1.24
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Plugins for Geany
 Summary(ja):    Geany のプラグイン集
 
-Group:          Development/Tools
+Group:          Applications/Development
 License:        GPLv3
 URL:            http://plugins.geany.org/
 Source0:        http://plugins.geany.org/geany-plugins/geany-plugins-%{version}.tar.bz2
@@ -49,7 +49,8 @@ Requires:  %{name}-geanypg %{name}-gproject %{name}-tableconvert
 Requires:  %{name}-geanyminiscript %{name}-geniuspaste %{name}-multiterm
 Requires:  %{name}-commander %{name}-markdown %{name}-scope
 
-Requires:  %{name}-pohelper %{name}-paritaghighlighter %{name}-autoclose %{name}-geanypy %{name}-defineformat
+#Requires:  %{name}-pohelper %{name}-paritaghighlighter %{name}-autoclose %{name}-geanypy %{name}-defineformat
+Requires:  %{name}-pohelper %{name}-pairtaghighlighter %{name}-autoclose %{name}-geanypy %{name}-defineformat
 
 %description
 Plugins for Geany. Plugins included are:
@@ -131,7 +132,7 @@ Geany のプラグインです。プラグインには以下のものが含ま
 %package common
 Summary:   Common files used by all geany plugins
 Summary(ja): すべての Geany プラグインに用いられる共通ファイル
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 
 %description common
@@ -145,7 +146,7 @@ e.g. language translations.
 %package addons
 Summary:   Miscellaneous Addons for Geany
 Summary(ja): Geany のその他のアドオン
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Obsoletes: geany-plugin-addons
@@ -171,7 +172,7 @@ plugin, but are useful to have. The following functionality is implemented:
 
 %package autoclose
 Summary:   Intellectually helps you to write code
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description autoclose
@@ -182,7 +183,7 @@ and intellectually helps you to write code.
 %package codenav
 Summary:    Navigate through your source code easily
 Summary(ja):  ソースコード間を簡単に移動
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -196,7 +197,7 @@ Actually, it will make it possible to:
 %package commander
 Summary:    provides a command panel for rapid access to any action
 Summary(ja):  任意のアクションに迅速にアクセスするためのコマンドパネルを提供
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -207,9 +208,9 @@ for rapid access to any action.
 
 %package debugger
 Summary: enables debugging in Geany
-Group:      Development/Tools
-Requires:   geany-plugins-common = %{version}-%{release}
-Requires:   vte >= 0.24
+Group:     Applications/Development
+Requires:  geany-plugins-common = %{version}-%{release}
+Requires:  vte >= 0.24
 Obsoletes: geany-plugin-gdb
 Obsoletes: geany-plugins-geanygdb < %{version}-%{release}
 
@@ -221,7 +222,7 @@ support is planned as well.
 
 %package defineformat
 Summary:    Write multiline defines with aligned backslash
-Group:      Development/Tools
+Group:      Applications/Development
 Requires:   geany-plugins-common = %{version}-%{release}
 
 %description defineformat
@@ -235,7 +236,7 @@ load the plugin in Geany's plugin manager. Try it: open C/C++ file and type:
 %package geanydoc
 Summary:   Call documentation from within Geany
 Summary(ja): Geany 内からドキュメントを呼び出す
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -250,7 +251,7 @@ through API documentation.
 %package geanyextrasel
 Summary:   Additional features for selecting code
 Summary(ja): コード選択のための追加機能
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -263,7 +264,7 @@ you if you're a programmer and working with much sourcecodes.
 #%package geanygdb
 #Summary:   Debugger Plugin for Geany using GDB
 #Summary(ja): GDB を使った Geany のデバッガプラグイン
-#Group:     Development/Tools
+#Group:     Applications/Development
 #Requires:  geany >= %{req_geany_ver}
 #Requires:  geany-plugins-common = %{version}-%{release}
 #Requires:  gdb
@@ -280,7 +281,7 @@ you if you're a programmer and working with much sourcecodes.
 
 %package geanygendoc
 Summary:   Automatically generate documentation source code
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -297,7 +298,7 @@ some extra features:
 %package geanyinsertnum
 Summary:   Insert huge number ranges with small efforts
 Summary(ja):   僅かな労力で膨大な範囲の番号を挿入
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -310,7 +311,7 @@ practical reasons, the number of lines is limited to 500000.
 %package geanylatex
 Summary:   to improve LaTeX support plugin for Geany
 Summary(ja): Geany のための LaTeX サポート改善プラグイン
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  texlive
@@ -329,7 +330,7 @@ and much more.
 
 %package geanylipsum
 Summary:   Lorem Ipsum generator for Inserting Placeholder Text
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -341,7 +342,7 @@ document.
 %package geanylua
 Summary:   Support developing Lua Scripting for Geany
 Summary(ja): Geany で Lua スクリプト開発をサポート
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  lua
@@ -357,7 +358,7 @@ language.
 
 %package geanymacro
 Summary:   User defined Macros for Geany
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanymacro
@@ -379,7 +380,7 @@ just repeatedly trigger the macro to do as many lines as you want.
 
 %package geanyminiscript
 Summary:   Geany Mini-Script filter plugin
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanyminiscript
@@ -388,7 +389,7 @@ gms is a Geany Mini-Script filter plugin.
 
 %package geanynumberedbookmarks
 Summary:   Provide users 10 numbered Bookmarks
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanynumberedbookmarks
@@ -406,7 +407,7 @@ 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
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  gpgme
 
@@ -418,7 +419,7 @@ verify signatures with GnuPG.
 %package geanyprj
 Summary:   Provides an alternate project management tool for Geany
 Summary(ja): Geany で代替プロジェクト管理ツールを提供
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -438,7 +439,7 @@ position. You also will never have to open/close projects manually. If a
 
 %package geanypy
 Summary:   Provides Python bindings for Geany
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geanypy
@@ -455,7 +456,7 @@ http://plugins.geany.org/geanypy.html
 %package geanysendmail
 Summary:   Send E-Mails from within Geany
 Summary(ja): Geany 内から E-Mail を送信するプラグイン
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -468,7 +469,7 @@ of most office tools and requires a mail client that supports remote calls.
 %package geanyvc
 Summary:   Version Control plugin for Geany
 Summary(ja): Geany のバージョン管理プラグイン
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Obsoletes: geany-plugin-vc
@@ -501,7 +502,7 @@ Geanyvc は Geany IDE から異なるバージョン管理システムにアク
 
 %package geniuspaste
 Summary:   allows the user to paste the code from Geany into five different pastebins
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description geniuspaste
@@ -517,7 +518,7 @@ pastebins. At the moment it supports this services:
 
 %package gproject
 Summary:   Extension of Geany's project management
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description gproject
@@ -531,7 +532,7 @@ files.
 
 %package markdown
 Summary:   provides a real-time preview of rendered Markdown
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description markdown
@@ -543,7 +544,7 @@ and inserted into an HTML template and loaded into a
 
 %package multiterm
 Summary:   supports multiple terminals
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description multiterm
@@ -554,7 +555,7 @@ each of the terminal tabs.
 
 %package pairtaghighlighter
 Summary:   Extension of Geany's project management
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description pairtaghighlighter
@@ -564,7 +565,7 @@ cursor inside a tag.
 
 %package pohelper
 Summary:   Translation Helper is a plugin for Geany
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description pohelper
@@ -582,7 +583,7 @@ Features:
 
 %package pretty-printer
 Summary:   XML pretty printing plugin for Geany
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  libxml2 >= 2.6.27
@@ -594,7 +595,7 @@ Plugin for Geany to easily beautify XML code.
 
 %package scope
 Summary:   graphical GDB front-end with the normal functions
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  gdb
@@ -616,7 +617,7 @@ expect (stepping, breakpoints...), and a few notable features:
 %package shiftcolumn
 Summary:   Move Blocks of Text horizontally
 Summary(ja): テキストブロックを水平方向に移動
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -630,7 +631,7 @@ Shiftcolumn は Geany 内でテキストブロックを水平方向に移動さ
 %package spellcheck
 Summary:   Spellcheck Text in Geany using the Enchant Library
 Summary(ja): Enchant ライブラリを使い Geany でスペルチェック
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 Requires:  enchant
@@ -647,7 +648,7 @@ Spellcheck は、選択したテキスト(または文書全体)のスペル
 %package treebrowser
 Summary:   Alternate file browser plugin providing a tree view of directories.
 Summary(ja): ディレクトリのツリービューを提供する代替ファイルブラウザプラグイン
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany >= %{req_geany_ver}
 Requires:  geany-plugins-common = %{version}-%{release}
 
@@ -659,7 +660,7 @@ features than the file browser plugin delivered with Geany itself.
 
 %package tableconvert
 Summary:   Helps on converting a tabulator separated selection into a table
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description tableconvert
@@ -670,7 +671,7 @@ selection into a table.
 %package updatechecker
 Summary:   Automatically check for Geany updates
 Summary(ja): Geany の更新を自動的にチェック
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description updatechecker
@@ -681,7 +682,7 @@ a more recent version of Geany available.
 %package webhelper
 Summary:   Preview and Debug Web documents from within Geany using WebKit
 Summary(ja): WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description webhelper
@@ -700,7 +701,7 @@ Prominent features:
 
 %package xmlsnippets
 Summary:   Extends XML/HTML tag autocompletion provided by Geany
-Group:     Development/Tools
+Group:     Applications/Development
 Requires:  geany-plugins-common = %{version}-%{release}
 
 %description xmlsnippets
@@ -977,6 +978,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 31 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 1.24-2
+- fixed typo on Requires
+- moved to Applications/Development Group
+
 * Sat May 17 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.24-1
 - new upstream release
 - added new plugins