- bug 642493: use consistent ttf names
This commit is contained in:
parent
2c97ca3db9
commit
d745dc06e3
@ -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.06.0.20100721
|
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
|
# 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.
|
||||||
@ -64,7 +64,7 @@ Requires: %{fontname}-fonts-common = %{version}-%{release}
|
|||||||
|
|
||||||
This is Sans-serif TrueType fonts that replaced commonly used Microsoft Arial.
|
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
|
%package -n %{fontname}-serif-fonts
|
||||||
Summary: Serif fonts to replace commonly used Microsoft Times New Roman
|
Summary: Serif fonts to replace commonly used Microsoft Times New Roman
|
||||||
@ -116,6 +116,9 @@ chmod 755 generate.pe
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./generate.pe *.sfd
|
./generate.pe *.sfd
|
||||||
|
mv LiberationMono.ttf LiberationMono-Regular.ttf
|
||||||
|
mv LiberationSerif.ttf LiberationSerif-Regular.ttf
|
||||||
|
mv LiberationSans.ttf LiberationSans-Regular.ttf
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -134,6 +137,9 @@ mkfontscale %{buildroot}%{_fontdir}
|
|||||||
%__rm -rf %{buildroot}
|
%__rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 12 2010 Pravin Satpute <psatpute@redhat.com> - 1.06.0.20100721-2
|
||||||
- Building from sources
|
- Building from sources
|
||||||
- Applying Monospace font patch bug 620273
|
- Applying Monospace font patch bug 620273
|
||||||
|
Loading…
Reference in New Issue
Block a user