Rename Chinese sub-packages

This commit is contained in:
Peng Wu 2014-11-19 17:21:13 +08:00
parent 3207ee5d5a
commit 4e3f4e08e7
5 changed files with 24 additions and 21 deletions

View File

@ -9,7 +9,7 @@ in Unicode.
Name: %{fontname}-fonts Name: %{fontname}-fonts
Version: 20141001 Version: 20141001
Release: 4%{?dist} Release: 5%{?dist}
Summary: Hinted and Non Hinted open type fonts for Unicode scripts Summary: Hinted and Non Hinted open type fonts for Unicode scripts
Group: User Interface/X Group: User Interface/X
License: ASL 2.0 License: ASL 2.0
@ -122,8 +122,8 @@ Source104: %{fontconf}-sans-tai-le.conf
Source105: %{fontconf}-sans-tifinagh.conf Source105: %{fontconf}-sans-tifinagh.conf
Source106: %{fontconf}-sans-yi.conf Source106: %{fontconf}-sans-yi.conf
Source107: %{fontconf}-sans-tagbanwa.conf Source107: %{fontconf}-sans-tagbanwa.conf
Source108: %{cjkfontconf}-sans-sc.conf Source108: %{cjkfontconf}-sans-simplified-chinese.conf
Source109: %{cjkfontconf}-sans-tc.conf Source109: %{cjkfontconf}-sans-traditional-chinese.conf
# Add appstream metadata files # Add appstream metadata files
@ -234,8 +234,8 @@ Source303: %{fontname}-sans-tai-le.metainfo.xml
Source304: %{fontname}-sans-tifinagh.metainfo.xml Source304: %{fontname}-sans-tifinagh.metainfo.xml
Source305: %{fontname}-sans-yi.metainfo.xml Source305: %{fontname}-sans-yi.metainfo.xml
Source306: %{fontname}-sans-tagbanwa.metainfo.xml Source306: %{fontname}-sans-tagbanwa.metainfo.xml
Source307: %{fontname}-sans-sc.metainfo.xml Source307: %{fontname}-sans-simplified-chinese.metainfo.xml
Source308: %{fontname}-sans-tc.metainfo.xml Source308: %{fontname}-sans-traditional-chinese.metainfo.xml
BuildArch: noarch BuildArch: noarch
@ -1561,28 +1561,28 @@ Non Hinted fonts for Tagbanwa script.
%{_datadir}/appdata/%{fontname}-sans-tagbanwa.metainfo.xml %{_datadir}/appdata/%{fontname}-sans-tagbanwa.metainfo.xml
%doc LICENSE %doc LICENSE
%package -n %{fontname}-sans-sc-fonts %package -n %{fontname}-sans-simplified-chinese-fonts
Summary: Free sans-serif fonts for Simplified Chinese Summary: Free sans-serif fonts for Simplified Chinese
Requires: fontpackages-filesystem Requires: fontpackages-filesystem
%description -n %{fontname}-sans-sc-fonts %description -n %{fontname}-sans-simplified-chinese-fonts
%common_desc %common_desc
Non Hinted fonts for Simplified Chinese. Non Hinted fonts for Simplified Chinese.
%_font_pkg -n sans-sc -f %{cjkfontconf}-sans-sc.conf NotoSansSC-*.otf %_font_pkg -n sans-simplified-chinese -f %{cjkfontconf}-sans-simplified-chinese.conf NotoSansSC-*.otf
%{_datadir}/appdata/%{fontname}-sans-sc.metainfo.xml %{_datadir}/appdata/%{fontname}-sans-simplified-chinese.metainfo.xml
%doc LICENSE %doc LICENSE
%package -n %{fontname}-sans-tc-fonts %package -n %{fontname}-sans-traditional-chinese-fonts
Summary: Free sans-serif fonts for Traditional Chinese Summary: Free sans-serif fonts for Traditional Chinese
Requires: fontpackages-filesystem Requires: fontpackages-filesystem
%description -n %{fontname}-sans-tc-fonts %description -n %{fontname}-sans-traditional-chinese-fonts
%common_desc %common_desc
Non Hinted fonts for Traditional Chinese. Non Hinted fonts for Traditional Chinese.
%_font_pkg -n sans-tc -f %{cjkfontconf}-sans-tc.conf NotoSansTC-*.otf %_font_pkg -n sans-traditional-chinese -f %{cjkfontconf}-sans-traditional-chinese.conf NotoSansTC-*.otf
%{_datadir}/appdata/%{fontname}-sans-tc.metainfo.xml %{_datadir}/appdata/%{fontname}-sans-traditional-chinese.metainfo.xml
%doc LICENSE %doc LICENSE
%prep %prep
@ -1823,9 +1823,9 @@ install -m 0644 -p %{SOURCE106} \
install -m 0644 -p %{SOURCE107} \ install -m 0644 -p %{SOURCE107} \
%{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans-tagbanwa.conf %{buildroot}%{_fontconfig_templatedir}/%{fontconf}-sans-tagbanwa.conf
install -m 0644 -p %{SOURCE108} \ install -m 0644 -p %{SOURCE108} \
%{buildroot}%{_fontconfig_templatedir}/%{cjkfontconf}-sans-sc.conf %{buildroot}%{_fontconfig_templatedir}/%{cjkfontconf}-sans-simplified-chinese.conf
install -m 0644 -p %{SOURCE109} \ install -m 0644 -p %{SOURCE109} \
%{buildroot}%{_fontconfig_templatedir}/%{cjkfontconf}-sans-tc.conf %{buildroot}%{_fontconfig_templatedir}/%{cjkfontconf}-sans-traditional-chinese.conf
for fconf in %{fontconf}-sans.conf \ for fconf in %{fontconf}-sans.conf \
%{fontconf}-sans-armenian.conf \ %{fontconf}-sans-armenian.conf \
@ -1933,8 +1933,8 @@ for fconf in %{fontconf}-sans.conf \
%{fontconf}-sans-tifinagh.conf \ %{fontconf}-sans-tifinagh.conf \
%{fontconf}-sans-yi.conf \ %{fontconf}-sans-yi.conf \
%{fontconf}-sans-tagbanwa.conf \ %{fontconf}-sans-tagbanwa.conf \
%{cjkfontconf}-sans-sc.conf \ %{cjkfontconf}-sans-simplified-chinese.conf \
%{cjkfontconf}-sans-tc.conf ; do %{cjkfontconf}-sans-traditional-chinese.conf ; do
ln -s %{_fontconfig_templatedir}/$fconf \ ln -s %{_fontconfig_templatedir}/$fconf \
%{buildroot}%{_fontconfig_confdir}/$fconf %{buildroot}%{_fontconfig_confdir}/$fconf
done done
@ -2155,12 +2155,15 @@ install -Dm 0644 -p %{SOURCE305} \
install -Dm 0644 -p %{SOURCE306} \ install -Dm 0644 -p %{SOURCE306} \
%{buildroot}%{_datadir}/appdata/%{fontname}-sans-tagbanwa.metainfo.xml %{buildroot}%{_datadir}/appdata/%{fontname}-sans-tagbanwa.metainfo.xml
install -Dm 0644 -p %{SOURCE307} \ install -Dm 0644 -p %{SOURCE307} \
%{buildroot}%{_datadir}/appdata/%{fontname}-sans-sc.metainfo.xml %{buildroot}%{_datadir}/appdata/%{fontname}-sans-simplified-chinese.metainfo.xml
install -Dm 0644 -p %{SOURCE308} \ install -Dm 0644 -p %{SOURCE308} \
%{buildroot}%{_datadir}/appdata/%{fontname}-sans-tc.metainfo.xml %{buildroot}%{_datadir}/appdata/%{fontname}-sans-traditional-chinese.metainfo.xml
%changelog %changelog
* Wed Nov 19 2014 Peng Wu <pwu@redhat.com> - 20141001-5
- Rename Chinese sub-packages
* Wed Nov 12 2014 Peng Wu <pwu@redhat.com> - 20141001-4 * Wed Nov 12 2014 Peng Wu <pwu@redhat.com> - 20141001-4
- Add Chinese fonts - Add Chinese fonts

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> --> <!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
<component type="font"> <component type="font">
<id>google-noto-sans-sc</id> <id>google-noto-sans-simplified-chinese</id>
<metadata_license>CC-BY-3.0</metadata_license> <metadata_license>CC-BY-3.0</metadata_license>
<extends>google-noto</extends> <extends>google-noto</extends>
</component> </component>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> --> <!-- Copyright 2014 Parag Nemade <pnemade AT redhat DOT com> -->
<component type="font"> <component type="font">
<id>google-noto-sans-tc</id> <id>google-noto-sans-traditional-chinese</id>
<metadata_license>CC-BY-3.0</metadata_license> <metadata_license>CC-BY-3.0</metadata_license>
<extends>google-noto</extends> <extends>google-noto</extends>
</component> </component>