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

Revision 12405, 17.9 KB checked in by tomop, 4 years ago (diff)

updated 9 packages

enca-1.19-1

freetype2-2.10.2-1

id3lib-3.8.3-5

libass-0.14.0-1

libemf-1.0.12-1

libexif-0.6.21-3

libtheora-1.1.1-5

libvdpau-1.4-1

pstoedit-3.75-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.2
9Release: 1%{?_dist_release}
10Group: System Environment/Libraries
11Vendor: Project Vine
12Distribution: Vine Linux
13
14License: GPL/FTL dual license
15URL: https://www.freetype.org/
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%license docs/LICENSE.TXT
280%doc docs
281
282%files devel
283%defattr(-, root, root)
284%{_bindir}/freetype-config
285%{_libdir}/*.so
286%{_libdir}/pkgconfig/*.pc
287%{_includedir}/%{name}
288%{_datadir}/aclocal/freetype2.m4
289%{_mandir}/man1/*
290
291%files static
292%defattr(-, root, root)
293%{_libdir}/*.a
294
295%files demos
296%defattr(-,root,root)
297%{_bindir}/ftbench
298%{_bindir}/ftdump
299%{_bindir}/ftlint
300%{_bindir}/ftvalid
301%{_bindir}/ftdiff
302%{_bindir}/ftgamma
303%{_bindir}/ftgrid
304%{_bindir}/ftmulti
305%{_bindir}/ftstring
306%{_bindir}/ftview
307
308%if %{build_compat32}
309%files -n compat32-%{name}
310%defattr(-, root, root)
311%{_libdir}/*.so*
312
313%files -n compat32-%{name}-devel
314%defattr(-, root, root)
315%{_libdir}/*.so
316%endif
317
318%changelog
319* Mon May 18 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.2-1
320- new upstream release.
321
322* Thu Sep 05 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.1-1
323- new upstream release.
324- dropped all patches.
325- imported patches from rawhide.
326
327* Fri Jan 05 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.1-1
328- new upstream release.
329- updated Patch46.
330- dropped Patch88.
331
332* Sun Jul 17 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.5-1
333- new upstream release
334
335* Thu Mar 31 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.3-1
336- new upstream release
337
338* Sat Dec 05 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.6.2-1
339- new upstream release
340- remade Patch88
341- deleted Pacth90
342- did not apply Patch201
343  - but included src.rpm
344
345* Fri Jan 16 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.5-1
346- new upstream release
347
348* Sun Dec 28 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.4-1
349- new upstream release
350- remade Patch90
351
352* Fri Jun 27 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.3-2
353- rebuilt with libpng-1.6.
354
355* Sun Apr 20 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.3-1
356- new upstream release
357- remade Patch90
358
359* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-5
360- add Requires: libpng-devel in %%{name}-devel
361
362* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.2-4
363- fix Patch90
364- fix %%files -n compat32-%%{name}-devel (remove pkgconfig files)
365
366* Tue Dec 24 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-3
367- re-fixed invalid infomation in freetype-config
368
369* Mon Dec 23 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-2
370- fixed invalid infomation in freetype-config (BTS:2711)
371
372* Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.2-1
373- new upstream release
374
375* Mon Aug 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.5.0.1-1
376- new upstream release
377- added BuildRequires: libpng-devel
378
379* Sun Jul 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-2
380- fixed Patch88
381- added Pacth90 to fix BTS:2631
382
383* Sun May 19 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.12-1
384- new upstream release
385- refreshed Patch88, 201
386
387* Sat Dec 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.11-1
388- new upstream release
389
390* Sun Sep 23 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.4.10-1
391- new upstream release
392- updated Patch201
393
394* Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.8-1
395- new upstream release
396- add BuildRequires: bzip2-devel
397- add Requires: bzip2-devel (-devel package)
398
399* Wed Sep 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.6-1
400- new upstream release
401
402* Fri Dec 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.4-1
403- new upstream release
404
405* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 2.4.2-2
406- build with rpm-4.8.1-1 for pkg-config file
407
408* Mon Aug 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-1
409- new upstream release
410
411* Tue Jul 27 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-1
412- new upstream release
413
414* Thu Jul 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-1
415- new upstream release
416
417* Sun May 09 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-2
418- enable bytecode interpreter, the patent is now expired.
419
420* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.12-1
421- new upstream release
422
423* Tue Oct 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.11-1
424- new upstream release
425- update patch201
426
427* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-6
428- rebuild with gpg signing
429
430* Wed Jul 29 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.3.9-5
431- fixed "Invalid Outline" error on x86_64.
432
433* Sun May 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.3.9-4
434- removed %%if !%%{build_compat32} case condition
435- removed CC='gcc -m32' before make setup
436
437* Sun Apr 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-3
438- enable Patch200 again
439
440* Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-2
441- split static library to freetype2-static
442  - needed by tuxonice-userui
443- disable Patch200
444
445* Sat Mar 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.9-1
446- new upstream release
447
448* Wed Jan 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.8-1
449- new upstream release
450
451* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 2.3.7-2
452- removed *.la
453
454* Wed Jul 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-1
455- new upstream release
456
457* Wed Jun 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-1
458- new upstream release
459
460* Sun May 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-3
461- add Provides: freetype-utils = %%{version} to freetype2-demos
462
463* Thu Apr 17 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-2
464- remove %%{_bindir}/* from -devel
465
466* Fri Mar 21 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-1
467- new upstream release
468- add freetype2-demos
469  - Obsoletes: freetype-utils
470
471* Wed May 23 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3.4-0vl2
472- add Patch201 (CVE-2007-2754)
473
474* Sun May 20 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.4-0vl1
475- new upstream release
476
477* Thu Aug 17 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 2.1.10-0vl8
478- add Requires: zlib-devel (devel package)
479- compat32
480  - add BuildRequires: compat32-zlib-devel
481  - add Requires: compat32-zlib-devel (devel package)
482
483* Thu Jul 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl7
484- add Patch200 to adjust synthetic-embold font weight.
485  - default value is too heavy...
486
487* Sat Jun 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl6
488- add Patch100 for autofit-cjk
489
490* Fri Feb 24 2006 Shu KONNO <owa@bg.wakwak.com> 2.1.10-0vl5
491- added --libdir=%%{_libdir} to make setup
492- added CC='gcc -m32' before make setup if compat32
493
494* Sun Feb 12 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 2.1.10-0vl4
495- added compat32-* packages for x86_64 architecture support
496
497* Thu Oct 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl3
498- add upstream patches (from MDK)
499  - add Patch13 to fix memleak
500  - add Patch14 to put back internal API, used by XOrg
501  - add Patch15 to fix bad anti-aliasing
502
503* Sat Oct 01 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.10-0vl2
504- add upstream patches (from MDK)
505  - add Patch10 to add fixes from CVS
506  - add Patch11 to fix autofit render setup
507  - add Patch12 to fix kerning
508- add Patch20 (enable bytecode interpreter), but not applied by default
509
510* Tue Sep  6 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.10-0vl1
511- new upstream release
512- drop Patch1 (auto-hinter has been replaced with a new module)
513- drop Patch2 (included in freetype-2.1.8)
514- add pkgconfig file
515
516* Fri Apr 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl4
517- add xtt2-1.2a related patch which is merged in CVS.
518  (http://x-tt.sourceforge.jp/index_nippon.html)
519
520* Thu Apr 01 2004 Tomoya TAKA <taka@vinelinux.org> 2.1.7-0vl3
521- add a fix from Fedora freetype-2.1.7-3
522  * Wed Mar 10 2004 Mike A. Harris <mharris@redhat.com> 2.1.7-3
523  - Added -fno-strict-aliasing to CFLAGS and CXXFLAGS to try to fix SEGV and
524    SIGILL crashes in mkfontscale which have been traced into freetype and seem
525    to be caused by aliasing issues in freetype macros
526
527* Wed Dec 10 2003 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 2.1.7-0vl2
528- update patch1
529
530* Sun Nov 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
531- new upstream release
532
533* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl2
534- rebuild for VineSeed
535
536* Sat Sep 27 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.5-0vl1
537- source upgrade
538- add Patch1 from http://www.kde.gr.jp/~akito/
539- remove Source1
540- remove Patch0 (no need to 2.1.5)
541
542* Wed Aug 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
543- correct License tag from GPL to GPL/FTL dual license
544  - FTL: The FreeType Project License
545
546* Wed Apr  9 2003 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.4-0vl1
547- source upgrade
548
549* Sat Dec  7 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.3-0vl1
550- source and patch upgrade
551
552* Thu Dec  5 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl3
553- rebuild with new toolchain
554
555* Wed Aug 21 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl2
556- add Patch0 to fix problem to Dyna-Font
557
558* Tue Jul 23 2002 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.1.2-0vl1
559- source upgrade
560- add %{_datadir}/aclocal/freetype2.m4 to -devel
561
562* Mon Jan 28 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.6-0vl2
563- modified %%build section
564
565* Wed Jan 16 2002 AKIYAMA Kazuhito <akiyama@karen.servepics.com> 2.0.6-0vl1
566- source update
567- add ftdocs
568
569* Fri Nov 23 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.1-0vl5
570- small build fix
571
572* Wed May  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl4
573- Added Requires for -devel
574- Fixed config path
575
576* Mon Apr 23 2001 Kazuhisa TAKEI <takei@vinelinux.org> 2.0.1-0vl3
577- add %{_bindir} in devel package's %file section.
578
579* Tue Jan  9 2001 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl2
580- Added %defattr.
581
582* Sun Dec 17 2000 Akira TAGOH <tagoh@gnome.gr.jp> 2.0.1-0vl1
583- Initial revision.
584
Note: See TracBrowser for help on using the repository browser.