source: projects/specs/trunk/f/freetype2/freetype2-vl.spec @ 12181

Revision 12181, 17.8 KB checked in by tomop, 5 years ago (diff)

freetype2-2.10.1-1

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3%bcond_without subpixel_rendering
4
5Summary: FreeType 2 library
6Summary(ja): FreeType 2 ライブラリ
7Name: freetype2
8Version: 2.10.1
9Release: 1%{?_dist_release}
10License: GPL/FTL dual license
11URL: http://www.freetype.org/
12Group: System Environment/Libraries
13Vendor: Project Vine
14Distribution: Vine Linux
15
16Source: https://download.savannah.gnu.org/releases/freetype/freetype-%{version}.tar.xz
17Source1: https://download.savannah.gnu.org/releases/freetype/freetype-doc-%{version}.tar.xz
18Source2: https://download.savannah.gnu.org/releases/freetype/ft2demos-%{version}.tar.xz
19
20# Enable subpixel rendering (ClearType)
21Patch0:  freetype-2.3.0-enable-spr.patch
22# Enable otvalid and gxvalid modules
23Patch1:  freetype-2.2.1-enable-valid.patch
24# Enable additional demos
25Patch2:  freetype-2.5.2-more-demos.patch
26
27Patch3:  freetype-2.6.5-libtool.patch
28
29Patch5:  freetype-2.10.0-internal-outline.patch
30
31BuildRoot: %{_tmppath}/%{name}-%{version}-root
32
33BuildRequires: zlib-devel
34BuildRequires: bzip2-devel
35BuildRequires: libX11-devel
36BuildRequires: libpng-devel
37
38%description
39The FreeType project is a team of volunteers who develop free,
40portable and high-quality software solutions for digital typography.
41They specifically target embedded systems and focus on bringing small,
42efficient and ubiquitous products.
43
44The FreeType 2 library is their new software font engine. It has been
45designed to provide the following important features:
46 * A universal and simple API to manage font files
47 * Support for several font formats through loadable modules
48 * High-quality anti-aliasing
49 * High portability & performance
50
51Supported font formats include:
52 * TrueType files (.ttf) and collections (.ttc)
53 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
54 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
55   routines to manage design instances easily
56 * Type 1 CID-keyed fonts
57 * OpenType/CFF (.otf) fonts
58 * CFF/Type 2 fonts
59 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
60   the Adobe SVG viewer plugin.
61 * Windows FNT/FON bitmap fonts
62
63This package contains the files needed to run programs that use the
64FreeType 2 library.
65
66
67%package demos
68Summary: A collection of FreeType demos
69Group: System Environment/Libraries
70Requires: %{name} = %{version}-%{release}
71Obsoletes: freetype-utils < 2.0
72Provides: freetype-utils = %{version}
73
74%description demos
75A collection of FreeType demos.
76
77
78%package -n compat32-%{name}
79Summary: FreeType 2 library
80Summary(ja): FreeType 2 ライブラリ
81Group: System Environment/Libraries
82Requires:       %{name} = %{version}-%{release}
83
84
85%description -n compat32-%{name}
86The FreeType project is a team of volunteers who develop free,
87portable and high-quality software solutions for digital typography.
88They specifically target embedded systems and focus on bringing small,
89efficient and ubiquitous products.
90
91The FreeType 2 library is their new software font engine. It has been
92designed to provide the following important features:
93 * A universal and simple API to manage font files
94 * Support for several font formats through loadable modules
95 * High-quality anti-aliasing
96 * High portability & performance
97
98Supported font formats include:
99 * TrueType files (.ttf) and collections (.ttc)
100 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
101 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
102   routines to manage design instances easily
103 * Type 1 CID-keyed fonts
104 * OpenType/CFF (.otf) fonts
105 * CFF/Type 2 fonts
106 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
107   the Adobe SVG viewer plugin.
108 * Windows FNT/FON bitmap fonts
109
110This package contains the files needed to run programs that use the
111FreeType 2 library.
112
113
114%package devel
115Summary:        Development files for FreeType 2 library
116Summary(ja):    FreeType 2 ライブラリの開発ファイル
117Group:          Development/Libraries
118Requires:       %{name} = %{version}-%{release}
119Requires:       zlib-devel
120Requires:       bzip2-devel
121Requires:       libpng-devel
122
123
124%description devel
125The FreeType project is a team of volunteers who develop free,
126portable and high-quality software solutions for digital typography.
127They specifically target embedded systems and focus on bringing small,
128efficient and ubiquitous products.
129
130The FreeType 2 library is their new software font engine. It has been
131designed to provide the following important features:
132 * A universal and simple API to manage font files
133 * Support for several font formats through loadable modules
134 * High-quality anti-aliasing
135 * High portability & performance
136
137Supported font formats include:
138 * TrueType files (.ttf) and collections (.ttc)
139 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
140 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
141   routines to manage design instances easily
142 * Type 1 CID-keyed fonts
143 * OpenType/CFF (.otf) fonts
144 * CFF/Type 2 fonts
145 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
146   the Adobe SVG viewer plugin.
147 * Windows FNT/FON bitmap fonts
148
149This package contains all supplementary files (static library, headers
150and documentation) you need to develop your own programs using the
151FreeType 2 library.
152
153
154%package -n compat32-%{name}-devel
155Summary:        FreeType 2 library
156Summary(ja):    FreeType 2 ライブラリ
157Group:          Development/Libraries
158Requires:       compat32-%{name} = %{version}-%{release}
159Requires:       %{name}-devel    = %{version}-%{release}
160Requires:       compat32-zlib-devel
161Requires:       compat32-bzip2-devel
162
163%description -n compat32-%{name}-devel
164The FreeType project is a team of volunteers who develop free,
165portable and high-quality software solutions for digital typography.
166They specifically target embedded systems and focus on bringing small,
167efficient and ubiquitous products.
168
169The FreeType 2 library is their new software font engine. It has been
170designed to provide the following important features:
171 * A universal and simple API to manage font files
172 * Support for several font formats through loadable modules
173 * High-quality anti-aliasing
174 * High portability & performance
175
176Supported font formats include:
177 * TrueType files (.ttf) and collections (.ttc)
178 * Type 1 font files both in ASCII (.pfa) or binary (.pfb) format
179 * Type 1 Multiple Master fonts. The FreeType 2 API also provides
180   routines to manage design instances easily
181 * Type 1 CID-keyed fonts
182 * OpenType/CFF (.otf) fonts
183 * CFF/Type 2 fonts
184 * Adobe CEF fonts (.cef), used to embed fonts in SVG documents with
185   the Adobe SVG viewer plugin.
186 * Windows FNT/FON bitmap fonts
187
188This package contains all supplementary files (static library, headers
189and documentation) you need to develop your own programs using the
190FreeType 2 library.
191
192%package static
193Summary:        Static ilbrary for FreeType 2
194Summary(ja):    FreeType 2 のスタティックライブラリ
195Group:          Development/Libraries
196Requires:       %{name}-devel = %{version}-%{release}
197
198%description static
199This package contains the static library for %{name}
200
201
202%prep
203%setup -q -n freetype-%{version} -b 1 -a 2
204
205%if %{with subpixel_rendering}
206%patch0  -p1 -b .enable-spr
207%endif
208%patch1  -p1 -b .enable-valid
209
210pushd ft2demos-%{version}
211%patch2  -p1 -b .more-demos
212popd
213
214%patch3 -p1 -b .libtool
215%patch5 -p1 -b .internal-outline
216
217
218%build
219%configure
220%configure \
221           --with-zlib=yes \
222           --with-bzip2=yes \
223           --with-png=yes \
224           --enable-freetype-config \
225           --with-harfbuzz=no
226sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' builds/unix/libtool
227sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' builds/unix/libtool
228make %{?_smp_mflags}
229
230# Build demos
231pushd ft2demos-%{version}
232make TOP_DIR=".."
233popd
234
235# Convert FTL.txt and example3.cpp to UTF-8
236pushd docs
237iconv -f latin1 -t utf-8 < FTL.TXT > FTL.TXT.tmp && \
238touch -r FTL.TXT FTL.TXT.tmp && \
239mv FTL.TXT.tmp FTL.TXT
240
241iconv -f iso-8859-1 -t utf-8 < "tutorial/example3.cpp" > "tutorial/example3.cpp.utf8"
242touch -r tutorial/example3.cpp tutorial/example3.cpp.utf8 && \
243mv tutorial/example3.cpp.utf8 tutorial/example3.cpp
244popd
245
246
247%install
248[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
249
250mkdir -p %{buildroot}/bin
251mkdir -p %{buildroot}%{_bindir}
252
253%makeinstall gnulocaledir=$RPM_BUILD_ROOT%{_datadir}/locale
254
255for ftdemo in ftbench ftdump ftlint ftvalid ftdiff ftgamma ftgrid ftmulti ftstring ftview
256do
257  builds/unix/libtool --mode=install install -m 755 ft2demos-%{version}/bin/$ftdemo $RPM_BUILD_ROOT/%{_bindir}
258done
259
260## remove unuse files
261rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
262
263
264%clean
265[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
266
267
268%post -p /sbin/ldconfig
269
270%postun -p /sbin/ldconfig
271
272%post -n compat32-%{name} -p /sbin/ldconfig
273
274%postun -n compat32-%{name} -p /sbin/ldconfig
275
276%files
277%defattr(-, root, root)
278%{_libdir}/*.so*
279%doc docs
280
281%files devel
282%defattr(-, root, root)
283%{_bindir}/freetype-config
284%{_libdir}/*.so
285%{_libdir}/pkgconfig/*.pc
286%{_includedir}/%{name}
287%{_datadir}/aclocal/freetype2.m4
288%{_mandir}/man1/*
289
290%files static
291%defattr(-, root, root)
292%{_libdir}/*.a
293
294%files demos
295%defattr(-,root,root)
296%{_bindir}/ftbench
297%{_bindir}/ftdump
298%{_bindir}/ftlint
299%{_bindir}/ftvalid
300%{_bindir}/ftdiff
301%{_bindir}/ftgamma
302%{_bindir}/ftgrid
303%{_bindir}/ftmulti
304%{_bindir}/ftstring
305%{_bindir}/ftview
306
307%if %{build_compat32}
308%files -n compat32-%{name}
309%defattr(-, root, root)
310%{_libdir}/*.so*
311
312%files -n compat32-%{name}-devel
313%defattr(-, root, root)
314%{_libdir}/*.so
315%endif
316
317%changelog
318* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.1-1
319- new upstream release.
320- dropped all patches.
321- imported patches from rawhide.
322
323* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
324- new upstream release.
325- updated Patch46.
326- dropped Patch88.
327
328* Sun Jul 17 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1
329- new upstream release
330
331* Thu Mar 31 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1
332- new upstream release
333
334* Sat Dec 05 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.2-1
335- new upstream release
336- remade Patch88
337- deleted Pacth90
338- did not apply Patch201
339  - but included src.rpm
340
341* Fri Jan 16 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.5-1
342- new upstream release
343
344* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.4-1
345- new upstream release
346- remade Patch90
347
348* Fri Jun 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-2
349- rebuilt with libpng-1.6.
350
351* Sun Apr 20 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.3-1
352- new upstream release
353- remade Patch90
354
355* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-5
356- add Requires: libpng-devel in %%{name}-devel
357
358* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-4
359- fix Patch90
360- fix %%files -n compat32-%%{name}-devel (remove pkgconfig files)
361
362* Tue Dec 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-3
363- re-fixed invalid infomation in freetype-config
364
365* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-2
366- fixed invalid infomation in freetype-config (BTS:2711)
367
368* Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
369- new upstream release
370
371* Mon Aug 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.0.1-1
372- new upstream release
373- added BuildRequires: libpng-devel
374
375* Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-2
376- fixed Patch88
377- added Pacth90 to fix BTS:2631
378
379* Sun May 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-1
380- new upstream release
381- refreshed Patch88, 201
382
383* Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.11-1
384- new upstream release
385
386* Sun Sep 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.10-1
387- new upstream release
388- updated Patch201
389
390* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
391- new upstream release
392- add BuildRequires: bzip2-devel
393- add Requires: bzip2-devel (-devel package)
394
395* Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-1
396- new upstream release
397
398* Fri Dec 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-1
399- new upstream release
400
401* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.4.2-2
402- build with rpm-4.8.1-1 for pkg-config file
403
404* Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-1
405- new upstream release
406
407* Tue Jul 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
408- new upstream release
409
410* Thu Jul 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-1
411- new upstream release
412
413* Sun May 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-2
414- enable bytecode interpreter, the patent is now expired.
415
416* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-1
417- new upstream release
418
419* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.11-1
420- new upstream release
421- update patch201
422
423* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-6
424- rebuild with gpg signing
425
426* Wed Jul 29 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9-5
427- fixed "Invalid Outline" error on x86_64.
428
429* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.9-4
430- removed %%if !%%{build_compat32} case condition
431- removed CC='gcc -m32' before make setup
432
433* Sun Apr 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-3
434- enable Patch200 again
435
436* Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-2
437- split static library to freetype2-static
438  - needed by tuxonice-userui
439- disable Patch200
440
441* Sat Mar 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-1
442- new upstream release
443
444* Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-1
445- new upstream release
446
447* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.3.7-2
448- removed *.la
449
450* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-1
451- new upstream release
452
453* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-1
454- new upstream release
455
456* Sun May 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-3
457- add Provides: freetype-utils = %%{version} to freetype2-demos
458
459* Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-2
460- remove %%{_bindir}/* from -devel
461
462* Fri Mar 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-1
463- new upstream release
464- add freetype2-demos
465  - Obsoletes: freetype-utils
466
467* Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.4-0vl2
468- add Patch201 (CVE-2007-2754)
469
470* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.4-0vl1
471- new upstream release
472
473* Thu Aug 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.10-0vl8
474- add Requires: zlib-devel (devel package)
475- compat32
476  - add BuildRequires: compat32-zlib-devel
477  - add Requires: compat32-zlib-devel (devel package)
478
479* Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl7
480- add Patch200 to adjust synthetic-embold font weight.
481  - default value is too heavy...
482
483* Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl6
484- add Patch100 for autofit-cjk
485
486* Fri Feb 24 2006 Shu KONNO <owa@bg.wakwak.com> 2.1.10-0vl5
487- added --libdir=%%{_libdir} to make setup
488- added CC='gcc -m32' before make setup if compat32
489
490* Sun Feb 12 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.1.10-0vl4
491- added compat32-* packages for x86_64 architecture support
492
493* Thu Oct 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl3
494- add upstream patches (from MDK)
495  - add Patch13 to fix memleak
496  - add Patch14 to put back internal API, used by XOrg
497  - add Patch15 to fix bad anti-aliasing
498
499* Sat Oct 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl2
500- add upstream patches (from MDK)
501  - add Patch10 to add fixes from CVS
502  - add Patch11 to fix autofit render setup
503  - add Patch12 to fix kerning
504- add Patch20 (enable bytecode interpreter), but not applied by default
505
506* Tue Sep  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.10-0vl1
507- new upstream release
508- drop Patch1 (auto-hinter has been replaced with a new module)
509- drop Patch2 (included in freetype-2.1.8)
510- add pkgconfig file
511
512* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl4
513- add xtt2-1.2a related patch which is merged in CVS.
514  (http://x-tt.sourceforge.jp/index_nippon.html)
515
516* Thu Apr 01 2004 Tomoya TAKA <taka@vinelinux.org> 2.1.7-0vl3
517- add a fix from Fedora freetype-2.1.7-3
518  * Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
519  - Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
520    SIGILL crashes in mkfontscale which have been traced into freetype and seem
521    to be caused by aliasing issues in freetype macros
522
523* Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.7-0vl2
524- update patch1
525
526* Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
527- new upstream release
528
529* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl2
530- rebuild for VineSeed
531
532* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl1
533- source upgrade
534- add Patch1 from http://www.kde.gr.jp/~akito/
535- remove Source1
536- remove Patch0 (no need to 2.1.5)
537
538* Wed Aug 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
539- correct License tag from GPL to GPL/FTL dual license
540  - FTL: The FreeType Project License
541
542* Wed Apr  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl1
543- source upgrade
544
545* Sat Dec  7 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.3-0vl1
546- source and patch upgrade
547
548* Thu Dec  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl3
549- rebuild with new toolchain
550
551* Wed Aug 21 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl2
552- add Patch0 to fix problem to Dyna-Font
553
554* Tue Jul 23 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl1
555- source upgrade
556- add %{_datadir}/aclocal/freetype2.m4 to -devel
557
558* Mon Jan 28 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.6-0vl2
559- modified %%build section
560
561* Wed Jan 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.0.6-0vl1
562- source update
563- add ftdocs
564
565* Fri Nov 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.1-0vl5
566- small build fix
567
568* Wed May  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl4
569- Added Requires for -devel
570- Fixed config path
571
572* Mon Apr 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl3
573- add %{_bindir} in devel package's %file section.
574
575* Tue Jan  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl2
576- Added %defattr.
577
578* Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl1
579- Initial revision.
580
Note: See TracBrowser for help on using the repository browser.