Resolved bug 657849, added support in Sans and Serif

This commit is contained in:
प्रविण सातपुते 2011-10-14 14:55:55 +05:30
parent 110b6e36e6
commit 36c3cef1ff
2 changed files with 1186 additions and 1 deletions

1180
bug-657849.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@ New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.07.1
Release: 1%{?dist}
Release: 2%{?dist}
# The license of the Liberation Fonts is a EULA that contains GPLv2 and two
# exceptions:
# The first exception is the standard FSF font exception.
@ -25,6 +25,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: fontpackages-devel >= 1.13, xorg-x11-font-utils
BuildRequires: fontforge >= 20090408
Patch1: bug-657849.patch
%description
%common_desc
@ -110,6 +111,7 @@ mv src/* .
rm -rf src
cp %{SOURCE1} .
chmod 755 generate.pe
%patch1 -p1 -b .1-added-serbian-locale-glyphs
%build
./generate.pe *.sfd
@ -134,6 +136,9 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot}
%changelog
* Fri Oct 14 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.1-2
- Resolved bug 657849, added support in Sans and Serif
* Wed Sep 21 2011 Pravin Satpute <psatpute@redhat.com> - 1.07.1-1
- Upstream Release 1.07.1
- Resolved bug 738264, 729989