add ttmkfdir-3.0.9-font-scale.patch to fix bug #209102.
This commit is contained in:
parent
c23f23e727
commit
180ae15196
@ -1,7 +1,7 @@
|
|||||||
Summary: Utility to create fonts.scale files for truetype fonts
|
Summary: Utility to create fonts.scale files for truetype fonts
|
||||||
Name: ttmkfdir
|
Name: ttmkfdir
|
||||||
Version: 3.0.9
|
Version: 3.0.9
|
||||||
Release: 23
|
Release: 24%{?dist}
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Patch: ttmkfdir-3.0.9-cpp.patch
|
Patch: ttmkfdir-3.0.9-cpp.patch
|
||||||
Patch1: ttmkfdir-3.0.9-zlib.patch
|
Patch1: ttmkfdir-3.0.9-zlib.patch
|
||||||
@ -11,6 +11,7 @@ Patch4: ttmkfdir-3.0.9-fix-crash.patch
|
|||||||
Patch5: ttmkfdir-3.0.9-warnings.patch
|
Patch5: ttmkfdir-3.0.9-warnings.patch
|
||||||
Patch6: ttmkfdir-3.0.9-segfaults.patch
|
Patch6: ttmkfdir-3.0.9-segfaults.patch
|
||||||
Patch7: ttmkfdir-3.0.9-encoding-dir.patch
|
Patch7: ttmkfdir-3.0.9-encoding-dir.patch
|
||||||
|
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -37,6 +38,7 @@ by the font server.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPTFLAGS="$RPM_OPT_FLAGS"
|
make OPTFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -54,6 +56,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/ttmkfdir
|
%{_bindir}/ttmkfdir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 30 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-24.fc7
|
||||||
|
- add ttmkfdir-3.0.9-font-scale.patch to fix bug #209102.
|
||||||
|
- Patch from Akira TAGOH.
|
||||||
|
|
||||||
* Wed Oct 18 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-23
|
* Wed Oct 18 2006 Lingning Zhang <lizhang@redhat.com> - 3.0.9-23
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user