commit
f64f4f6d5f
@ -4,7 +4,7 @@
|
|||||||
Summary: X.Org X11 fonts
|
Summary: X.Org X11 fonts
|
||||||
Name: xorg-x11-fonts
|
Name: xorg-x11-fonts
|
||||||
Version: 7.5
|
Version: 7.5
|
||||||
Release: 23
|
Release: 24
|
||||||
License: MIT and Lucida and Public Domain
|
License: MIT and Lucida and Public Domain
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
|
|
||||||
@ -183,9 +183,6 @@ done
|
|||||||
|
|
||||||
%postun
|
%postun
|
||||||
{
|
{
|
||||||
if [ "$1" = "0" -a -d %{_x11fontdir}/misc ]; then
|
|
||||||
xorg-x11-fonts-update-dirs --skip-fontscale %{_x11fontdir}/misc
|
|
||||||
fi
|
|
||||||
if [ "$1" = "0" -a -d %{_x11fontdir}/75dpi ]; then
|
if [ "$1" = "0" -a -d %{_x11fontdir}/75dpi ]; then
|
||||||
mkfontdir %{_x11fontdir}/75dpi
|
mkfontdir %{_x11fontdir}/75dpi
|
||||||
fi
|
fi
|
||||||
@ -196,7 +193,6 @@ done
|
|||||||
|
|
||||||
%post others
|
%post others
|
||||||
{
|
{
|
||||||
xorg-x11-fonts-update-dirs %{_x11fontdir}/OTF
|
|
||||||
xorg-x11-fonts-update-dirs %{_x11fontdir}/Type1
|
xorg-x11-fonts-update-dirs %{_x11fontdir}/Type1
|
||||||
mkfontdir %{_x11fontdir}/75dpi
|
mkfontdir %{_x11fontdir}/75dpi
|
||||||
mkfontdir %{_x11fontdir}/100dpi
|
mkfontdir %{_x11fontdir}/100dpi
|
||||||
@ -205,10 +201,6 @@ done
|
|||||||
|
|
||||||
%postun others
|
%postun others
|
||||||
{
|
{
|
||||||
FONTDIR=%{_x11fontdir}/OTF
|
|
||||||
if [ "$1" = "0" -a -d $FONTDIR ]; then
|
|
||||||
xorg-x11-fonts-update-dirs $FONTDIR
|
|
||||||
fi
|
|
||||||
FONTDIR=%{_x11fontdir}/Type1
|
FONTDIR=%{_x11fontdir}/Type1
|
||||||
if [ "$1" = "0" -a -d $FONTDIR ]; then
|
if [ "$1" = "0" -a -d $FONTDIR ]; then
|
||||||
xorg-x11-fonts-update-dirs $FONTDIR
|
xorg-x11-fonts-update-dirs $FONTDIR
|
||||||
@ -355,7 +347,7 @@ done
|
|||||||
|
|
||||||
%files others
|
%files others
|
||||||
%exclude %{_catalogue}/xorg-x11-fonts-TTF
|
%exclude %{_catalogue}/xorg-x11-fonts-TTF
|
||||||
%{_catalogue}/xorg-x11-fonts-OTF
|
%exclude %{_catalogue}/xorg-x11-fonts-OTF
|
||||||
%exclude %dir %{_x11fontdir}/TTF
|
%exclude %dir %{_x11fontdir}/TTF
|
||||||
%exclude %{_x11fontdir}/TTF/GohaTibebZemen.ttf
|
%exclude %{_x11fontdir}/TTF/GohaTibebZemen.ttf
|
||||||
%exclude %{_x11fontdir}/TTF/encodings.dir
|
%exclude %{_x11fontdir}/TTF/encodings.dir
|
||||||
@ -363,13 +355,13 @@ done
|
|||||||
%exclude %{_x11fontdir}/TTF/fonts.alias
|
%exclude %{_x11fontdir}/TTF/fonts.alias
|
||||||
%exclude %{_x11fontdir}/TTF/fonts.scale
|
%exclude %{_x11fontdir}/TTF/fonts.scale
|
||||||
%exclude %{_x11fontdir}/TTF/fonts.cache-*
|
%exclude %{_x11fontdir}/TTF/fonts.cache-*
|
||||||
%dir %{_x11fontdir}/OTF
|
%exclude %dir %{_x11fontdir}/OTF
|
||||||
%{_x11fontdir}/OTF/GohaTibebZemen.otf
|
%exclude %{_x11fontdir}/OTF/GohaTibebZemen.otf
|
||||||
%ghost %verify(not md5 size mtime) %{_x11fontdir}/OTF/encodings.dir
|
%exclude %{_x11fontdir}/OTF/encodings.dir
|
||||||
%ghost %verify(not md5 size mtime) %{_x11fontdir}/OTF/fonts.dir
|
%exclude %{_x11fontdir}/OTF/fonts.dir
|
||||||
%ghost %verify(not md5 size mtime) %{_x11fontdir}/OTF/fonts.alias
|
%exclude %{_x11fontdir}/OTF/fonts.alias
|
||||||
%ghost %verify(not md5 size mtime) %{_x11fontdir}/OTF/fonts.scale
|
%exclude %{_x11fontdir}/OTF/fonts.scale
|
||||||
%ghost %verify(not md5 size mtime) %{_x11fontdir}/OTF/fonts.cache-*
|
%exclude %{_x11fontdir}/OTF/fonts.cache-*
|
||||||
|
|
||||||
%{_catalogue}/xorg-x11-fonts-cyrillic
|
%{_catalogue}/xorg-x11-fonts-cyrillic
|
||||||
%dir %{_x11fontdir}/cyrillic
|
%dir %{_x11fontdir}/cyrillic
|
||||||
@ -535,6 +527,12 @@ done
|
|||||||
%{_x11fontdir}/75dpi/lut[BR]S??-ISO8859-15.pcf*
|
%{_x11fontdir}/75dpi/lut[BR]S??-ISO8859-15.pcf*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 7.5-24
|
||||||
|
- Type:enhancement
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: remove ethiopic OTF fonts
|
||||||
|
|
||||||
* Thu Jan 16 2020 Shuaishuai Song <songshuaishuai2@openeuler.org> - 7.5-23
|
* Thu Jan 16 2020 Shuaishuai Song <songshuaishuai2@openeuler.org> - 7.5-23
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user