Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2562 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
08fe8f468b
2 changed files with 60 additions and 4 deletions
  1. 4 1
      c/ctpl/ctpl-vl.spec
  2. 56 3
      g/geany-plugins/geany-plugins-vl.spec

+ 4 - 1
c/ctpl/ctpl-vl.spec

@@ -1,7 +1,7 @@
 %global ctpl_docdir %{_defaultdocdir}/ctpl-%{version}
 
 Name:           ctpl
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?_dist_release}
 Summary:        Template engine library written in C
 Summary(ja):    C で書かれたテンプレートエンジンライブラリ
@@ -130,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.2-1
+- new upstream release
+
 * Tue Dec 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.1-1
 - new upstream release
 

+ 56 - 3
g/geany-plugins/geany-plugins-vl.spec

@@ -1,9 +1,9 @@
 %global geany_plug_docdir %{_defaultdocdir}/%{name}-%{version}
-%global req_geany_ver 0.19
+%global req_geany_ver 0.20
 
 Name:           geany-plugins
-Version:        0.19
-Release:        3%{?_dist_release}
+Version:        0.20
+Release:        1%{?_dist_release}
 Summary:        Plugins for Geany
 Summary(ja):    Geany のプラグイン集
 
@@ -23,6 +23,7 @@ Requires:  %{name}-geanylipsum %{name}-geanylua %{name}-geanyprj %{name}-geanyse
 Requires:  %{name}-geanyvc %{name}-shiftcolumn %{name}-spellcheck
 Requires:  %{name}-codenav %{name}-treebrowser %{name}-geanyextrasel
 Requires:  %{name}-geanyinsertnum %{name}-pretty-print %{name}-geanygendoc
+Requires:  %{name}-updatechecker %{name}-webhelper
 
 
 %description
@@ -44,6 +45,8 @@ Plugins for Geany. Plugins included are:
 * Spellcheck (Spell checking of documents or marked text)
 * Treebrowser (Alternate file browser with tree view of folders)
 * XML Pretty Printer
+* Updatechecker (Automatically check for Geany updates)
+* Webhelper (Preview and Debug Web documents from within Geany using WebKit)
 
 This package is meta package to install all geany-plugins.
 
@@ -66,6 +69,8 @@ Geany のプラグインです。プラグインには以下のものが含ま
 * Spellcheck (ドキュメントのスペルチェック)
 * Treebrowser (フォルダの内容をツリービューする代替ファイルブラウザ)
 * XML Pretty Printer
+* Updatechecker (Geany の更新を自動的にチェック)
+* Webhelper (WebKit を使い Geany から Web ドキュメントのプレビューとデバッグを実行)
 
 このパッケージは、geany-plugins をすべてインストールするための
 メタパッケージです。
@@ -371,6 +376,38 @@ Requires:  libxml2 >= 2.6.27
 Plugin for Geany to easily beautify XML code.
 
 
+%package updatechecker
+Summary:   Automatically check for Geany updates
+Summary(ja): Geany の更新を自動的にチェック
+Group:     Development/Tools
+Requires:  geany-plugins-common = %{version}-%{release}
+BuildRequires: libsoup-devel
+
+%description updatechecker
+UpdateChecker is a plugin for Geany, which is able to check whether there is
+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
+Requires:  geany-plugins-common = %{version}-%{release}
+BuildRequires: WebKit-gtk-devel >= 1.1.18
+
+%description webhelper
+WebHelper is a plugin for Geany that provides some web development
+facilities, such as a web page preview and some debugging tools (web
+inspector).
+
+Prominent features:
+
+* A basic web view, allowing to display any web page (using WebKit)
+* Possible automatic reloading of the web view upon document saving
+* A web inspector/debugging tool for the web view's content (including a
+  JavaScript console, a viewer and editor of processed HTML and CSS, a network
+  usage analysis tool and many more, thanks to WebKit).
+
 %prep
 %setup -q
 
@@ -509,7 +546,23 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/geany/pretty-print.so
 
 
+%files updatechecker
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/updatechecker/
+%{_libdir}/geany/updatechecker.so
+
+
+%files webhelper
+%defattr(-,root,root,-)
+%doc %{geany_plug_docdir}/webhelper/
+%{_libdir}/geany/webhelper.so
+
+
 %changelog
+* Sun Jan 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.20-1
+- new upstream release
+- added geany-plugins-updatechecker and geany-plugins-webhelper
+
 * Sun Aug 8 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.19-3
 - added geany-plugins-geanygendoc
 - added BuildRequires: ctpl-devel >= 0.2