Explorar el Código

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

kudoh hace 13 años
padre
commit
bd783a6902

+ 7 - 4
g/geany/geany-vl.spec

@@ -1,7 +1,7 @@
 Summary:       A fast and lightweight IDE using GTK2
-Summary(ja):       GTK2を用いた高速・軽量な統合開発環境(IDE)
+Summary(ja):       GTK2 を用いた高速・軽量な統合開発環境 (IDE)
 Name:          geany
-Version:       0.19
+Version:       0.19.1
 Release: 1%{?_dist_release}
 License:       GPL2+
 Group:         Applications/Development
@@ -43,7 +43,7 @@ Geany は統合開発環境としての基本的機能を備えた、小さく
 * コードの折り畳み
 * シンボル名の自動補完
 * コンピレーション/スニペットの構築
-* XMLとHTMLタグを自動で閉じる
+* XML  HTML タグを自動で閉じる
 * C、Java、PHP、HTML、Python、Perl、Pascal (full list) など多くのファイル形式をサポート
 * シンボルリスト
 * コードナビゲーション
@@ -53,7 +53,7 @@ Geany は統合開発環境としての基本的機能を備えた、小さく
 
 %package devel
 Summary:   Devel files for building Geany plugins
-Summary(ja):   Geanyプラグインをビルドするための開発ファイル
+Summary(ja):   Geany プラグインをビルドするための開発ファイル
 Group:     Development/Libraries
 Requires:  geany = %{version}-%{release}
 
@@ -121,6 +121,9 @@ fi
 %{_libdir}/pkgconfig/geany.pc
 
 %changelog
+* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.19.1-1
+- new upstream version
+
 * Sun Jun 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.19-1
 - new upstream version
 

+ 10 - 3
g/gedit-developer-plugins/gedit-developer-plugins-vl.spec

@@ -1,6 +1,6 @@
 Name:           gedit-developer-plugins
 Version:        0.4.3
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Plugins that provides additional editing, checking, and project management features to Gedit
 Summary:        Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン
 
@@ -21,10 +21,12 @@ BuildRequires:  perl >= 5.8.1
 BuildRequires:  perl-XML-Parser
 BuildRequires:  python-devel
 BuildRequires:  pygtk2-devel >= 2.14
-BuildRequires:  python-pocketlint
+BuildRequires:  python-pocket-lint
 
 Requires:       gedit >= 2.29.0
 
+BuildArch:  noarch
+
 %description
 Gedit Developer Plugins provides additional editing,
 checking, and project management features to Gedit.
@@ -61,9 +63,14 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog HACKING NEWS README
-%{_libdir}/gedit-2/plugins/*
+%{_prefix}/lib/gedit-2/plugins/*
 %{_datadir}/gtksourceview-2.0/*
 
 %changelog
+* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-2
+- changed %%{_prefix}/lib/gedit-2/plugins/* in %files
+- changed noarch
+- changed BuildRequires:  python-pocket-lint
+
 * Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
 - initial build for VineSeed