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