2004-09-09 04:54:28 +00:00
|
|
|
%define freetype_version 2.1.4
|
2004-09-09 04:47:16 +00:00
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
# Workaround for broken jade on s390, remove all disable_docs
|
|
|
|
# handling once https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=97079
|
|
|
|
# is fixed.
|
2005-03-04 16:51:47 +00:00
|
|
|
%ifarch s390
|
|
|
|
%define disable_docs 1
|
|
|
|
%else
|
2004-09-09 04:52:09 +00:00
|
|
|
%define disable_docs 0
|
2005-03-04 16:51:47 +00:00
|
|
|
%endif
|
2004-09-09 04:52:09 +00:00
|
|
|
|
2004-09-09 04:47:16 +00:00
|
|
|
Summary: Font configuration and customization library
|
|
|
|
Name: fontconfig
|
2004-09-09 04:54:28 +00:00
|
|
|
Version: 2.2.3
|
2005-03-04 17:06:23 +00:00
|
|
|
Release: 10
|
2004-09-09 04:47:16 +00:00
|
|
|
License: MIT
|
|
|
|
Group: System Environment/Libraries
|
2004-09-09 04:52:09 +00:00
|
|
|
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
2004-09-09 04:49:30 +00:00
|
|
|
URL: http://fontconfig.org
|
2004-09-09 04:50:33 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
Patch1: fontconfig-defaultconfig.patch
|
2004-09-09 04:50:33 +00:00
|
|
|
Patch4: fontconfig-2.1-slighthint.patch
|
2004-09-09 04:49:12 +00:00
|
|
|
# Blacklist certain fonts that freetype can't handle
|
|
|
|
Patch11: fontconfig-0.0.1.020826.1330-blacklist.patch
|
2004-09-09 04:50:33 +00:00
|
|
|
# Ignore .fulldir entries from earlier versions 'dircache' fix.
|
|
|
|
Patch13: fontconfig-2.1-fulldir.patch
|
2004-09-09 04:52:09 +00:00
|
|
|
# Turn off doc generation since it doesn't work on s390 at the moment
|
|
|
|
Patch14: fontconfig-nodocs.patch
|
2004-09-09 04:53:29 +00:00
|
|
|
# Remove timestamp from fonts.conf
|
|
|
|
# http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=505
|
|
|
|
Patch17: fontconfig-2.2.1-notimestamp.patch
|
2004-09-09 04:54:39 +00:00
|
|
|
# Backport of name parsing code from the 2.2.9x devel branch
|
|
|
|
Patch18: fontconfig-2.2.3-names.patch
|
2004-10-19 23:20:59 +00:00
|
|
|
# Add pa, fix ta orthographies
|
|
|
|
# http://freedesktop.org/bugzilla/show_bug.cgi?id=1671
|
|
|
|
Patch19: fontconfig-2.2.3-ta-pa-orth.patch
|
2004-12-01 20:14:42 +00:00
|
|
|
# https://bugs.freedesktop.org/show_bug.cgi?id=1982
|
|
|
|
Patch20: fontconfig-2.2.3-timestamp.patch
|
2004-09-09 04:47:16 +00:00
|
|
|
|
|
|
|
BuildRequires: freetype-devel >= %{freetype_version}
|
|
|
|
BuildRequires: expat-devel
|
2004-09-09 04:50:33 +00:00
|
|
|
BuildRequires: perl
|
2004-09-09 04:52:09 +00:00
|
|
|
# For nodocs patch
|
2005-03-04 17:06:23 +00:00
|
|
|
BuildRequires: /usr/bin/automake-1.8
|
2004-09-09 04:47:16 +00:00
|
|
|
|
2004-09-09 04:48:50 +00:00
|
|
|
PreReq: freetype >= %{freetype_version}
|
2004-09-22 15:24:29 +00:00
|
|
|
# Hebrew fonts referenced in fonts.conf changed names in fonts-hebrew-0.100
|
|
|
|
Conflicts: fonts-hebrew < 0.100
|
2004-09-09 04:48:50 +00:00
|
|
|
|
2004-09-09 04:47:16 +00:00
|
|
|
%description
|
|
|
|
Fontconfig is designed to locate fonts within the
|
|
|
|
system and select them according to requirements specified by
|
|
|
|
applications.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Font configuration and customization library
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: fontconfig = %{PACKAGE_VERSION}
|
|
|
|
Requires: freetype-devel >= %{freetype_version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The fontconfig-devel package includes the header files,
|
|
|
|
and developer docs for the fontconfig package.
|
|
|
|
|
|
|
|
Install fontconfig-devel if you want to develop programs which
|
|
|
|
will use fontconfig.
|
|
|
|
|
|
|
|
%prep
|
2004-09-09 04:52:09 +00:00
|
|
|
%setup -q
|
2004-09-09 04:47:22 +00:00
|
|
|
|
2004-09-09 04:53:29 +00:00
|
|
|
# Patch first so we don't affect .defaultconfig regeneration
|
|
|
|
%patch17 -p1 -b .notimestamp
|
|
|
|
|
2004-09-09 04:47:22 +00:00
|
|
|
%patch1 -p1 -b .defaultconfig
|
|
|
|
%patch4 -p1 -b .slighthint
|
2004-09-09 04:49:12 +00:00
|
|
|
%patch11 -p1 -b .blacklist
|
2004-09-09 04:50:33 +00:00
|
|
|
%patch13 -p1 -b .fulldir
|
2004-09-09 04:47:16 +00:00
|
|
|
|
2004-09-09 04:54:39 +00:00
|
|
|
%patch18 -p1 -b .names
|
2004-10-19 23:20:59 +00:00
|
|
|
%patch19 -p1 -b .ta-pa-orth
|
2004-12-01 20:14:42 +00:00
|
|
|
%patch20 -p1 -b .timestamp
|
2004-09-09 04:54:39 +00:00
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
%if %{disable_docs}
|
|
|
|
%patch14 -p1 -b .nodocs
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:47:16 +00:00
|
|
|
%build
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
%if %{disable_docs}
|
2005-03-04 17:06:23 +00:00
|
|
|
automake-1.8
|
2004-09-09 04:52:09 +00:00
|
|
|
%endif
|
2004-09-09 04:47:16 +00:00
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
%configure --with-add-fonts=/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/OTF
|
|
|
|
make
|
2004-09-09 04:50:33 +00:00
|
|
|
|
2004-09-09 04:47:16 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
%if ! %{disable_docs}
|
|
|
|
(
|
|
|
|
cd doc;
|
|
|
|
for i in *.3 ; do
|
|
|
|
install -m 0644 $i $RPM_BUILD_ROOT%{_mandir}/man3/$i
|
|
|
|
done
|
|
|
|
for i in *.5 ; do
|
|
|
|
install -m 0644 $i $RPM_BUILD_ROOT%{_mandir}/man5/$i
|
|
|
|
done
|
|
|
|
)
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:47:16 +00:00
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 04:52:09 +00:00
|
|
|
|
2004-09-09 04:54:28 +00:00
|
|
|
# Install man pages with correct encoding
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{1,3,5}
|
|
|
|
for i in fc-cache fc-list ; do
|
|
|
|
iconv -f iso-8859-1 -t utf-8 < $i/$i.man > $i/$i.man.utf8
|
|
|
|
install -m 0644 $i/$i.man.utf8 $RPM_BUILD_ROOT%{_mandir}/man1/$i.1
|
|
|
|
done
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
%if ! %{disable_docs}
|
|
|
|
# move installed doc files back to build directory to package themm
|
|
|
|
# in the right place
|
|
|
|
mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* .
|
|
|
|
rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 04:54:39 +00:00
|
|
|
# All font packages depend on this package, so we create
|
|
|
|
# and own /usr/share/fonts
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
# Remove unpackaged files
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
2004-09-09 04:47:16 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 04:47:22 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2004-09-09 04:54:31 +00:00
|
|
|
# Force regeneration of all fontconfig cache files
|
|
|
|
# The check for existance is needed on dual-arch installs (the second
|
|
|
|
# copy of fontconfig might install the binary instead of the first)
|
|
|
|
# The redirect is because fc-cache is giving warnings about ~/fonts.cache-1
|
|
|
|
# The HOME setting is to avoid problems if HOME hasn't been reset
|
|
|
|
if [ -x /usr/bin/fc-cache ] ; then
|
|
|
|
HOME=/root /usr/bin/fc-cache -f 2>/dev/null
|
|
|
|
fi
|
2004-09-09 04:47:16 +00:00
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-, root, root)
|
2004-09-09 04:52:09 +00:00
|
|
|
%doc README AUTHORS COPYING
|
|
|
|
%if ! %{disable_docs}
|
|
|
|
%doc fontconfig-user.txt fontconfig-user.html
|
|
|
|
%endif
|
2004-09-09 04:47:16 +00:00
|
|
|
%{_libdir}/libfontconfig.so.*
|
|
|
|
%{_bindir}/fc-cache
|
|
|
|
%{_bindir}/fc-list
|
|
|
|
%dir %{_sysconfdir}/fonts
|
2004-09-09 04:54:39 +00:00
|
|
|
%dir %{_datadir}/fonts
|
2004-09-09 04:47:16 +00:00
|
|
|
%{_sysconfdir}/fonts/fonts.dtd
|
2004-09-09 04:47:22 +00:00
|
|
|
%config %{_sysconfdir}/fonts/fonts.conf
|
2004-09-09 04:52:09 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/fonts/local.conf
|
|
|
|
%{_mandir}/man1/*
|
|
|
|
%if ! %{disable_docs}
|
|
|
|
%{_mandir}/man5/*
|
|
|
|
%endif
|
2004-09-09 04:47:16 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
2004-09-09 04:52:09 +00:00
|
|
|
%if ! %{disable_docs}
|
|
|
|
%doc fontconfig-devel.txt fontconfig-devel
|
|
|
|
%endif
|
2004-09-09 04:47:16 +00:00
|
|
|
%{_libdir}/libfontconfig.so
|
2004-09-09 04:52:09 +00:00
|
|
|
%{_libdir}/libfontconfig.a
|
2004-09-09 04:47:16 +00:00
|
|
|
%{_libdir}/pkgconfig
|
|
|
|
%{_includedir}/fontconfig
|
2004-09-09 04:52:09 +00:00
|
|
|
%if ! %{disable_docs}
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
%endif
|
2004-09-09 04:47:22 +00:00
|
|
|
|
|
|
|
%changelog
|
2005-03-04 17:06:23 +00:00
|
|
|
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-10
|
|
|
|
- Rebuild
|
|
|
|
|
2005-03-04 16:51:47 +00:00
|
|
|
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-9
|
|
|
|
- Disable docs for s390 for now
|
|
|
|
|
2005-03-04 16:18:08 +00:00
|
|
|
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> - 2.2.3-8
|
2005-03-04 16:14:36 +00:00
|
|
|
- Rebuild
|
|
|
|
|
2004-12-01 20:14:42 +00:00
|
|
|
* Wed Dec 1 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-6
|
|
|
|
- Sleep a second before the exit of fc-cache to fix problems with fast
|
|
|
|
serial installs of fonts (#140335)
|
|
|
|
- Turn off hinting for Lohit Hindi/Bengali/Punjabi (#139816)
|
|
|
|
|
2004-10-19 23:20:59 +00:00
|
|
|
* Tue Oct 19 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-5
|
|
|
|
- Add Lohit fonts for Indic languages (#134492)
|
|
|
|
- Add Punjabi converage, fix Tamil coverage
|
|
|
|
|
2004-09-22 15:20:54 +00:00
|
|
|
* Wed Sep 22 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-4
|
|
|
|
- Update fonts-hebrew names to include CLM suffix
|
|
|
|
|
2004-09-09 04:54:39 +00:00
|
|
|
* Thu Sep 2 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-3
|
|
|
|
- Backport code from head branch of fontconfig CVS to parse names
|
|
|
|
for postscript fonts (fixes #127500, J. J. Ramsey)
|
|
|
|
- Own /usr/share/fonts (#110956, David K. Levine)
|
|
|
|
- Add KacstQura to serif/sans-serif/monospace aliases (#101182)
|
|
|
|
|
2004-09-09 04:54:31 +00:00
|
|
|
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-2
|
|
|
|
- Don't run fc-cache if the binary isn't there (#128072, tracked
|
|
|
|
down by Jay Turner)
|
|
|
|
|
2004-09-09 04:54:28 +00:00
|
|
|
* Tue Aug 3 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-1
|
|
|
|
- Upgrade to 2.2.3
|
|
|
|
- Convert man pages to UTF-8 (#108730, Peter van Egdom)
|
|
|
|
- Renable docs on s390
|
|
|
|
|
|
|
|
* Mon Jul 26 2004 Owen Taylor <otaylor@redhat.com> - 2.2.1-12
|
|
|
|
- Rebuild for RHEL
|
|
|
|
- Back freetype required version down to 2.1.4
|
|
|
|
|
2004-09-09 04:53:37 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:53:29 +00:00
|
|
|
* Mon Apr 19 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-10
|
|
|
|
- Require recent freetype (#109592, Peter Oliver)
|
|
|
|
- Remove fonts.conf timestamp to fix multiarch conflict (#118182)
|
|
|
|
- Disable hinting for Mukti Narrow (#120915, Sayamindu Dasgupta)
|
|
|
|
|
2004-09-09 04:53:20 +00:00
|
|
|
* Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.1
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
* Wed Mar 10 2004 Owen Taylor <otaylor@redhat.com> 2.2.1-8.0
|
|
|
|
- Add Albany/Cumberland/Thorndale as fallbacks for Microsoft core fonts and
|
|
|
|
as non-preferred alternatives for Sans/Serif/Monospace
|
|
|
|
- Fix FreeType includes for recent FreeType
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:52:09 +00:00
|
|
|
* Mon Sep 22 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-6.0
|
|
|
|
- Should have been passing --with-add-fonts, not --with-add-dirs to
|
|
|
|
configure ... caused wrong version of Luxi to be used. (#100862)
|
|
|
|
|
|
|
|
* Fri Sep 19 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-5.0
|
|
|
|
- Tweak fonts.conf to get right hinting for CJK fonts (#97337)
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Bill Nottingham <notting@redhat.com> 2.2.1-3
|
|
|
|
- handle null config->cache correctly
|
|
|
|
|
|
|
|
* Thu Jun 12 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
|
|
|
|
- Update default config to include Hebrew fonts (#90501, Dov Grobgeld)
|
|
|
|
|
|
|
|
* Tue Jun 10 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-2
|
|
|
|
- As a workaround disable doc builds on s390
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Owen Taylor <otaylor@redhat.com> 2.2.1-1
|
|
|
|
- Version 2.2.1
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:50:39 +00:00
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- debuginfo rebuild
|
|
|
|
|
|
|
|
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com> 2.1-8
|
|
|
|
- Fix segfault in fc-cache from .dircache patch
|
|
|
|
|
2004-09-09 04:50:33 +00:00
|
|
|
* Mon Feb 24 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Back out patch that wrote fonts.conf entries that crash RH-8.0
|
|
|
|
gnome-terminal, go with patch from fontconfig CVS instead.
|
|
|
|
(#84863)
|
|
|
|
|
|
|
|
* Tue Feb 11 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Move fontconfig man page to main package, since it contains non-devel
|
|
|
|
information (#76189)
|
|
|
|
- Look in the OTF subdirectory of /usr/X11R6/lib/fonts as well
|
|
|
|
so we find Syriac fonts (#82627)
|
|
|
|
|
|
|
|
* Thu Feb 6 2003 Matt Wilson <msw@redhat.com> 2.1-5
|
|
|
|
- modified fontconfig-0.0.1.020626.1517-fontdir.patch to hard code
|
|
|
|
/usr/X11R6/lib/X11/fonts instead of using $(X_FONT_DIR). This is
|
|
|
|
because on lib64 machines, fonts are not in /usr/X11R6/lib64/....
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Jan 15 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Try a different tack when fixing cache problem
|
|
|
|
|
|
|
|
* Tue Jan 14 2003 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Try to fix bug where empty cache entries would be found in
|
|
|
|
~/.fonts.cache-1 during scanning (#81335)
|
|
|
|
|
|
|
|
* Thu Nov 21 2002 Mike A. Harris <mharris@redhat.com> 2.1-1
|
|
|
|
- Updated to version 2.1
|
|
|
|
- Updated slighthint patch to fontconfig-2.1-slighthint.patch
|
|
|
|
- Updated freetype version required to 2.1.2-7
|
2004-09-09 04:49:53 +00:00
|
|
|
|
2004-09-09 04:49:30 +00:00
|
|
|
* Mon Sep 2 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Version 2.0
|
2004-09-09 04:49:48 +00:00
|
|
|
- Correct capitalization/spacing for ZYSong18030 name (#73272)
|
2004-09-09 04:49:30 +00:00
|
|
|
|
2004-09-09 04:49:12 +00:00
|
|
|
* Fri Aug 30 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Blacklist fonts from ghostscript-fonts that don't render correctly
|
|
|
|
|
2004-09-09 04:48:57 +00:00
|
|
|
* Mon Aug 26 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Upgrade to fcpackage rc3
|
2004-09-09 04:49:04 +00:00
|
|
|
- Fix bug in comparisons for xx_XX language tags
|
|
|
|
- Compensate for a minor config file change in rc3
|
2004-09-09 04:48:57 +00:00
|
|
|
|
2004-09-09 04:48:08 +00:00
|
|
|
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
|
2004-09-09 04:48:50 +00:00
|
|
|
- Add an explicit PreReq for freetype
|
|
|
|
- Move fonts we don't ship to the end of the fonts.conf aliases so
|
|
|
|
installing them doesn't change the look.
|
|
|
|
|
|
|
|
* Wed Aug 21 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Memory leak fix when parsing config files
|
2004-09-09 04:48:08 +00:00
|
|
|
- Set rh_prefer_bitmaps for .ja fonts to key off of in Xft
|
|
|
|
- Fix some groff warnings for fontconfig.man (#72138)
|
|
|
|
|
2004-09-09 04:47:22 +00:00
|
|
|
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Try once more to get the right default Sans-serif font :-(
|
|
|
|
- Switch the Sans/Monospace aliases for Korean to Gulim, not Dotum
|
|
|
|
|
|
|
|
* Wed Aug 14 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Fix %%post
|
|
|
|
|
|
|
|
* Tue Aug 13 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Fix lost Luxi Sans default
|
|
|
|
|
|
|
|
* Mon Aug 12 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Upgrade to rc2
|
|
|
|
- Turn off hinting for all CJK fonts
|
|
|
|
- Fix typo in %%post
|
|
|
|
- Remove the custom language tag stuff in favor of Keith's standard
|
|
|
|
solution.
|
|
|
|
|
|
|
|
* Mon Jul 15 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Prefer Luxi Sans to Nimbus Sans again
|
|
|
|
|
|
|
|
* Fri Jul 12 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Add FC_HINT_STYLE to FcBaseObjectTypes
|
|
|
|
- Switch Chinese fonts to always using Sung-ti / Ming-ti, and never Kai-ti
|
|
|
|
- Add ZYSong18030 to aliases (#68428)
|
|
|
|
|
|
|
|
* Wed Jul 10 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Fix a typo in the langtag patch (caught by Erik van der Poel)
|
|
|
|
|
|
|
|
* Wed Jul 3 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Add FC_HINT_STYLE tag
|
|
|
|
|
|
|
|
* Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- New upstream version, with fix for problems with
|
|
|
|
ghostscript-fonts (Fonts don't work for Qt+CJK,
|
|
|
|
etc.)
|
|
|
|
|
|
|
|
* Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- New upstream version, fixing locale problem
|
|
|
|
|
|
|
|
* Mon Jun 24 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Add a hack where we set the "language" fontconfig property based on the locale, then
|
|
|
|
we conditionalize base on that in the fonts.conf file.
|
|
|
|
|
|
|
|
* Sun Jun 23 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- New upstream version
|
|
|
|
|
|
|
|
* Tue Jun 18 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Fix crash from FcObjectSetAdd
|
|
|
|
|
|
|
|
* Tue Jun 11 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- make fonts.conf %%config, not %%config(noreplace)
|
|
|
|
- Another try at the CJK aliases
|
|
|
|
- Add some CJK fonts to the config
|
|
|
|
- Prefer Luxi Mono to Nimbus Mono
|
|
|
|
|
|
|
|
* Mon Jun 10 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- New upstream version
|
|
|
|
- Fix matching for bitmap fonts
|
|
|
|
|
|
|
|
* Mon Jun 3 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- New version, new upstream mega-tarball
|
|
|
|
|
|
|
|
* Tue May 28 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Fix problem with FcConfigSort
|
|
|
|
|
|
|
|
* Fri May 24 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
- Initial specfile
|
|
|
|
|