source: projects/specs/trunk/c/cherrytree/cherrytree-vl.spec @ 1846

Revision 1846, 5.3 KB checked in by kudoh, 14 years ago (diff)
Line 
1Summary:   CherryTree - note taking application
2Summary(ja): CherryTree - ノート作成アプリケーション
3Name:      cherrytree
4Version:   0.14.2
5Release:   1%{?_dist_release}
6License:   GPLv2+
7Group:     Applications/Productivity
8URL:       http://www.giuspen.com/cherrytree/
9Source0:   %{name}-%{version}.tar.gz
10Patch0: setup.patch
11
12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildArch: noarch
14
15BuildRequires:  gettext
16BuildRequires:  python
17BuildRequires:  python-devel
18Requires:  cairo
19Requires:  pango
20Requires:  python
21Requires:  pygtk2
22Requires:  gtksourceview2
23Requires:  pygtksourceview
24
25#Obsoletes: %name < %version
26
27%description
28A hierarchical note taking application, featuring rich text and syntax highlighting.
29Features:
30- rich text (foreground color, background color and bold)
31- syntax highlighting (only when the rich text is disabled in the current node)
32- find a node, find in current node, find in all nodes
33- replace in node names, replace in current node, replace in all nodes
34- iteration of the latest find, iteration of the latest replace
35
36%description -l ja
37階層型ノートの作成アプリケーションで、リッチテキストや構文の強調表示を備えています。
38特長:
39- リッチテキスト(前景色、背景色、太字)
40- 構文の強調表示(現在のノードではリッチテキストの場合だけ無効)
41- ノードの検出、現在のノードからの検索、すべてのノードからの検索
42- ノードの名前の置換、現在のノードで置換、すべてのノードで置換
43- 最新の検索・置換の繰り返し
44
45%prep
46%setup -q
47%patch0 -p1
48#chmod +x setup.py
49
50sed -i 's|Comment=Hierarchical Note Taking|Comment=Hierarchical Note Taking\nComment[ja]=階層型ノートの作成|g' \
51       linux/cherrytree.desktop
52
53%build
54
55%install
56rm -rf $RPM_BUILD_ROOT
57%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
58
59desktop-file-install --vendor="" \
60            --add-category="Utility" \
61            --dir %{buildroot}%_datadir/applications \
62                  %{buildroot}%_datadir/applications/%{name}.desktop
63
64%find_lang %{name}
65
66%clean
67rm -rf %{buildroot}
68
69%post
70update-desktop-database %{_datadir}/applications
71gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
72
73%postun
74update-desktop-database %{_datadir}/applications
75gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
76
77
78%files -f %{name}.lang
79%defattr(-,root,root)
80%doc license
81%{_bindir}/%{name}
82%{_datadir}/application-registry/
83%{_datadir}/applications/
84%{_datadir}/%{name}
85%{_datadir}/icons/
86%{_datadir}/mime/packages/
87%{_datadir}/mime-info/
88%{_libdir}/python2.?/site-packages/
89
90
91%changelog
92* Mon Sep 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.2-1
93- new upstream release
94
95* Wed Sep 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.1-1
96- new upstream release
97- recreated patch0
98
99* Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14-1
100- new upstream release
101
102* Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.13-1
103- new upstream release
104
105* Tue Jul 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.12-1
106- new upstream release
107
108* Tue Jul 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
109- new upstream release
110- changed URL
111- added patch0 to work around install error
112- dropt BuildRequires: ImageMagick
113- added BuildRequires: python, python-devel
114- modified install process
115  - use setup.py in source
116  - modified %%files
117  - changed category to 'Utility'
118
119* Sun Jun 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
120- new upstream release
121- added Requires: cairo, pango
122
123* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.6-1
124- new upstream release
125
126* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.3-1
127- new upstream release
128- applied new naming policy to spec
129
130* Sun Mar 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.2-1
131- new upstream release
132- added BuildRequires: ImageMagick
133
134* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.1-1
135- new upstream release
136
137* Mon Feb 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
138- new upstream release
139
140* Sat Feb 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.3-2
141- rebuilt with python-2.6.4
142
143* Thu Jan 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.3-1
144- new upstream release
145
146* Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.2-1
147- new upstream release
148
149* Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.1-1
150- new upstream release
151
152* Fri Dec 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
153- initial build for Vine Linux
154
155* Sun Dec 13 2009 slick50 <lxgator@gmail.com> 0.7.1-1pclos2010
156- 0.7.1
157
158* Sat Dec 12 2009 slick50 <lxgator@gmail.com> 0.7-1pclos2010
159- 0.7
160
161* Tue Dec 08 2009 slick50 <lxgator@gmail.com> 0.6.3-1pclos2010
162- 0.6.3
163
164* Fri Dec 05 2009 slick50 <lxgator@gmail.com> 0.6.2-1pclos2010
165- 0.6.2
166
167* Thu Nov 26 2009 slick50 <lxgator@gmail.com> 0.6-1pclos2010
168- 0.6
169
170* Fri Nov 20 2009 slick50 <lxgator@gmail.com> 0.5.1-1pclos2010
171- 0.5.1
172
173* Thu Nov 19 2009 slick50 <lxgator@gmail.com> 0.5-1pclos2010
174- 0.5
175
176* Thu Nov 12 2009 slick50 <lxgator@gmail.com> 0.4-1pclos2010
177- 0.4
178
179* Thu Nov 05 2009 slick50 <lxgator@gmail.com> 0.3-1pclos2010
180- 0.3
181
182* Fri Oct 30 2009 slick50 <lxgator@gmail.com> 0.2-1pclos2010
183- 0.2
184
185* Fri Oct 16 2009 Texstar <texstar at gmail.com> 0.1-2pclos2010
186- add missing dependency gnome-python-gtksourceview
187
188* Wed Oct 14 2009 slick50 <lxgator@gmail.com> 0.1-1pclos2010
189- initial pkg
190
Note: See TracBrowser for help on using the repository browser.