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

Revision 1608, 5.1 KB checked in by kudoh, 16 years ago (diff)
RevLine 
[521]1Summary:   CherryTree - note taking application
2Summary(ja): CherryTree - ノート作成アプリケーション
3Name:      cherrytree
[1608]4Version:   0.13
[521]5Release:   1%{?_dist_release}
6License:   GPLv2+
7Group:     Applications/Productivity
[1283]8URL:       http://www.giuspen.com/cherrytree/
[938]9Source0:   %{name}-%{version}.tar.gz
[1283]10Patch0: setup.patch
11
[521]12BuildRoot: %{_tmppath}/%{name}-%{version}-root
13BuildArch: noarch
14
[1157]15BuildRequires:  gettext
[1283]16BuildRequires:  python
17BuildRequires:  python-devel
[1157]18Requires:  cairo
19Requires:  pango
[521]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
[938]46%setup -q
[1283]47%patch0 -p1
[1405]48#chmod +x setup.py
[521]49
[1283]50sed -i 's|Comment=Hierarchical Note Taking|Comment=Hierarchical Note Taking\nComment[ja]=階層型ノートの作成|g' \
51       linux/cherrytree.desktop
52
[521]53%build
54
55%install
[1283]56rm -rf $RPM_BUILD_ROOT
[1608]57%{__python} setup.py install --prefix=$RPM_BUILD_ROOT%{_prefix} --exec-prefix=$RPM_BUILD_ROOT%{_prefix}
[521]58
[1283]59desktop-file-install --vendor="" \
60            --add-category="Utility" \
61            --dir %{buildroot}%_datadir/applications \
62                  %{buildroot}%_datadir/applications/%{name}.desktop
[521]63
[1283]64%find_lang %{name}
[521]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
[1283]78%files -f %{name}.lang
[521]79%defattr(-,root,root)
[1283]80%doc license
[521]81%{_bindir}/%{name}
[1283]82%{_datadir}/application-registry/
83%{_datadir}/applications/
[521]84%{_datadir}/%{name}
[1283]85%{_datadir}/icons/
86%{_datadir}/mime/packages/
87%{_datadir}/mime-info/
88%{_libdir}/python2.?/site-packages/
[521]89
90
91%changelog
[1608]92* Fri Aug 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.13-1
93- new upstream release
94
[1405]95* Tue Jul 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.12-1
96- new upstream release
97
[1283]98* Tue Jul 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
99- new upstream release
100- changed URL
101- added patch0 to work around install error
102- dropt BuildRequires: ImageMagick
103- added BuildRequires: python, python-devel
104- modified install process
105  - use setup.py in source
106  - modified %%files
107  - changed category to 'Utility'
108
[1157]109* Sun Jun 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
110- new upstream release
111- added Requires: cairo, pango
112
[938]113* Tue May 4 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.6-1
114- new upstream release
115
[617]116* Sat Mar 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.3-1
117- new upstream release
[1157]118- applied new naming policy to spec
[617]119
[521]120* Sun Mar 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.2-1
121- new upstream release
122- added BuildRequires: ImageMagick
123
124* Wed Feb 17 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.1-1
125- new upstream release
126
127* Mon Feb 15 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
128- new upstream release
129
130* Sat Feb 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.3-2
131- rebuilt with python-2.6.4
132
133* Thu Jan 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.3-1
134- new upstream release
135
136* Thu Jan 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.2-1
137- new upstream release
138
139* Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8.1-1
140- new upstream release
141
142* Fri Dec 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
143- initial build for Vine Linux
144
145* Sun Dec 13 2009 slick50 <lxgator@gmail.com> 0.7.1-1pclos2010
146- 0.7.1
147
148* Sat Dec 12 2009 slick50 <lxgator@gmail.com> 0.7-1pclos2010
149- 0.7
150
151* Tue Dec 08 2009 slick50 <lxgator@gmail.com> 0.6.3-1pclos2010
152- 0.6.3
153
154* Fri Dec 05 2009 slick50 <lxgator@gmail.com> 0.6.2-1pclos2010
155- 0.6.2
156
157* Thu Nov 26 2009 slick50 <lxgator@gmail.com> 0.6-1pclos2010
158- 0.6
159
160* Fri Nov 20 2009 slick50 <lxgator@gmail.com> 0.5.1-1pclos2010
161- 0.5.1
162
163* Thu Nov 19 2009 slick50 <lxgator@gmail.com> 0.5-1pclos2010
164- 0.5
165
166* Thu Nov 12 2009 slick50 <lxgator@gmail.com> 0.4-1pclos2010
167- 0.4
168
169* Thu Nov 05 2009 slick50 <lxgator@gmail.com> 0.3-1pclos2010
170- 0.3
171
172* Fri Oct 30 2009 slick50 <lxgator@gmail.com> 0.2-1pclos2010
173- 0.2
174
175* Fri Oct 16 2009 Texstar <texstar at gmail.com> 0.1-2pclos2010
176- add missing dependency gnome-python-gtksourceview
177
178* Wed Oct 14 2009 slick50 <lxgator@gmail.com> 0.1-1pclos2010
179- initial pkg
180
Note: See TracBrowser for help on using the repository browser.