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

Revision 8156, 8.5 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuild

Line 
1%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3Summary:   CherryTree - note taking application
4Summary(ja): CherryTree - ノート作成アプリケーション
5Name:      cherrytree
6Version:   0.32.0
7Release:   1%{?_dist_release}
8License:   GPLv2+
9Group:     Applications/Productivity
10URL:       http://www.giuspen.com/cherrytree/
11Source0:   %{name}-%{version}.tar.xz
12#Patch0: setup.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildArch: noarch
16
17BuildRequires:  desktop-file-utils
18BuildRequires:  gettext
19BuildRequires:  python
20BuildRequires:  python-devel
21BuildRequires:  python-setuptools
22Requires:  cairo
23Requires:  pango
24Requires:  python
25Requires:  pygtk2
26Requires:  gtksourceview2
27Requires:  pygtksourceview
28Requires:  python-enchant
29
30#Obsoletes: %name < %version
31
32%description
33A hierarchical note taking application, featuring rich text and syntax highlighting.
34Features:
35- rich text (foreground color, background color and bold)
36- syntax highlighting (only when the rich text is disabled in the current node)
37- find a node, find in current node, find in all nodes
38- replace in node names, replace in current node, replace in all nodes
39- iteration of the latest find, iteration of the latest replace
40
41%description -l ja
42階層型ノートの作成アプリケーションで、リッチテキストや構文の強調表示を備えています。
43特長:
44- リッチテキスト(前景色、背景色、太字)
45- 構文の強調表示(現在のノードではリッチテキストの場合だけ無効)
46- ノードの検出、現在のノードからの検索、すべてのノードからの検索
47- ノードの名前の置換、現在のノードで置換、すべてのノードで置換
48- 最新の検索・置換の繰り返し
49
50%prep
51%setup -q
52#%patch0 -p1
53#chmod +x setup.py
54
55sed -i 's|Comment=Hierarchical Note Taking|Comment=Hierarchical Note Taking\nComment[ja]=階層型ノートの作成|g' \
56       linux/cherrytree.desktop
57
58%build
59
60%install
61rm -rf $RPM_BUILD_ROOT
62%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix}
63
64desktop-file-install --vendor="" \
65            --add-category="Utility" \
66            --dir %{buildroot}%_datadir/applications \
67                  %{buildroot}%_datadir/applications/%{name}.desktop
68
69%find_lang %{name}
70
71%clean
72rm -rf %{buildroot}
73
74%post
75update-desktop-database %{_datadir}/applications
76gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
77
78%postun
79update-desktop-database %{_datadir}/applications
80gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
81
82
83%files -f %{name}.lang
84%defattr(-,root,root)
85%doc license.txt
86%{_bindir}/%{name}
87%{_datadir}/application-registry/
88%{_datadir}/applications/
89%{_datadir}/%{name}
90%{_datadir}/icons/
91%{_datadir}/mime/packages/
92%{_datadir}/mime-info/
93%{_mandir}/man1/
94%{python_sitelib}/*
95
96
97%changelog
98* Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.32.0-1
99- new upstream release
100
101* Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.30.5-1
102- new upstream release
103- added Requires: python-enchant
104
105* Sat Mar 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.29.4-1
106- new upstream release
107
108* Sat Mar 16 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.29.3-1
109- new upstream release
110
111* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.29.2-1
112- new upstream release
113
114* Sat Jan 12 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.29-1
115- new upstream release
116
117* Fri Nov 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.28.5-1
118- new upstream release
119
120* Fri Nov 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.28.3-1
121- new upstream release
122
123* Tue Oct 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.27.1-1
124- new upstream release
125
126* Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.27-1
127- new upstream release
128- changed source archive type to xz
129
130* Mon Jul 09 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.26.3-1
131- new upstream release
132
133* Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.26.2-1
134- new upstream release
135
136* Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.26.1-1
137- new upstream release
138
139* Fri May 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.26-1
140- new upstream release
141- changed source archive type to bz2
142
143* Sun Feb 26 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.25.4-1
144- new upstream release
145
146* Sun Feb 05 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.25.3-1
147- new upstream release
148
149* Wed Jan 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.25.1-1
150- new upstream release
151
152* Sat Jan 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.24-1
153- new upstream release
154
155* Fri Sep 23 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.23.1-1
156- new upstream release
157
158* Wed Sep 07 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.23-1
159- new upstream release
160
161* Wed Jul 20 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22.2-1
162- new upstream release
163
164* Wed Jul 06 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22.1-1
165- new upstream release
166
167* Sun Jun 12 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.22-1
168- new upstream release
169- added BuildRequires: desktop-file-utils, python-setuptools
170
171* Wed May 4 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.21.3-1
172- new upstream release
173
174* Fri Apr 29 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.21.1-1
175- new upstream release
176
177* Tue Jan 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.19.3-1
178- new upstream release
179
180* Fri Jan 14 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.19.1-1
181- new upstream release
182
183* Sun Jan 2 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.18.1-1
184- new upstream release
185- used python macro
186
187* Sat Dec 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.17.1-1
188- new upstream release
189
190* Thu Dec 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16-1
191- new upstream release
192- dropt Patch0
193
194* Sat Oct 16 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15-1
195- new upstream release
196- deleted unnecessary code in patch0
197
198* Mon Sep 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.2-1
199- new upstream release
200
201* Wed Sep 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14.1-1
202- new upstream release
203- recreated patch0
204
205* Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.14-1
206- new upstream release
207
208* Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.13-1
209- new upstream release
210
211* Tue Jul 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.12-1
212- new upstream release
213
214* Tue Jul 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
215- new upstream release
216- changed URL
217- added patch0 to work around install error
218- dropt BuildRequires: ImageMagick
219- added BuildRequires: python, python-devel
220- modified install process
221  - use setup.py in source
222  - modified %%files
223  - changed category to 'Utility'
224
225* Sun Jun 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
226- new upstream release
227- added Requires: cairo, pango
228
229* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.6-1
230- new upstream release
231
232* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.3-1
233- new upstream release
234- applied new naming policy to spec
235
236* Sun Mar 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.2-1
237- new upstream release
238- added BuildRequires: ImageMagick
239
240* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.1-1
241- new upstream release
242
243* Mon Feb 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
244- new upstream release
245
246* Sat Feb 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.3-2
247- rebuilt with python-2.6.4
248
249* Thu Jan 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.3-1
250- new upstream release
251
252* Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.2-1
253- new upstream release
254
255* Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.1-1
256- new upstream release
257
258* Fri Dec 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
259- initial build for Vine Linux
260
261* Sun Dec 13 2009 slick50 <lxgator@gmail.com> 0.7.1-1pclos2010
262- 0.7.1
263
264* Sat Dec 12 2009 slick50 <lxgator@gmail.com> 0.7-1pclos2010
265- 0.7
266
267* Tue Dec 08 2009 slick50 <lxgator@gmail.com> 0.6.3-1pclos2010
268- 0.6.3
269
270* Sat Dec 05 2009 slick50 <lxgator@gmail.com> 0.6.2-1pclos2010
271- 0.6.2
272
273* Thu Nov 26 2009 slick50 <lxgator@gmail.com> 0.6-1pclos2010
274- 0.6
275
276* Fri Nov 20 2009 slick50 <lxgator@gmail.com> 0.5.1-1pclos2010
277- 0.5.1
278
279* Thu Nov 19 2009 slick50 <lxgator@gmail.com> 0.5-1pclos2010
280- 0.5
281
282* Thu Nov 12 2009 slick50 <lxgator@gmail.com> 0.4-1pclos2010
283- 0.4
284
285* Thu Nov 05 2009 slick50 <lxgator@gmail.com> 0.3-1pclos2010
286- 0.3
287
288* Fri Oct 30 2009 slick50 <lxgator@gmail.com> 0.2-1pclos2010
289- 0.2
290
291* Fri Oct 16 2009 Texstar <texstar at gmail.com> 0.1-2pclos2010
292- add missing dependency gnome-python-gtksourceview
293
294* Wed Oct 14 2009 slick50 <lxgator@gmail.com> 0.1-1pclos2010
295- initial pkg
296
Note: See TracBrowser for help on using the repository browser.