auto-import changelog data from fontconfig-2.2.3-3.src.rpm
Thu Sep 02 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)
This commit is contained in:
parent
58605dc9c3
commit
8749e0c01a
@ -12,7 +12,7 @@
|
|||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.2.3
|
Version: 2.2.3
|
||||||
Release: 2
|
Release: 3
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
Source: http://fontconfig.org/release/fontconfig-%{version}.tar.gz
|
||||||
@ -30,6 +30,8 @@ Patch14: fontconfig-nodocs.patch
|
|||||||
# Remove timestamp from fonts.conf
|
# Remove timestamp from fonts.conf
|
||||||
# http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=505
|
# http://freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=505
|
||||||
Patch17: fontconfig-2.2.1-notimestamp.patch
|
Patch17: fontconfig-2.2.1-notimestamp.patch
|
||||||
|
# Backport of name parsing code from the 2.2.9x devel branch
|
||||||
|
Patch18: fontconfig-2.2.3-names.patch
|
||||||
|
|
||||||
BuildRequires: freetype-devel >= %{freetype_version}
|
BuildRequires: freetype-devel >= %{freetype_version}
|
||||||
BuildRequires: expat-devel
|
BuildRequires: expat-devel
|
||||||
@ -68,6 +70,8 @@ will use fontconfig.
|
|||||||
%patch11 -p1 -b .blacklist
|
%patch11 -p1 -b .blacklist
|
||||||
%patch13 -p1 -b .fulldir
|
%patch13 -p1 -b .fulldir
|
||||||
|
|
||||||
|
%patch18 -p1 -b .names
|
||||||
|
|
||||||
%if %{disable_docs}
|
%if %{disable_docs}
|
||||||
%patch14 -p1 -b .nodocs
|
%patch14 -p1 -b .nodocs
|
||||||
%endif
|
%endif
|
||||||
@ -112,6 +116,10 @@ mv $RPM_BUILD_ROOT%{_docdir}/fontconfig/* .
|
|||||||
rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
|
rmdir $RPM_BUILD_ROOT%{_docdir}/fontconfig/
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# All font packages depend on this package, so we create
|
||||||
|
# and own /usr/share/fonts
|
||||||
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/fonts
|
||||||
|
|
||||||
# Remove unpackaged files
|
# Remove unpackaged files
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||||
|
|
||||||
@ -142,6 +150,7 @@ fi
|
|||||||
%{_bindir}/fc-cache
|
%{_bindir}/fc-cache
|
||||||
%{_bindir}/fc-list
|
%{_bindir}/fc-list
|
||||||
%dir %{_sysconfdir}/fonts
|
%dir %{_sysconfdir}/fonts
|
||||||
|
%dir %{_datadir}/fonts
|
||||||
%{_sysconfdir}/fonts/fonts.dtd
|
%{_sysconfdir}/fonts/fonts.dtd
|
||||||
%config %{_sysconfdir}/fonts/fonts.conf
|
%config %{_sysconfdir}/fonts/fonts.conf
|
||||||
%config(noreplace) %{_sysconfdir}/fonts/local.conf
|
%config(noreplace) %{_sysconfdir}/fonts/local.conf
|
||||||
@ -164,6 +173,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Mon Aug 16 2004 Owen Taylor <otaylor@redhat.com> - 2.2.3-2
|
* 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
|
- Don't run fc-cache if the binary isn't there (#128072, tracked
|
||||||
down by Jay Turner)
|
down by Jay Turner)
|
||||||
|
Loading…
Reference in New Issue
Block a user