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

Revision 12534, 17.9 KB checked in by tomop, 3 years ago (diff)

updated 7 packages

freetype2-2.10.4-1

iproute-5.10.0-1

kmod-28-1

libunwind-1.5.0-1

net-tools-2.10-1

screen-4.8.0-2

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