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