fix bug434301
This commit is contained in:
parent
aa9ede077b
commit
6be08ee5f6
@ -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: 25%{?dist}
|
Release: 26%{?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
|
||||||
@ -12,6 +12,7 @@ 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
|
Patch8: ttmkfdir-3.0.9-font-scale.patch
|
||||||
|
Patch9: ttmkfdir-3.0.9-bug434301.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
@ -39,6 +40,7 @@ by the font server.
|
|||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make OPTFLAGS="$RPM_OPT_FLAGS"
|
make OPTFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/ttmkfdir
|
%{_bindir}/ttmkfdir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 27 2008 Lingning Zhang <lizhang@redhat.com> - 3.0.9-26
|
||||||
|
- fix bug434301.
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0.9-25
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.0.9-25
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user