2004-09-09 13:34:55 +00:00
|
|
|
Summary: Utility used to create fonts.scale files for truetype fonts
|
|
|
|
Name: ttmkfdir
|
2004-09-09 13:34:59 +00:00
|
|
|
Version: 3.0.9
|
2005-03-20 13:55:39 +00:00
|
|
|
Release: 16
|
2004-09-09 13:34:55 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
2004-09-09 13:35:41 +00:00
|
|
|
Patch: ttmkfdir-3.0.9-cpp.patch
|
|
|
|
Patch1: ttmkfdir-3.0.9-zlib.patch
|
2004-09-09 13:36:52 +00:00
|
|
|
Patch2: ttmkfdir-3.0.9-fix-freetype217.patch
|
|
|
|
Patch3: ttmkfdir-3.0.9-namespace.patch
|
|
|
|
Patch4: ttmkfdir-3.0.9-defautl_enc_size.patch
|
2004-09-09 13:37:04 +00:00
|
|
|
Patch5: ttmkfdir-3.0.9-crashplus.patch
|
2004-09-09 13:34:55 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Applications/System
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
2004-09-09 13:34:59 +00:00
|
|
|
BuildRequires: freetype-devel >= 2.0
|
2004-09-10 02:46:40 +00:00
|
|
|
BuildRequires: zlib-devel
|
2004-09-09 13:34:55 +00:00
|
|
|
|
|
|
|
# ttmkfdir used to be in the following packages at one point
|
2004-09-09 13:34:59 +00:00
|
|
|
Conflicts: XFree86-font-utils < 4.2.99.2-0.20021126.3
|
2004-09-09 13:34:55 +00:00
|
|
|
Conflicts: freetype < 2.0.6-3
|
|
|
|
|
|
|
|
%description
|
|
|
|
ttmkfdir is a utility which is used to create fonts.scale files in
|
|
|
|
directories full of TrueType fonts in order to prepare them for use
|
|
|
|
by the font server.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 13:35:41 +00:00
|
|
|
%patch -p1
|
|
|
|
%patch1 -p1
|
2004-09-09 13:36:52 +00:00
|
|
|
%patch2 -p1
|
|
|
|
%patch3 -p1
|
|
|
|
%patch4 -p1
|
2004-09-09 13:37:04 +00:00
|
|
|
%patch5 -p1
|
2004-09-09 13:34:55 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
make OPTFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%makeinstall DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 13:34:59 +00:00
|
|
|
%doc README
|
2004-09-09 13:34:55 +00:00
|
|
|
%{_bindir}/ttmkfdir
|
|
|
|
|
|
|
|
%changelog
|
2005-03-20 13:55:39 +00:00
|
|
|
* Sun Mar 20 2005 Yu Shao <yshao@redhat.com> 3.0.9-16
|
2005-03-20 13:50:42 +00:00
|
|
|
- rebuild with GCC 4
|
|
|
|
|
2004-09-10 02:46:40 +00:00
|
|
|
* Fri Sep 10 2004 Yu Shao <yshao@redhat.com> 3.0.9-14
|
|
|
|
- bug #100560, requires zlib-devel rather than zlib
|
|
|
|
|
2004-09-09 13:37:04 +00:00
|
|
|
* Tue Aug 17 2004 Elliot Lee <sopwith@redhat.com> 3.0.9-13
|
|
|
|
- Follow-on fix for the issue detailed in #118713
|
|
|
|
- Improve performance when checking if a font has a mapping present
|
|
|
|
- Base font file selection on the magic at the start of the file, rather than the filename
|
|
|
|
|
2004-09-09 13:37:00 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:36:52 +00:00
|
|
|
* Fri Mar 19 2004 Yu Shao <yshao@redhat.com> 3.0.9-11
|
|
|
|
- set default encoding size to DEFAULT_SIZE, bug #118713
|
|
|
|
|
|
|
|
* Fri Mar 12 2004 Yu Shao <yshao@redhat.com> 3.0.9-10
|
|
|
|
- patch suggested from law@redhat.com not to use semicolon in GCC3.4, 3.5
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 12 2004 Yu Shao <yshao@redhat.com> 3.0.9-8
|
|
|
|
- patch for building package against freetype-2.1.7
|
|
|
|
- from kanagawa jigorou (jigorou3@mail.goo.ne.jp) #114682
|
|
|
|
|
2004-09-09 13:35:41 +00:00
|
|
|
* Mon Sep 15 2003 Yu Shao <yshao@redhat.com> 3.0.9-6
|
|
|
|
- updated zlib patch from Nalin Dahyabhai #104331
|
|
|
|
|
|
|
|
* Thu Aug 21 2003 Yu Shao <yshao@redhat.com> 3.0.9-4
|
|
|
|
- added zlib build requirement, partly releated to #100560
|
|
|
|
- other fixes
|
|
|
|
|
|
|
|
* Thu Aug 7 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Fix compile error (cpp.patch)
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 13:34:59 +00:00
|
|
|
* Thu Jan 23 2003 Yu Shao <yshao@redhat.com> 3.0.9-1
|
|
|
|
- added freetype-devel build requirement #82468
|
|
|
|
|
|
|
|
* Mon Jan 20 2003 Yu Shao <yshao@redhat.com> 3.0.8-1
|
|
|
|
- revert additional-entries to 0 #82125
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Yu Shao <yshao@redhat.com> 3.0.7-1
|
|
|
|
- set default value of additional-entries to 1
|
|
|
|
|
|
|
|
* Mon Jan 13 2003 Yu Shao <yshao@redhat.com> 3.0.6-1
|
|
|
|
- added iso8859-13 support from Nerijus Baliunas #77289
|
|
|
|
- added README
|
|
|
|
|
|
|
|
* Wed Jan 8 2003 Yu Shao <yshao@redhat.com> 3.0.5-1
|
|
|
|
- encoding.l fix and ttc support patch
|
|
|
|
- default read system encodings.dir instead of the one
|
|
|
|
- in current directory
|
|
|
|
|
|
|
|
* Wed Dec 18 2002 Yu Shao <yshao@redhat.com> 3.0.4-1
|
|
|
|
- make ttmkfdir keep silent with FIRSTINDEX. #61769
|
|
|
|
|
|
|
|
* Wed Dec 18 2002 Yu Shao <yshao@redhat.com> 3.0.3-1
|
|
|
|
- Applied new patches to make ttmkfdir provide more infomation when meets
|
|
|
|
- bad fonts
|
|
|
|
|
2004-09-09 13:34:55 +00:00
|
|
|
* Mon Dec 9 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.2-1
|
|
|
|
- Changed the nonstandard RPM Group from System/Utilities to Applications/System
|
|
|
|
- Added a new Makefile install target, and changed specfile to use makeinstall
|
|
|
|
|
|
|
|
* Mon Dec 9 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.1-1
|
|
|
|
- Imported ttmkfdir into CVS on cvs.devel and applied all patches to CVS
|
|
|
|
- Removed patches from spec file
|
|
|
|
- Rewrote Makefile, now uses freetype-config to autodetect CFLAGS and libs,
|
|
|
|
allowing a lot of spec file cleanups. Added new targets for tagging CVS,
|
|
|
|
making tarball, and making srpm.
|
|
|
|
|
|
|
|
* Mon Dec 2 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.0-2
|
|
|
|
- Added Conflicts for prior packages which contained ttmkfdir
|
|
|
|
|
|
|
|
* Fri Nov 29 2002 Mike A. Harris <mharris@devel.capslock.lan> 3.0.0-1
|
|
|
|
- Initial build. Basically just renamed our existing ttmkfdir to version
|
|
|
|
3.0.0 to differentiate it. It's the same old thing as before, but is
|
|
|
|
likely going to move to CVS for easier development.
|