source: projects/specs/branches/6/s/sylpheed/sylpheed-vl.spec @ 8335

Revision 8335, 27.5 KB checked in by iwamoto, 10 years ago (diff)

sylpheed: new upstream release 3.4.1

Line 
1%define with_gtkspell %{?_with_gtkspell:1}%{!?_with_gtkspell:0}
2%define with_oniguruma %{?_with_oniguruma:1}%{!?_with_oniguruma:0}
3# %%define extraver beta
4
5%define srcver  %{version}%{?extraver:%extraver}
6%define srcname sylpheed
7
8Summary:        GTK+ based fast e-mail client
9Summary(ja):    GTK+ ベースの高速な電子メールクライアント
10Name:           sylpheed
11Version:        3.4.1
12Release:        1%{?_dist_release}
13License:        GPL
14Group:          Applications/Internet
15URL:            http://sylpheed.sraoss.jp/
16Source0:        http://sylpheed.sraoss.jp/sylpheed/v3.0/sylpheed-%{srcver}.tar.bz2
17Source1:        sylpheed.xpm
18Source10:       sylpheed-3.1.1-vine-icons.tar.bz2
19# Patch0:               sylpheed-3.0.3-default-browser.patch
20Patch1:         sylpheed-2.3.0-certs-search-path.patch
21Requires:       gtk2 >= 2.10.0, openssl, gpgme >= 0.4.5
22Requires:       mailcap
23Requires:       xdg-utils
24BuildRequires:  gtk2-devel >= 2.10.0, openssl-devel, gpgme-devel >= 0.4.5
25BuildRequires:  bison, flex, faces-devel
26%if %{with_gtkspell}
27Requires:       gtkspell
28BuildRequires:  gtkspell-devel
29%endif
30%if %{with_oniguruma}
31Requires:       oniguruma >= 4.2.2
32BuildRequires:  oniguruma-devel >= 4.2.2
33%endif
34Obsoletes:      vmail
35Obsoletes:      sylpheed2 <= %{version}, sylpheed24 <= %{version}
36Obsoletes:      sylpheed25 <= %{version}, sylpheed26 <= %{version}
37Obsoletes:      sylpheed27 <= %{version}, sylpheed3 <= %{version}
38Buildroot:      %{_tmppath}/%{name}-%{version}-root
39
40Packager:       iwamoto, daisuke
41Vendor:         Project Vine
42Distribution:   Vine Linux
43
44%description
45Sylpheed is an e-mail client and news reader based on GTK+ GUI toolkit, and
46runs on X Window System.
47
48Sylpheed has the following features.
49
50 * Simple, beautiful, and well-polished user interface
51 * Comfortable operationality which is built in detail
52 * Well-organized, easy-to-understand configuration
53 * Lightweight operation
54 * High reliability
55 * Internationalization and Multilingualization support
56 * High-level Japanese processing
57 * Various protocols support
58 * Security features (GnuPG, SSL/TLSv1)
59 * Powerful filtering and search
60 * Junk mail control
61 * Flexible cooperation with external commands
62
63See README file for more information.
64
65%description -l ja
66Sylpheed は、X 上で動作する GTK+ ベースの電子メールクライアント&ニュース
67リーダーです。
68
69Sylpheedには以下のような特長があります。
70
71 *  シンプルで美しく、洗練されたユーザインタフェース
72 * 細部まで作りこまれた快適な操作性
73 * 整理された分かりやすい設定項目
74 * 軽快な動作
75 * 高い信頼性
76 * 国際化、多言語対応
77 * 高度な日本語処理(文字コードの自動判別、機種依存文字対応等)
78 * 多様なプロトコルに対応
79 * セキュリティ機能(GnuPG、SSL/TLSv1)
80 * 強力なフィルタリング・検索機能
81 * 迷惑メール対策機能
82 * 外部コマンドとの柔軟な連携
83
84詳細は README を参照してください。
85
86%prep
87%setup -q -n %{srcname}-%{srcver} -a 10
88# %setup -q -n %{srcname}-3.0.0
89
90# %patch0 -p1 -b .default-browser
91%patch1 -p1 -b .certs-path
92
93%build
94%configure \
95           --enable-ipv6 \
96           --enable-ssl \
97           --enable-gpgme \
98           --disable-updatecheck \
99%if %{with_gtkspell}
100           --enable-gtkspell \
101%else
102           --disable-gtkspell \
103%endif
104%if %{with_oniguruma}
105           --enable-oniguruma \
106%else
107           --disable-oniguruma \
108%endif
109           --build=%{_target_platform} \
110           --program-transform-name=sylpheed
111
112touch src/icons/*.{png,xpm}
113
114%__make %{?_smp_mflags}
115
116%install
117%__rm -rf %{buildroot}
118%makeinstall
119%find_lang %{srcname}
120
121%__install -d %{buildroot}%{_datadir}/pixmaps
122%__install -p -m644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
123%__install -p -m644 sylpheed*.png %{buildroot}%{_datadir}/pixmaps/
124
125%__install -d %{buildroot}%{_datadir}/applications
126%__install -p -m644 sylpheed.desktop %{buildroot}%{_datadir}/applications/
127
128# remove unneeded files
129%__rm -fv %{buildroot}%{_libdir}/*.la
130%__rm -frv %{buildroot}%{_includedir}/sylpheed
131
132%clean
133%__rm -rf %{buildroot}
134
135%files -f %{srcname}.lang
136%defattr(-,root,root)
137%doc AUTHORS COPYING* ChangeLog* README* INSTALL* TODO* NEWS*
138%{_bindir}/sylpheed
139%{_datadir}/pixmaps/sylpheed.xpm
140%{_datadir}/pixmaps/sylpheed*.png
141%{_datadir}/sylpheed/
142%{_libdir}/libsylph*
143%config(missingok) %{_datadir}/applications/sylpheed.desktop
144
145%changelog
146* Mon Apr  7 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.1-1
147- new upstream bugfix release
148
149* Tue Apr  1 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.4.0-1
150- new upstream release
151- fix old changelog date....
152
153* Mon Mar 10 2014 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.1-1
154- new upstream release   
155
156* Sat Nov 10 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.3.0-1
157- new upstream release 
158
159* Sat Jun 30 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-1
160- new upstream release
161
162* Wed Mar 21 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.3-1
163- new upstream release
164- touch icon image(xpm,png} to recreate .h
165
166* Sun Jan 22 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.2-1
167- new upstream release
168
169* Wed Jun 15 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.1-4
170- update icons
171
172* Thu Jun 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.1-3
173- add more icons
174
175* Wed Jun 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.1-2
176- add new icons based on Vine icon theme (elementary icon)
177
178* Sun May  8 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.1-1
179- new upstream release
180
181* Fri Apr 22 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.0-2
182- drop patch0 to change default-browser (htmlview -> xdg-open)
183- add R: xdg-utils
184
185* Tue Feb  1 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.1.0-1
186- new upstream release
187
188* Sun Jan  9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.3-1
189- new upstream release
190- update patch0
191- built with openssl 1.0.0c
192
193* Sat Apr  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.2-1
194- new upstream release
195
196* Sun Mar 21 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.1-1
197- new upstream release
198
199* Wed Mar 10 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-2
200- rebuild for release
201- update src url
202
203* Fri Feb 26 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0-1
204- new upstream release   
205
206* Tue Feb 23 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0rc
207- new upstream rc release 
208
209* Wed Feb  3 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta7
210- new upstream beta release
211
212* Mon Jan 18 2010 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.0beta6
213- test package (not for release)
214- change package name sylpheed 3
215- add -disable-updatecheck option in configure
216
217* Thu Aug 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.7.1-1
218- new upstream release
219- add Req: curl
220- add *.so files into files section
221- remove *.la and include files
222- add Obsoletes: sylpheed27 <= %{version}
223
224* Sun Dec 21 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.0-1
225- new upstream release
226- fix source url
227- add Obsoletes: sylpheed26 <= %{version}
228
229* Sat Aug 16 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.0-1
230- new upstream release
231- add Obsoletes: sylpheed25 <= %{version}
232- spec in utf8
233
234* Mon Mar 24 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
235- rebuild under new versioning policy
236- add Obsoletes: sylpheed24 <= %{version}
237- add smp_mflags into make section
238
239* Mon Dec 31 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.8
240- new upstream release
241
242* Mon Oct 08 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.7
243- new upstream release
244
245* Sat Sep 22 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.6
246- new upstream release
247
248* Tue Sep 04 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.5
249- [SECURITY] new upstream release
250  - fix format string vulnerability (CVE-2007-2958)
251
252* Sat Aug 11 2007 KAZUKI SHIMURA <ksh753@y5.dion.ne.jp> 2.4.4
253- new upstream release
254
255* Sat May 19 2007 KAZUKI SHIMURA <ksh753@gmail.com> 2.4.2
256- new upstream release
257
258* Thu May 03 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
259- new upstream release
260
261* Sun Apr 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl2
262- rebuild with gtk+-2.10
263
264* Sun Apr 22 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
265- new upstream release
266
267* Sun Mar 18 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta5
268- upstream release
269
270* Fri Feb 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta4
271- upstream release
272
273* Wed Feb 07 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta3
274- upstream release
275
276* Fri Feb 02 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta2
277- upstream release
278
279* Tue Jan 30 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.4.0-0vl0.0beta1
280- upstream release
281
282* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.1-0vl1
283- upstream release
284
285* Tue Jan 16 2007 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl2
286- add certs-search-path.patch (patch1)
287  to search CA certificates files in /usr/share/ssl/certs
288
289* Tue Dec 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl1
290- upstream release
291
292* Wed Dec 20 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0rc
293- upstream release
294
295* Sun Dec 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta7
296- upstream release
297
298* Sat Dec 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta6
299- upstream release
300
301* Sat Nov 11 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta5
302- upstream release
303
304* Thu Nov 02 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta4
305- upstream release
306
307* Wed Oct 18 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta3
308- upstream release
309
310* Wed Oct 04 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta2
311- upstream release
312- update source URL
313
314* Fri Sep 29 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.3.0-0vl0.0beta1
315- upstream release
316
317* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.9-0vl1
318- upstream release
319
320* Fri Sep 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.8-0vl1
321- upstream release
322- add %%with_oniguruma macro
323  - enable oniguruma support if rpmbuild with '--with oniguruma'
324
325* Tue Sep 05 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl2
326- update URLs
327
328* Mon Jul 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.7-0vl1
329- upstream release
330
331* Sat Jun 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.6-0vl1
332- upstream release
333
334* Tue May 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.5-0vl1
335- upstream release
336
337* Mon Apr 10 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl2
338- drop Requires: metamail ([VineSeed:10690])
339- add Obsoletes: sylpheed2 <= %%{version}
340
341* Thu Mar 30 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.4-0vl1
342- upstream release
343- drop obsolete patch1
344
345* Tue Mar 28 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl2
346- add patch1 from svn to enable bold face with GLib 2.10 and Pango 1.12
347
348* Tue Mar 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.3-0vl1
349- upstream release
350
351* Fri Mar 03 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.2-0vl1
352- upstream release
353
354* Mon Feb 27 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.1-0vl1
355- upstream release
356
357* Tue Feb 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl1
358- upstream release
359
360* Thu Feb 09 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0rc
361- upstream release
362
363* Mon Feb 06 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta8
364- upstream release
365
366* Tue Jan 31 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta7
367- upstream release
368
369* Thu Jan 26 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta6
370- upstream release
371
372* Sun Jan 22 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta5
373- upstream release
374
375* Sat Jan 14 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta4
376- upstream release
377
378* Thu Jan 12 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta3
379- upstream release
380
381* Tue Dec 27 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta2
382- upstream release
383
384* Fri Dec 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.2.0-0vl0.0beta1
385- upstream release
386
387* Thu Dec 15 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.9-0vl1
388- upstream release
389
390* Thu Dec 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.8-0vl1
391- upstream release
392
393* Fri Nov 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.7-0vl1
394- upstream release
395- cleanup description
396- add %%with_gtkspell macro
397  - enable gtkspell support if rpmbuild with '--with gtkspell'
398
399* Wed Nov 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.6-0vl1
400- upstream release
401
402* Sat Oct 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.5-0vl1
403- upstream release
404
405* Wed Oct 19 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.4-0vl1
406- upstream release
407- update default-browser.patch (patch0)
408
409* Thu Sep 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.3-0vl1
410- upstream release
411
412* Fri Sep 16 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.2-0vl1
413- upstream release
414- update default-browser.patch (patch0)
415- add COPYING.LIB
416
417* Wed Aug 24 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.1-0vl1
418- upstream release
419
420* Sun Aug 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.0-0vl1
421- upstream release
422
423* Sat Jul 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl1
424- upstream release
425
426* Sat Jul 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0rc
427- upstream release
428
429* Thu Jul 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta6
430- upstream release
431
432* Sat Jul 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta5
433- upstream release
434
435* Mon Jul 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta4
436- upstream release
437
438* Thu Jun 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta3
439- upstream release
440
441* Fri Jun 17 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta2
442- upstream release
443
444* Fri Jun 10 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.0.0-0vl0.0beta1
445- upstream release
446
447* Mon May 30 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.12-0vl1
448- upstream release
449
450* Sat May 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.11-0vl1
451- upstream release
452
453* Sat May 14 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.10-0vl1
454- upstream release
455
456* Sat Apr 23 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.9-0vl1
457- upstream release
458- add sylpheed.desktop (fixed in svn)
459
460* Tue Apr 12 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.8-0vl1
461- upstream release
462
463* Tue Mar 29 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.7-0vl1
464- upstream release
465
466* Fri Mar 18 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.6-0vl1
467- upstream release
468- drop obsolete patch1
469- update default-browser.patch (patch0)
470- enable gnupg support by default
471
472* Fri Mar 04 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl2
473- [SECURITY] fix buffer overflow
474  - update to svn revision 146 (patch1)
475
476* Wed Mar 02 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.4-0vl1
477- upstream release
478
479* Mon Feb 21 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.3-0vl1
480- upstream release
481
482* Wed Feb 09 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.2-0vl1
483- upstream release
484
485* Thu Feb 03 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.1-0vl1
486- upstream release
487
488* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl1
489- upstream release
490- update source URL
491
492* Tue Feb 01 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.9.0-0vl0.0pre
493- svn revesion 63
494- update (Build)Requires: gpgme(-devel) >= 0.4.5
495
496* Wed Jan 26 2005 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.1.0-0vl0.0alpha1
497- gtk2 port from svn (revision 40)
498- dispose %%doc
499- fix dependencies
500  - add Requires: gtk2, glib2 instead of gtk+, glib
501  - add BuildRequires: {gtk2,glib2}-devel instead of {gtk+,glib,imlib}-devel
502- remove --disable-gdk-pixbuf from %%configure option
503- use sylpheed.desktop in source archive
504- install desktop file into %%{_datadir}/applications
505- update default-browser.patch (patch0) to use htmlview
506
507* Sun Dec 26 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl1
508- upstream release
509
510* Thu Dec 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.rc
511- upstream release
512
513* Sun Dec 05 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta4
514- upstream release
515- update default-browser.patch
516- update (Build)Requires: gpgme (>= 0.3.10, < 0.4)
517
518* Tue Nov 16 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta3
519- upstream release
520- use 'mozilla -remote' as default browser (patch0)
521
522* Mon Nov 08 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta2
523- upstream release
524
525* Fri Oct 29 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 1.0.0-0vl0.beta1
526- upstream release
527
528* Sun Oct 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl2
529- update description
530- add Japanese summary & description (thanks, spec file translation project)
531
532* Thu Oct 07 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.99-0vl1
533- upstream release
534
535* Thu Jul 22 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl2
536- add Requires: mailcap, metamail
537- drop obsolete patches
538
539* Thu Jun 17 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.12-0vl1
540- upstream release
541
542* Sun May 30 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.11-0vl1
543- upstream release
544
545* Sat Apr 10 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl2
546- rebuild with openssl-0.9.7d
547
548* Tue Mar 09 2004 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.9.10-0vl1
549- upstream release
550
551* Thu Jan 29 2004 KAZUKI SHIMURA <rito@pos.to> 0.9.9-0vl1
552- upstream release
553
554* Mon Dec 15 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.8a-0vl1
555- upstream release
556
557* Sat Dec 13 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.8-0vl1
558- upstream release
559
560* Wed Oct 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.7-0vl1
561- upstream release
562
563* Wed Sep 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.6-0vl1
564- upstream release
565
566* Tue Sep 02 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.5-0vl1
567- upstream release
568
569* Sun Jul 27 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.4-0vl1
570- upstream release
571
572* Sun Jul 06 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.9.3-0vl1
573- upstream release
574
575* Fri Jun 06 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.2-0vl1
576- upstream release
577
578* Wed May 28 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.1-0vl1
579- upstream release
580
581* Thu May 15 2003 KAZUKI SHIMURA <rito@pos.to> 0.9.0-0vl1
582- upstream release
583
584* Fri Mar 07 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.11-0vl1
585- upstream release
586- eliminated prefs_filter.patch
587
588* Mon Feb 17 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl3
589- added prefs_filter.patch (from 0.8.10cvs12)
590        to fix the crash when the selection list is empty
591
592* Sun Feb 16 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.10-0vl2
593- merged with VineSeed:07485
594
595  - Mon Feb 03 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.8.9-0vl3
596  - spec modified for ease with creation of gpgme-enabled version
597    (still disabled for VineSeed)
598
599* Sat Feb 08 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.10-0vl1
600- upstream release
601
602* Mon Jan 20 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl2
603- remove Requires: libjconv >= 2.0
604
605* Sat Jan 18 2003 KAZUKI SHIMURA <rito@pos.to> 0.8.9-0vl1
606- upstream release
607
608* Sat Jan 11 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 0.8.8-0vl1
609- upstream release
610- Patch1 was merged in the upstream release
611
612* Fri Nov 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.6-0vl1
613- upstream release
614
615* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl2
616- added BuildRequires: imlib-devel >= 1.9, faces-devel
617
618* Fri Oct 04 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.5-0vl1
619- upstream release
620
621* Tue Oct 01 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.4-0vl1
622- upstream release
623
624* Mon Sep 23 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl2
625- changed default browser into mozilla (updated patch0)
626
627* Sun Sep 15 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.3-0vl1
628- upstream release
629
630* Tue Aug 27 2002 IWAI Masaharu <iwai@alib.jp> 0.8.2-0vl1
631- upstream release
632
633* Fri Jul 26 2002 KAZUKI SHIMURA <rito@pos.to> 0.8.1-0vl2
634- release++
635
636* Thu Jul 25 2002 IWAI Masaharu <iwai@alib.jp> 0.8.1-0vl1
637- upstream release
638- eliminated charset.patch
639
640* Tue Jul 23 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl2
641- added charset.patch for no charset in Content-Type header field
642  ( from 0.8.0cvs1 )
643
644* Mon Jul 15 2002 IWAI Masaharu <iwai@alib.jp> 0.8.0-0vl1
645- upstream release
646
647* Sat Jun 15 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.8-0vl1
648- upstream release
649
650* Sun Jun 09 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.7-0vl1
651- upstream release
652
653* Wed May 15 2002 KOBAYSHI R. Taizo <tkoba@vinelinux.org> 0.7.6-0vl2
654- fixed Tab completion bug
655
656* Sun May 12 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.6-0vl1
657- upstream release
658
659* Mon Apr 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.5-0vl2
660- add new sylpheed icons
661
662* Sun Apr 21 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.5-0vl1
663- upstream release
664
665* Sat Mar  9 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.4-0vl1
666- upstream release
667
668* Sun Mar  3 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.3-0vl1
669- upstream release
670
671* Wed Feb 20 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl2
672- added IPv6 and SSL support
673- added BuildPreReq: glib-devel, bison and flex, openssl-devel
674- added Requires: openssl
675
676* Sat Feb 16 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.2-0vl1
677- upstream release
678
679* Mon Feb 11 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 0.7.1-0vl1
680- upstream release
681- changed release tag value (s/%%{rel}vl0/%%{rel}/)
682
683* Mon Jan  7 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp>
684- 0.7.0-0vl1
685- upstream release
686
687* Sun Dec 16 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
688- 0.6.6-0vl1
689- fixed BuildPreReq (gtk+-devel >= 1.2.6)
690- added BuildPreReq: glib-devel, bison and flex
691
692* Wed Nov 07 2001 Toru Sagami <sagami@vinelinux.org>
693- 0.6.5-0vl1
694
695* Mon Oct 22 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
696- 0.6.4-0vl1
697- eliminated ABOUT-NLS from %%doc
698
699* Sat Oct 13 2001 IWAI Masaharu <iwaim@cc.mbn.or.jp>
700- 0.6.3-0vl1
701- added %%doc AUTHORS, NEWS and ABOUT-NLS
702
703* Sun Sep 16 2001 Toru Sagami <sagami@vinelinux.org>
704- 0.6.2-0vl1
705
706* Sun Sep 02 2001 Toru Sagami <sagami@vinelinux.org>
707- 0.6.1-0vl1
708
709* Fri Aug 31 2001 Toru Sagami <sagami@vinelinux.org>
710- 0.6.0-0vl1
711
712* Tue Aug 14 2001 <sagami@vinelinux.org>
713- 0.5.3-0vl1
714
715* Thu Aug 02 2001 <sagami@vinelinux.org>
716- 0.5.2-0vl1: eliminate ABOUT-NLS from %%doc
717
718* Wed Jul 18 2001 <sagami@vinelinux.org>
719- 0.5.1-0vl1: updated to 0.5.1
720- owns whole directory in %%{_datadir} instead of each files
721
722* Sat Jul 07 2001 <sagami@vinelinux.org>
723- 0.5.0-0vl1: updated to 0.5.0
724- minor spec fixes (put %%changelog at EOF, use %%{find_lang}...)
725- added %%config(missingok) to applnk file
726
727* Wed May 09  2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.66-0vl1
728- updated to 0.4.66
729
730* Tue May 01 2001 Yoichi Imai <yoichi@silver-forest.com> 0.4.65-0vl1
731- updated to 0.4.65
732- changed %description
733
734* Fri Apr 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.64-0vl1
735- updated to 0.4.64
736
737* Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.63-0vl1
738- updated to 0.4.63
739
740* Mon Mar 12 2001 Yoichi Imai <yoichi@silver-forest.com>
741- 0.4.62-0vl1
742- update to 0.4.62
743
744* Wed Feb 7 2001 Kunio Murasawa <murasawa@marineroad.com>
745- 0.4.61-0vl1
746- update to 0.4.61
747
748* Tue Dec 19 2000 Yoichi Imai <yoichi@silver-forest.com>
749- 0.4.9-0vl1
750- update to 0.4.9
751- used %{_(bin|data|sysconf)dir} for %install section
752
753* Sat Dec 9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.8-0vl1
754- update to 0.4.8
755
756* Thu Nov 9 2000 Yoichi Imai <yoichi@silver-forest.com>
757- update to 0.4.4
758
759* Thu Oct 19 2000 Tomoya TAKA <tomoya@olive.plala.or.jp>
760- update to 0.4.2
761
762* Mon Oct 2 2000 Yoichi Imai <yoichi@silver-forest.com>
763- update to 0.4.1
764- --disable-gdk-pixbuf
765- Requires: imlib
766- BuildPreReq: gtk+ >= 1.2.6
767- Obsoletes: vmail
768
769* Thu Sep 28 2000 Yoichi Imai <yoichi@silver-forest.com>
770- rebuild for VineSeed
771
772* Wed Sep 27 2000 Yoichi Imai <yoichi@silver-forest.com>
773- update to 0.4.0
774- sylpheed-defualt-browser.patch for Vine Linux
775- requires: gdk-pixbuf
776
777* Tue Sep 26 2000 Yoichi Imai <yoichi@silver-forest.com>
778- update to 0.3.99
779
780* Sun Sep 17 2000 Yoichi Imai <yoichi@silver-forest.com>
781- update to 0.3.29
782
783* Wed Aug 30 2000 Yoichi Imai <yoichi@silver-forest.com>
784- update to 0.3.28
785
786* Fri Aug 25 2000 Yoichi Imai <yoichi@silver-forest.com>
787- update to 0.3.27
788
789* Sat Aug 19 2000 Yoichi Imai <yoichi@silver-forest.com>
790- update to 0.3.26
791
792* Thu Aug 10 2000 Yoichi Imai <yoichi@silver-forest.com>
793- update to 0.3.25
794
795* Fri Aug 04 2000 Yoichi Imai <yoichi@silver-forest.com>
796- update to 0.3.24
797- change uri
798* Mon Jul 24 2000 Yoichi Imai <yoichi@silver-forest.com>
799- update to 0.3.23
800
801* Fri Jul 21 2000 Yoichi Imai <yoichi@silver-forest.com>
802- update to 0.3.22
803
804* Wed Jul 05 2000 Yoichi Imai <yoichi@silver-forest.com>
805- update to 0.3.21
806
807* Fri Jun 30 2000 Yoichi Imai <yoichi@silver-forest.com>
808- update to 0.3.20
809
810* Mon Jun 26 2000 Yoichi Imai <yoichi@silver-forest.com>
811- update to 0.3.19
812
813* Sun Jun 18 2000 Yoichi Imai <yoichi@silver-forest.com>
814- update to 0.3.18
815
816* Thu Jun 15 2000 Yoichi Imai <yoichi@silver-forest.com>
817- update to 0.3.17
818
819* Tue Jun 13 2000 Yoichi Imai <yoichi@silver-forest.com>
820- update to 0.3.16
821
822* Sun Jun 11 2000 Yoichi Imai <yoichi@silver-forest.com>
823- update to 0.3.15
824
825* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
826- some change
827
828* Sun Jun 4 2000 Yoichi Imai <yoichi@silver-forest.com>
829- update to 0.3.13
830
831* Sat Jun 3 2000 Yoichi Imai <yoichi@silver-forest.com>
832- update to 0.3.12
833
834* Fri Jun 2 2000 Yoichi Imai <yoichi@silver-forest.com>
835- update to 0.3.11
836
837* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
838- update to 0.3.10
839
840* Sat May 20 2000 Yoichi Imai <yoichi@silver-forest.com>
841- update to 0.3.9
842
843* Sun May 14 2000 Yoichi Imai <yoichi@silver-forest.com>
844- update to 0.3.8
845
846* Thu May 11 2000 Yoichi Imai <yoichi@silver-forest.com>
847- update to 0.3.7a
848
849* Thu May 4 2000 Yoichi Imai <yoichi@silver-forest.com>
850- update to 0.3.6a
851
852* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
853- update to 0.3.5
854
855* Sun Apr 30 2000 Yoichi Imai <yoichi@silver-forest.com>
856- update to 0.3.4
857
858* Sat Apr 29 2000 Yoichi Imai <yoichi@silver-forest.com>
859- gnome-menu and requires header change
860
861* Mon Apr 24 2000 Yoichi Imai <yoichi@silver-forest.com>
862- update to 0.3.3
863
864* Sat Apr 15 2000 Yoichi Imai <yoichi@silver-forest.com>
865- update to 0.3.2
866
867* Fri Apr 14 2000 Yoichi Imai <yoichi@silver-forest.com>
868- update to 0.3.1
869
870* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
871- update to 0.2.9
872
873* Tue Mar 14 2000 Yoichi Imai <yoichi@silver-forest.com>
874- update for 0.2.7
875
876* Thu Feb 24 2000 Yoichi Imai <yoichi@silver-forest.com>
877- update for 0.2.4
878
879* Tue Feb 22 2000 Yoichi Imai <yoichi@silver-forest.com>
880- update for 0.2.3
881
882* Sun Feb 20 2000 Yoichi Imai <yoichi@silver-forest.com>
883- update for 0.2.2
884
885* Sat Feb 19 2000 Yoichi Imai <yoichi@silver-forest.com>
886- update for 0.2.1
887
888* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
889- update for 0.2.0pre8
890
891* Sat Feb 12 2000 Yoichi Imai <yoichi@silver-forest.com>
892- update for 0.2.0pre7
893
894* Sat Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
895- update for 0.2.0pre3
896
897* Sat Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
898- append "TODO.jp"
899
900* Sat Feb 5 2000 Yoichi Imai <yoichi@silver-forest.com>
901- update for 0.2.0pre1
902
903* Fri Feb 4 2000 Yoichi Imai <yoichi@silver-forest.com>
904- update for 0.1.23
905
906* Wed Feb 2 2000 Yoichi Imai <yoichi@silver-forest.com>
907- update for 0.1.21
908
909* Tue Feb 1 2000 Yoichi Imai <yoichi@silver-forest.com>
910- update for 0.1.20
911
912* Tue Jan 25 2000 Yoichi Imai <yoichi@silver-forest.com>
913- update for 0.1.19
914
915* Sun Jan 23 2000 Yoichi Imai <yoichi@silver-forest.com>
916- update for 0.1.17
917
918* Sun Jan 16 2000 Yoichi Imai <yoichi@silver-forest.com>
919- update for 0.1.15
920
921* Sat Jan 15 2000 Yoichi Imai <yoichi@silver-forest.com>
922- update for 0.1.14
923
924* Fri Jan 14 2000 Yoichi Imai <yoichi@silver-forest.com>
925- update for 0.1.13
926
927* Thu Jan 13 2000 Yoichi Imai <yoichi@silver-forest.com>
928- update for 0.1.12
929
930* Wed Jan 12 2000 Yoichi Imai <yoichi@silver-forest.com>
931- update for 0.1.11
932
933* Tue Jan 11 2000 Yoichi Imai <yoichi@silver-forest.com>
934- update for 0.1.10
935
936* Mon Jan 10 2000 Yoichi Imai <yoichi@silver-forest.com>
937- update for 0.1.8
938
939* Sat Jan 8 2000 Yoichi Imai <yoichi@silver-forest.com>
940- update for 0.1.7
941
942* Fri Jan 7 2000 Yoichi Imai <yoichi@silver-forest.com>
943- update for 0.1.6
944
945* Thu Jan 6 2000 Yoichi Imai <yoichi@silver-forest.com>
946- update for 0.1.5
947
948* Sat Jan 1 2000 Yoichi Imai <yoichi@silver-forest.com>
949- first release for version 0.1.0
950
Note: See TracBrowser for help on using the repository browser.