- bug 642493: use consistent ttf names

This commit is contained in:
प्रविण सातपुते 2010-10-13 10:11:40 +05:30
parent 2c97ca3db9
commit d745dc06e3

View File

@ -10,7 +10,7 @@ New.
Name: %{fontname}-fonts
Summary: Fonts to replace commonly used Microsoft Windows fonts
Version: 1.06.0.20100721
Release: 2%{?dist}
Release: 3%{?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.
@ -64,7 +64,7 @@ Requires: %{fontname}-fonts-common = %{version}-%{release}
This is Sans-serif TrueType fonts that replaced commonly used Microsoft Arial.
%_font_pkg -n sans LiberationSans.ttf LiberationSans-*.ttf
%_font_pkg -n sans LiberationSans-*.ttf
%package -n %{fontname}-serif-fonts
Summary: Serif fonts to replace commonly used Microsoft Times New Roman
@ -116,6 +116,9 @@ chmod 755 generate.pe
%build
./generate.pe *.sfd
mv LiberationMono.ttf LiberationMono-Regular.ttf
mv LiberationSerif.ttf LiberationSerif-Regular.ttf
mv LiberationSans.ttf LiberationSans-Regular.ttf
%install
@ -134,6 +137,9 @@ mkfontscale %{buildroot}%{_fontdir}
%__rm -rf %{buildroot}
%changelog
* Wed Oct 13 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-3
- bug 642493: use consistent ttf names
* Tue Oct 12 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-2
- Building from sources
- Applying Monospace font patch bug 620273