source: projects/specs/trunk/g/gedit-developer-plugins/gedit-developer-plugins-vl.spec @ 4667

Revision 4667, 2.8 KB checked in by kudoh, 13 years ago (diff)

Name: gedit-developer-plugins
Version: 0.5.1
Release: 1%{?_dist_release}
Summary: Plugins that provides additional editing, checking, and project management features to Gedit
Summary: Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン

Group: Applications/Editors?
License: GPLv2
URL:  https://launchpad.net/gdp
Source0:  http://launchpad.net/gdp/0.5.x/%{version}/+download/%{name}-%{version}.tar.gz

BuildRoot?: %{_tmppath}/%{name}-%{version}-root

BuildRequires?: gedit-devel >= 3.0.1
BuildRequires?: gettext
BuildRequires?: glib2-devel
BuildRequires?: gobject-introspection-devel >= 0.10.2
BuildRequires?: gtk2-devel
BuildRequires?: gtksourceview3-devel
BuildRequires?: intltool >= 0.35.0
BuildRequires?: perl >= 5.8.1
BuildRequires?: perl-XML-Parser
BuildRequires?: python-devel
BuildRequires?: pygtk2-devel >= 2.14
BuildRequires?: pygobject-devel >= 2.28
BuildRequires?: python-pocket-lint

Requires: gedit >= 3.0.1

BuildArch?: noarch

%description
Gedit Developer Plugins provides additional editing,
checking, and project management features to Gedit.

  • Multi-file find and replace
  • Syntax completion
  • Formatting
  • Project management via Bazaar DVCS

%description -l ja
Gedit Developer Plugins は付加的な編集・チェッキング・
プロジェクト管理機能を Gedit に提供します。

  • 複数ファイル検索と置換
  • 構文補完
  • フォーマット化
  • Bazaar DVCS を介したプロジェクト管理

%prep
%setup -q

%build
%configure --without-home --prefix=/usr
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog? HACKING NEWS README
%{_prefix}/lib/gedit/plugins/*
%{_datadir}/gtksourceview-3.0/*

%changelog

  • Sat Aug 27 2011 Toshiharu Kudoh <toshi.kd2@…> - 0.5.1-1
  • new upstream release
  • added BuildRequires?: gobject-introspection-devel >= 0.10.2, pygobject-devel >= 2.28
  • changed BuildRequires?
    • gtksourceview2-devel to gtksourceview3-devel
    • gedit-devel >= 2.29.0 to gedit-devel >= 3.0.1
  • changed Requires
    • gedit >= 2.29.0 to gedit >= 3.0.1
  • fixed %%files
  • Thu Jun 09 2011 Toshiharu Kudoh <toshi.kd2@…> - 0.4.7-1
  • new upstream release
  • Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@…> - 0.4.6-1
  • new upstream release
  • Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@…> - 0.4.4-1
  • new upstream release
  • Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@…> - 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@…> - 0.4.3-1
  • initial build for VineSeed
Line 
1Name:           gedit-developer-plugins
2Version:        0.5.1
3Release:        1%{?_dist_release}
4Summary:        Plugins that provides additional editing, checking, and project management features to Gedit
5Summary:        Gedit に付加的な編集・チェッキング・プロジェクト管理機能を提供するプラグイン
6
7Group:          Applications/Editors
8License:        GPLv2
9URL:            https://launchpad.net/gdp
10Source0:        http://launchpad.net/gdp/0.5.x/%{version}/+download/%{name}-%{version}.tar.gz
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14BuildRequires:  gedit-devel >= 3.0.1
15BuildRequires:  gettext
16BuildRequires:  glib2-devel
17BuildRequires:  gobject-introspection-devel >= 0.10.2
18BuildRequires:  gtk2-devel
19BuildRequires:  gtksourceview3-devel
20BuildRequires:  intltool >= 0.35.0
21BuildRequires:  perl >= 5.8.1
22BuildRequires:  perl-XML-Parser
23BuildRequires:  python-devel
24BuildRequires:  pygtk2-devel >= 2.14
25BuildRequires:  pygobject-devel >= 2.28
26BuildRequires:  python-pocket-lint
27
28Requires:       gedit >= 3.0.1
29
30BuildArch:  noarch
31
32%description
33Gedit Developer Plugins provides additional editing,
34checking, and project management features to Gedit.
35
36* Multi-file find and replace
37* Syntax completion
38* Formatting
39* Project management via Bazaar DVCS
40
41
42%description -l ja
43Gedit Developer Plugins は付加的な編集・チェッキング・
44プロジェクト管理機能を Gedit に提供します。
45
46* 複数ファイル検索と置換
47* 構文補完
48* フォーマット化
49* Bazaar DVCS を介したプロジェクト管理
50
51%prep
52%setup -q
53
54%build
55%configure --without-home --prefix=/usr
56make %{?_smp_mflags}
57
58%install
59rm -rf $RPM_BUILD_ROOT
60make install DESTDIR=$RPM_BUILD_ROOT
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%files
66%defattr(-,root,root,-)
67%doc AUTHORS COPYING ChangeLog HACKING NEWS README
68%{_prefix}/lib/gedit/plugins/*
69%{_datadir}/gtksourceview-3.0/*
70
71%changelog
72* Sat Aug 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
73- new upstream release
74- added BuildRequires: gobject-introspection-devel >= 0.10.2, pygobject-devel >= 2.28
75- changed BuildRequires
76  - gtksourceview2-devel to gtksourceview3-devel
77  - gedit-devel >= 2.29.0 to gedit-devel >= 3.0.1
78- changed Requires
79  - gedit >= 2.29.0 to gedit >= 3.0.1
80- fixed %%files
81
82* Thu Jun 09 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.7-1
83- new upstream release
84
85* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.6-1
86- new upstream release
87
88* Tue Jan 25 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.4-1
89- new upstream release
90
91* Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-2
92- changed %%{_prefix}/lib/gedit-2/plugins/* in %files
93- changed noarch
94- changed BuildRequires:  python-pocket-lint
95
96* Mon Aug 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.3-1
97- initial build for VineSeed
Note: See TracBrowser for help on using the repository browser.