source: projects/specs/trunk/t/ttmkfdir/ttmkfdir-vl.spec @ 521

Revision 521, 6.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Utility to create fonts.scale files for truetype fonts
2Summary(ja): TrueType フォント用に fonts.scale ファイルを作成するためのユーティリティ
3Name: ttmkfdir
4Version: 3.0.9
5Release: 2%{?_dist_release}
6Source0: %{name}-%{version}.tar.bz2
7Patch: ttmkfdir-3.0.9-cpp.patch
8Patch1: ttmkfdir-3.0.9-zlib.patch
9Patch2: ttmkfdir-3.0.9-fix-freetype217.patch
10Patch3: ttmkfdir-3.0.9-namespace.patch
11Patch4: ttmkfdir-3.0.9-fix-crash.patch
12Patch5: ttmkfdir-3.0.9-warnings.patch
13Patch6: ttmkfdir-3.0.9-segfaults.patch
14Patch7: ttmkfdir-3.0.9-encoding-dir.patch
15Patch8: ttmkfdir-3.0.9-font-scale.patch
16Patch9: ttmkfdir-3.0.9-bug434301.patch
17License: GPL
18Group: Applications/System
19BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
20BuildRequires: freetype2-devel >= 2.0
21BuildRequires: zlib-devel flex
22BuildRequires: libtool
23
24# ttmkfdir used to be in the following packages at one point
25Conflicts: freetype-utils <= 1.3.1-5vl5
26
27%description
28ttmkfdir is a utility used to create fonts.scale files in
29TrueType font directories in order to prepare them for use
30by the font server.
31
32%prep
33%setup -q
34%patch -p1
35%patch1 -p1
36%patch2 -p1
37%patch3 -p1
38%patch4 -p1
39%patch5 -p1
40%patch6 -p1
41%patch7 -p1
42%patch8 -p1
43%patch9 -p1
44
45%build
46make OPTFLAGS="$RPM_OPT_FLAGS"
47
48%install
49rm -rf $RPM_BUILD_ROOT
50%makeinstall DESTDIR=$RPM_BUILD_ROOT
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(-,root,root)
57%doc README
58%{_bindir}/ttmkfdir
59
60%changelog
61* Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.0.9-2
62- spec in UTF-8
63
64* Wed Mar 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.9-1
65- initial build for Vine Linux
66
67* Wed Feb 27 2008 Lingning Zhang <lizhang@redhat.com> - 3.0.9-26
68- fix bug434301.
69
70* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0.9-25
71- Autorebuild for GCC 4.3
72
73* Thu Nov 30 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-24.fc7
74- add ttmkfdir-3.0.9-font-scale.patch to fix bug #209102.
75- Patch from Akira TAGOH.
76
77* Wed Oct 18 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-23
78- rebuild
79
80* Fri Sep 29 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-22
81- delete "%post" and "Requires(post)" in ttmkfdir.spec
82
83* Thu Sep 28 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-21
84- modify release
85
86* Wed Sep 27 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-20.4
87- modify "%post" and add "Requires(post)" in ttmkfdir.spec for fixing bug173591, bug207279, bug208122
88
89* Wed Sep 06 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-20.3
90- add "%post" in ttmkfdir.spec for fixing bug173591
91
92* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0.9-20.2.1
93- rebuild
94
95* Tue Jun 20 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-20.2
96- add "BuildRequires: libtool" in ttmkfdir.spec
97
98* Mon Jun 19 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-20.1
99- remove the modifying part of ttmkfdir-3.0.9/Makefile, recover the old Makefile
100- modify ttmkfdir-3.0.9-encoding-dir.patch about Makefile
101
102* Thu Jun 15 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-20
103- add ttmkfdir-3.0.9-encoding-dir.patch to fix bug #173705
104- modify ttmkfdir-3.0.9/Makefile to delete the compiling flag of "ggdb"
105
106* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.0.9-19.2.1
107- bump again for double-long bug on ppc(64)
108
109* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.0.9-19.2
110- rebuilt for new gcc4.1 snapshot and glibc changes
111
112* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
113- rebuilt
114
115* Sat Oct 8 2005 LingNing Zhang <lizhang@redhat.com> -3.0.9-19
116- add ttmkfdir-3.0.9-segfaults.patch to fix bug #164969
117
118* Wed Aug  3 2005 Jens Petersen <petersen@redhat.com> - 3.0.9-17
119- replace ttmkfdir-3.0.9-defautl_enc_size.patch and
120  ttmkfdir-3.0.9-crashplus.patch with ttmkfdir-3.0.9-fix-crash.patch
121  to fix missing native encodings of fonts
122  (Akira Tagoh, #143941)
123- buildrequire flex
124- add ttmkfdir-3.0.9-warnings.patch to silence most of compiler warnings
125
126* Sun Mar 20 2005 Yu Shao <yshao@redhat.com> 3.0.9-16
127- rebuild with GCC 4
128
129* Fri Sep 10 2004 Yu Shao <yshao@redhat.com> 3.0.9-14
130- bug #100560, requires zlib-devel rather than zlib
131
132* Tue Aug 17 2004 Elliot Lee <sopwith@redhat.com> 3.0.9-13
133- Follow-on fix for the issue detailed in #118713
134- Improve performance when checking if a font has a mapping present
135- Base font file selection on the magic at the start of the file, rather than the filename
136
137* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
138- rebuilt
139
140* Fri Mar 19 2004 Yu Shao <yshao@redhat.com> 3.0.9-11
141- set default encoding size to DEFAULT_SIZE, bug #118713
142
143* Fri Mar 12 2004 Yu Shao <yshao@redhat.com> 3.0.9-10
144- patch suggested from law@redhat.com not to use semicolon in GCC3.4, 3.5
145
146* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
147- rebuilt
148
149* Wed Feb 12 2004 Yu Shao <yshao@redhat.com> 3.0.9-8
150- patch for building package against freetype-2.1.7
151- from kanagawa jigorou (jigorou3@mail.goo.ne.jp) #114682
152
153* Mon Sep 15 2003 Yu Shao <yshao@redhat.com> 3.0.9-6
154- updated zlib patch from Nalin Dahyabhai #104331
155
156* Thu Aug 21 2003 Yu Shao <yshao@redhat.com> 3.0.9-4
157- added zlib build requirement, partly releated to #100560
158- other fixes
159
160* Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com>
161- Fix compile error (cpp.patch)
162
163* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
164- rebuilt
165
166* Thu Jan 23 2003 Yu Shao <yshao@redhat.com> 3.0.9-1
167- added freetype-devel build requirement #82468
168
169* Mon Jan 20 2003 Yu Shao <yshao@redhat.com> 3.0.8-1
170- revert additional-entries to 0 #82125
171
172* Wed Jan 15 2003 Yu Shao <yshao@redhat.com> 3.0.7-1
173- set default value of additional-entries to 1
174
175* Mon Jan 13 2003 Yu Shao <yshao@redhat.com> 3.0.6-1
176- added iso8859-13 support from Nerijus Baliunas #77289
177- added README
178
179* Wed Jan 8 2003 Yu Shao <yshao@redhat.com> 3.0.5-1
180- encoding.l fix and ttc support patch
181- default read system encodings.dir instead of the one
182- in current directory
183
184* Wed Dec 18 2002 Yu Shao <yshao@redhat.com> 3.0.4-1
185- make ttmkfdir keep silent with FIRSTINDEX. #61769
186
187* Wed Dec 18 2002 Yu Shao <yshao@redhat.com> 3.0.3-1
188- Applied new patches to make ttmkfdir provide more infomation when meets
189- bad fonts
190
191* Mon Dec  9 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.2-1
192- Changed the nonstandard RPM Group from System/Utilities to Applications/System
193- Added a new Makefile install target, and changed specfile to use makeinstall
194
195* Mon Dec  9 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.1-1
196- Imported ttmkfdir into CVS on cvs.devel and applied all patches to CVS
197- Removed patches from spec file
198- Rewrote Makefile, now uses freetype-config to autodetect CFLAGS and libs,
199  allowing a lot of spec file cleanups.  Added new targets for tagging CVS,
200  making tarball, and making srpm.
201
202* Mon Dec  2 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.0-2
203- Added Conflicts for prior packages which contained ttmkfdir
204
205* Fri Nov 29 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.0-1
206- Initial build.  Basically just renamed our existing ttmkfdir to version
207  3.0.0 to differentiate it.  It's the same old thing as before, but is
208  likely going to move to CVS for easier development.
Note: See TracBrowser for help on using the repository browser.