Resolved #984459 :- Upstream new release.
This commit is contained in:
parent
6c42e780bf
commit
1cffb9255f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/NotoFonts-hinted-2013-04-11.tgz
|
/NotoFonts-hinted-2013-04-11.tgz
|
||||||
|
/NotoFonts-hinted-2013-06-24.tgz
|
||||||
|
23
66-google-noto-serif-khmer.conf
Normal file
23
66-google-noto-serif-khmer.conf
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||||
|
<fontconfig>
|
||||||
|
<match>
|
||||||
|
<test name="lang" compare="contains">
|
||||||
|
<string>km</string>
|
||||||
|
</test>
|
||||||
|
<test name="family">
|
||||||
|
<string>serif</string>
|
||||||
|
</test>
|
||||||
|
<edit name="family" mode="prepend">
|
||||||
|
<string>Noto Serif Khmer</string>
|
||||||
|
</edit>
|
||||||
|
</match>
|
||||||
|
|
||||||
|
<alias>
|
||||||
|
<family>Noto Serif Khmer</family>
|
||||||
|
<default>
|
||||||
|
<family>serif</family>
|
||||||
|
</default>
|
||||||
|
</alias>
|
||||||
|
</fontconfig>
|
||||||
|
|
@ -7,13 +7,13 @@ between multiple scripts. Presently Noto family support Latin, Armenian, \
|
|||||||
Devanagari Ethiopic Georgian, Hebrew, Khmer, Lao, Tamil and Thai script.
|
Devanagari Ethiopic Georgian, Hebrew, Khmer, Lao, Tamil and Thai script.
|
||||||
|
|
||||||
Name: %{fontname}-fonts
|
Name: %{fontname}-fonts
|
||||||
Version: 20130411
|
Version: 20130624
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Hinted Open Type fonts for Unicode scripts
|
Summary: Hinted Open Type fonts for Unicode scripts
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://code.google.com/p/noto
|
URL: https://code.google.com/p/noto
|
||||||
Source0: http://noto.googlecode.com/svn/trunk/packages/NotoFonts-hinted-2013-04-11.tgz
|
Source0: http://noto.googlecode.com/svn/trunk/packages/NotoFonts-hinted-2013-06-24.tgz
|
||||||
Source1: %{fontconf}-sans.conf
|
Source1: %{fontconf}-sans.conf
|
||||||
Source2: %{fontconf}-sans-armenian.conf
|
Source2: %{fontconf}-sans-armenian.conf
|
||||||
Source3: %{fontconf}-sans-devanagari.conf
|
Source3: %{fontconf}-sans-devanagari.conf
|
||||||
@ -35,6 +35,7 @@ Source18: %{fontconf}-serif.conf
|
|||||||
Source19: %{fontconf}-serif-georgian.conf
|
Source19: %{fontconf}-serif-georgian.conf
|
||||||
Source20: %{fontconf}-serif-lao.conf
|
Source20: %{fontconf}-serif-lao.conf
|
||||||
Source21: %{fontconf}-serif-thai.conf
|
Source21: %{fontconf}-serif-thai.conf
|
||||||
|
Source22: %{fontconf}-serif-khmer.conf
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: fontforge >= 20080429
|
BuildRequires: fontforge >= 20080429
|
||||||
BuildRequires: fontpackages-devel
|
BuildRequires: fontpackages-devel
|
||||||
@ -53,7 +54,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Latin script.
|
Hinted sans-serif fonts for Latin script.
|
||||||
|
|
||||||
%_font_pkg -n sans -f %{fontconf}-sans.conf NotoSans-*.ttf
|
%_font_pkg -n sans -f %{fontconf}-sans.conf NotoSans-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-sans-armenian-fonts
|
%package -n %{fontname}-sans-armenian-fonts
|
||||||
@ -65,7 +66,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Armenian script.
|
Hinted sans-serif fonts for Armenian script.
|
||||||
|
|
||||||
%_font_pkg -n sans-armenian -f %{fontconf}-sans-armenian.conf NotoSansArmenian-*.ttf
|
%_font_pkg -n sans-armenian -f %{fontconf}-sans-armenian.conf NotoSansArmenian-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-devanagari-fonts
|
%package -n %{fontname}-sans-devanagari-fonts
|
||||||
Summary: Free Devanagari script sans-serif fonts
|
Summary: Free Devanagari script sans-serif fonts
|
||||||
@ -76,7 +77,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Devanagari script.
|
Hinted sans-serif fonts for Devanagari script.
|
||||||
|
|
||||||
%_font_pkg -n sans-devanagari -f %{fontconf}-sans-devanagari.conf NotoSansDevanagari-*.ttf
|
%_font_pkg -n sans-devanagari -f %{fontconf}-sans-devanagari.conf NotoSansDevanagari-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-devanagari-ui-fonts
|
%package -n %{fontname}-sans-devanagari-ui-fonts
|
||||||
Summary: Free Devanagari script sans-serif fonts for UI
|
Summary: Free Devanagari script sans-serif fonts for UI
|
||||||
@ -87,7 +88,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Devanagari script.
|
Hinted sans-serif UI fonts for Devanagari script.
|
||||||
|
|
||||||
%_font_pkg -n sans-devanagari-ui -f %{fontconf}-sans-devanagari-ui.conf NotoSansDevanagariUI-*.ttf
|
%_font_pkg -n sans-devanagari-ui -f %{fontconf}-sans-devanagari-ui.conf NotoSansDevanagariUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-ethiopic-fonts
|
%package -n %{fontname}-sans-ethiopic-fonts
|
||||||
Summary: Free Ethiopic script sans-serif fonts
|
Summary: Free Ethiopic script sans-serif fonts
|
||||||
@ -98,7 +99,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Ethiopic script.
|
Hinted sans-serif fonts for Ethiopic script.
|
||||||
|
|
||||||
%_font_pkg -n sans-ethiopic -f %{fontconf}-sans-ethiopic.conf NotoSansEthiopic-*.ttf
|
%_font_pkg -n sans-ethiopic -f %{fontconf}-sans-ethiopic.conf NotoSansEthiopic-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-sans-georgian-fonts
|
%package -n %{fontname}-sans-georgian-fonts
|
||||||
@ -110,7 +111,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Georgian script.
|
Hinted sans-serif fonts for Georgian script.
|
||||||
|
|
||||||
%_font_pkg -n sans-georgian -f %{fontconf}-sans-georgian.conf NotoSansGeorgian-*.ttf
|
%_font_pkg -n sans-georgian -f %{fontconf}-sans-georgian.conf NotoSansGeorgian-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-sans-hebrew-fonts
|
%package -n %{fontname}-sans-hebrew-fonts
|
||||||
@ -122,7 +123,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Hebrew script.
|
Hinted sans-serif fonts for Hebrew script.
|
||||||
|
|
||||||
%_font_pkg -n sans-hebrew -f %{fontconf}-sans-hebrew.conf NotoSansHebrew-*.ttf
|
%_font_pkg -n sans-hebrew -f %{fontconf}-sans-hebrew.conf NotoSansHebrew-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-khmer-fonts
|
%package -n %{fontname}-sans-khmer-fonts
|
||||||
Summary: Free Khmer script sans-serif font
|
Summary: Free Khmer script sans-serif font
|
||||||
@ -133,7 +134,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Khmer script.
|
Hinted sans-serif fonts for Khmer script.
|
||||||
|
|
||||||
%_font_pkg -n sans-khmer -f %{fontconf}-sans-khmer.conf NotoSansKhmer-*.ttf
|
%_font_pkg -n sans-khmer -f %{fontconf}-sans-khmer.conf NotoSansKhmer-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-khmer-ui-fonts
|
%package -n %{fontname}-sans-khmer-ui-fonts
|
||||||
Summary: Free Khmer script sans-serif fonts for UI
|
Summary: Free Khmer script sans-serif fonts for UI
|
||||||
@ -144,7 +145,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Khmer script.
|
Hinted sans-serif UI fonts for Khmer script.
|
||||||
|
|
||||||
%_font_pkg -n sans-khmer-ui -f %{fontconf}-sans-khmer-ui.conf NotoSansKhmerUI-*.ttf
|
%_font_pkg -n sans-khmer-ui -f %{fontconf}-sans-khmer-ui.conf NotoSansKhmerUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-lao-fonts
|
%package -n %{fontname}-sans-lao-fonts
|
||||||
Summary: Free Lao script sans-serif font
|
Summary: Free Lao script sans-serif font
|
||||||
@ -155,7 +156,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Lao script.
|
Hinted sans-serif fonts for Lao script.
|
||||||
|
|
||||||
%_font_pkg -n sans-lao -f %{fontconf}-sans-lao.conf NotoSansLao-*.ttf
|
%_font_pkg -n sans-lao -f %{fontconf}-sans-lao.conf NotoSansLao-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-lao-ui-fonts
|
%package -n %{fontname}-sans-lao-ui-fonts
|
||||||
Summary: Free Lao script sans-serif fonts for UI
|
Summary: Free Lao script sans-serif fonts for UI
|
||||||
@ -166,7 +167,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Lao script.
|
Hinted sans-serif UI fonts for Lao script.
|
||||||
|
|
||||||
%_font_pkg -n sans-lao-ui -f %{fontconf}-sans-lao-ui.conf NotoSansLaoUI-*.ttf
|
%_font_pkg -n sans-lao-ui -f %{fontconf}-sans-lao-ui.conf NotoSansLaoUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-sans-tamil-fonts
|
%package -n %{fontname}-sans-tamil-fonts
|
||||||
@ -178,7 +179,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Tamil script.
|
Hinted sans-serif fonts for Tamil script.
|
||||||
|
|
||||||
%_font_pkg -n sans-tamil -f %{fontconf}-sans-tamil.conf NotoSansTamil-*.ttf
|
%_font_pkg -n sans-tamil -f %{fontconf}-sans-tamil.conf NotoSansTamil-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-tamil-ui-fonts
|
%package -n %{fontname}-sans-tamil-ui-fonts
|
||||||
Summary: Free Tamil script sans-serif fonts for UI
|
Summary: Free Tamil script sans-serif fonts for UI
|
||||||
@ -189,7 +190,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Tamil script.
|
Hinted sans-serif UI fonts for Tamil script.
|
||||||
|
|
||||||
%_font_pkg -n sans-tamil-ui -f %{fontconf}-sans-tamil-ui.conf NotoSansTamilUI-*.ttf
|
%_font_pkg -n sans-tamil-ui -f %{fontconf}-sans-tamil-ui.conf NotoSansTamilUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-sans-thai-fonts
|
%package -n %{fontname}-sans-thai-fonts
|
||||||
@ -201,7 +202,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif fonts for Thai script.
|
Hinted sans-serif fonts for Thai script.
|
||||||
|
|
||||||
%_font_pkg -n sans-thai -f %{fontconf}-sans-thai.conf NotoSansThai-*.ttf
|
%_font_pkg -n sans-thai -f %{fontconf}-sans-thai.conf NotoSansThai-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-thai-ui-fonts
|
%package -n %{fontname}-sans-thai-ui-fonts
|
||||||
Summary: Free Thai script sans-serif fonts for UI
|
Summary: Free Thai script sans-serif fonts for UI
|
||||||
@ -212,7 +213,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Thai script.
|
Hinted sans-serif UI fonts for Thai script.
|
||||||
|
|
||||||
%_font_pkg -n sans-thai-ui -f %{fontconf}-sans-thai-ui.conf NotoSansThaiUI-*.ttf
|
%_font_pkg -n sans-thai-ui -f %{fontconf}-sans-thai-ui.conf NotoSansThaiUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-sans-ui-fonts
|
%package -n %{fontname}-sans-ui-fonts
|
||||||
Summary: Free sans-serif Latin script fonts for UI
|
Summary: Free sans-serif Latin script fonts for UI
|
||||||
@ -223,7 +224,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted sans-serif UI fonts for Latin script.
|
Hinted sans-serif UI fonts for Latin script.
|
||||||
|
|
||||||
%_font_pkg -n sans-ui -f %{fontconf}-sans-ui.conf NotoSansUI-*.ttf
|
%_font_pkg -n sans-ui -f %{fontconf}-sans-ui.conf NotoSansUI-*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-serif-armenian-fonts
|
%package -n %{fontname}-serif-armenian-fonts
|
||||||
@ -235,7 +236,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted serif fonts for Armenian script.
|
Hinted serif fonts for Armenian script.
|
||||||
|
|
||||||
%_font_pkg -n serif-armenian -f %{fontconf}-serif-armenian.conf NotoSerifArmenian*.ttf
|
%_font_pkg -n serif-armenian -f %{fontconf}-serif-armenian.conf NotoSerifArmenian*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-serif-fonts
|
%package -n %{fontname}-serif-fonts
|
||||||
Summary: Free Latin script serif fonts
|
Summary: Free Latin script serif fonts
|
||||||
@ -246,7 +247,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted serif fonts for Latin script.
|
Hinted serif fonts for Latin script.
|
||||||
|
|
||||||
%_font_pkg -n serif -f %{fontconf}-serif.conf NotoSerif-**.ttf
|
%_font_pkg -n serif -f %{fontconf}-serif.conf NotoSerif-**.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-serif-georgian-fonts
|
%package -n %{fontname}-serif-georgian-fonts
|
||||||
Summary: Free Georgian script serif fonts
|
Summary: Free Georgian script serif fonts
|
||||||
@ -257,8 +258,18 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted serif fonts for Georgian script.
|
Hinted serif fonts for Georgian script.
|
||||||
|
|
||||||
%_font_pkg -n serif-georgian -f %{fontconf}-serif-georgian.conf NotoSerifGeorgian*.ttf
|
%_font_pkg -n serif-georgian -f %{fontconf}-serif-georgian.conf NotoSerifGeorgian*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
%package -n %{fontname}-serif-khmer-fonts
|
||||||
|
Summary: Free Khmer script serif font
|
||||||
|
Requires: fontpackages-filesystem
|
||||||
|
|
||||||
|
%description -n %{fontname}-serif-khmer-fonts
|
||||||
|
%common_desc
|
||||||
|
Hinted serif fonts for Khmer script.
|
||||||
|
|
||||||
|
%_font_pkg -n serif-khmer -f %{fontconf}-serif-khmer.conf NotoSerifKhmer-*.ttf
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%package -n %{fontname}-serif-lao-fonts
|
%package -n %{fontname}-serif-lao-fonts
|
||||||
Summary: Free Lao script serif fonts
|
Summary: Free Lao script serif fonts
|
||||||
@ -269,7 +280,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted serif fonts for Lao script.
|
Hinted serif fonts for Lao script.
|
||||||
|
|
||||||
%_font_pkg -n serif-lao -f %{fontconf}-serif-lao.conf NotoSerifLao*.ttf
|
%_font_pkg -n serif-lao -f %{fontconf}-serif-lao.conf NotoSerifLao*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
%package -n %{fontname}-serif-thai-fonts
|
%package -n %{fontname}-serif-thai-fonts
|
||||||
@ -281,7 +292,7 @@ Requires: fontpackages-filesystem
|
|||||||
Hinted serif fonts for Thai script.
|
Hinted serif fonts for Thai script.
|
||||||
|
|
||||||
%_font_pkg -n serif-thai -f %{fontconf}-serif-thai.conf NotoSerifThai*.ttf
|
%_font_pkg -n serif-thai -f %{fontconf}-serif-thai.conf NotoSerifThai*.ttf
|
||||||
%doc COPYING
|
%doc LICENSE
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q -c
|
||||||
@ -340,6 +351,8 @@ install -m 0644 -p %{SOURCE20} \
|
|||||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-lao.conf
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-lao.conf
|
||||||
install -m 0644 -p %{SOURCE21} \
|
install -m 0644 -p %{SOURCE21} \
|
||||||
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-thai.conf
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-thai.conf
|
||||||
|
install -m 0644 -p %{SOURCE22} \
|
||||||
|
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-serif-khmer.conf
|
||||||
|
|
||||||
for fconf in %{fontconf}-sans.conf \
|
for fconf in %{fontconf}-sans.conf \
|
||||||
%{fontconf}-sans-armenian.conf \
|
%{fontconf}-sans-armenian.conf \
|
||||||
@ -360,6 +373,7 @@ for fconf in %{fontconf}-sans.conf \
|
|||||||
%{fontconf}-serif-armenian.conf \
|
%{fontconf}-serif-armenian.conf \
|
||||||
%{fontconf}-serif.conf \
|
%{fontconf}-serif.conf \
|
||||||
%{fontconf}-serif-georgian.conf \
|
%{fontconf}-serif-georgian.conf \
|
||||||
|
%{fontconf}-serif-khmer.conf \
|
||||||
%{fontconf}-serif-lao.conf \
|
%{fontconf}-serif-lao.conf \
|
||||||
%{fontconf}-serif-thai.conf ; do
|
%{fontconf}-serif-thai.conf ; do
|
||||||
ln -s %{_fontconfig_templatedir}/$fconf \
|
ln -s %{_fontconfig_templatedir}/$fconf \
|
||||||
@ -368,6 +382,10 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 16 2013 Pravin Satpute <psatpute@redhat.com> - 20130624-1
|
||||||
|
- Resolved #984459 :- Upstream new release.
|
||||||
|
- Added new package google-noto-serif-khmer-fonts
|
||||||
|
|
||||||
* Mon Jun 24 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-5
|
* Mon Jun 24 2013 Pravin Satpute <psatpute@redhat.com> - 20130411-5
|
||||||
- Resolved #971886 :- Georgian Serif fontconfig file error
|
- Resolved #971886 :- Georgian Serif fontconfig file error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user